1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
|
build (20160629-tizen20230301) unstable; urgency=high
* Update tizen version to tizen20230301
* Fix issue: chromium-efl package build failure on Tizen 5.5.
-- Wang Biao <biao716.wang@samsung.com> Wed, 01 Mar 2023 09:30:00 +0800
build (20160629-tizen20230112) unstable; urgency=high
* Update tizen version to tizen20230112
* add new build option: --nocumulate which can allow build without cumulatve build.
-- Wang Biao <biao716.wang@samsung.com> Thu, 12 Jan 2023 09:30:00 +0800
build (20160629-tizen20221207) unstable; urgency=high
* Update tizen version to tizen20221207
* Ignore reorder packages list during cumulative build.
-- Wang Biao <biao716.wang@samsung.com> Wed, 07 Dec 2022 09:30:00 +0800
build (20160629-tizen20220803) unstable; urgency=high
* Update tizen version to tizen20220803
* Always retry 3 times to download if download fail.
* Add logic to re-downloading packages in reorder step if some packages is missed!
-- Wang Biao <biao716.wang@samsung.com> Wed, 03 Aug 2022 09:30:00 +0800
build (20160629-tizen20220705) unstable; urgency=high
* Update tizen version to tizen20220705
* Fix defect Build error dlog aarch64.
-- Wang Biao <biao716.wang@samsung.com> Tue, 05 Jul 2022 09:30:00 +0800
build (20160629-tizen20220421) unstable; urgency=high
* update tizen version to tizen20220421
* Fix multiple mount issue in Ubuntu 20.04.
* Support zstd compression.
-- Wang Biao <biao716.wang@samsung.com> Thu, 21 Apr 2022 09:30:00 +0800
build (20160629-tizen20210823) unstable; urgency=high
* update tizen version to tizen20210823
* Fix VMInstall package is not installed.
* Fix kvm support in Ubuntu.
-- Wang Biao <biao716.wang@samsung.com> Mon, 23 Aug 2021 09:30:00 +0800
build (20160629-tizen20210713) unstable; urgency=high
* update tizen version to tizen20210713
* Allow BuildFlags: Buildflags: flag:key to pass an arg
* Use ccache.tar file with --pkg-ccache option
* Force enable DO_CUMULATE
-- Wang Biao <biao716.wang@samsung.com> Tue, 13 Jul 2021 09:30:00 +0800
build (20160629-tizen20210514) unstable; urgency=high
* update tizen version to tizen20210514
* fix build dependency parse when Require(post)
* fix umount error when build is done
-- Wang Biao <biao716.wang@samsung.com> Fri, 14 May 2021 09:30:00 +0800
build (20160629-tizen20210323) unstable; urgency=high
* update tizen version to tizen20210323
* fix gbs full build error: binary not found
-- Wang Biao <biao716.wang@samsung.com> Tue, 23 Mar 2020 09:30:00 +0800
build (20160629-tizen20201203) unstable; urgency=high
* update tizen version to tizen20201203
* Support zstd decompression for old rpm version
* Support zstd arch for tar
-- Wang Biao <biao716.wang@samsung.com> Tur, 3 Dec 2020 09:30:00 +0800
build (20160629-tizen20200721) unstable; urgency=high
* update tizen version to tizen20200721
* Remove unused directory at the end of build step
-- Wang Biao <biao716.wang@samsung.com> Tue, 19 May 2020 09:30:00 +0800
build (20160629-tizen20200519) unstable; urgency=high
* update tizen version to tizen20200519
* Remove --replacefile option in build-pkg-rpm
-- Wang Biao <biao716.wang@samsung.com> Tue, 19 May 2020 09:30:00 +0800
build (20160629-tizen20190830) unstable; urgency=high
* update tizen version to tizen20190830
* Support control.tar.xz format packages
-- Wang Biao <biao716.wang@samsung.com> Fri, 30 Aug 2019 09:30:00 +0800
build (20160629-tizen20181031) unstable; urgency=high
* update tizen version to tizen20181031
* Speed up the download packages when use https
-- Ren Jingui <jingui.ren@samsung.com> Wed, 31 Oct 2018 09:30:00 +0800
build (20160629-tizen20180927) unstable; urgency=high
* update tizen version to tizen20180927
* Fix file conflicts when package install
-- Ren Jingui <jingui.ren@samsung.com> Thu, 27 Sep 2018 09:30:00 +0800
build (20160629-tizen20180831) unstable; urgency=high
* update tizen version to tizen20180831
* Fix build error on x86_64 with expand error
-- Ren Jingui <jingui.ren@samsung.com> Fri, 31 Aug 2018 09:30:00 +0800
build (20160629-tizen20180803) unstable; urgency=high
* update tizen version to tizen20180803
* Fix deb package build error
* Remove chroot memory limit on x86_64
-- Ren Jingui <jingui.ren@samsung.com> Fri, 3 Aug 2018 09:30:00 +0800
build (20160629-tizen20180323) unstable; urgency=high
* update tizen version to tizen20180323
* Enable networking inside VM
* Fix bugs when username including backslash
-- Ren Jingui <jingui.ren@samsung.com> Fri, 23 Mar 2018 09:30:00 +0800
build (20160629-tizen20171013) unstable; urgency=high
* update tizen version to tizen20171013
-- Ren Jingui <jingui.ren@samsung.com> Fri, 13 Oct 2017 09:30:00 +0800
build (20160629-tizen20170630) unstable; urgency=high
* update tizen version to tizen20170630
-- Zhang Yang <y0169.zhang@samsung.com> Fri, 30 Jun 2017 10:30:00 +0800
build (20160629-tizen20170428) unstable; urgency=high
* update to version 20160629
-- Fu Shuai <shuai01.fu@samsung.com> Fri, 5 May 2017 10:30:00 +0800
build (20150115-tizen20170428) unstable; urgency=high
* update tizen version to tizen20170428
-- Wang Jun <junbill.wang@samsung.com> Fri, 28 Apr 2017 12:00:00 +0800
build (20150115-tizen20170405) unstable; urgency=high
* update tizen version to tizen20170405
-- SoonKyu Park <sk7.park@samsung.com> Wed, 5 Apr 2017 19:00:00 +0900
build (20150115-tizen20170114) unstable; urgency=high
* update tizen version to tizen20170114
-- SoonKyu Park <sk7.park@samsung.com> Sat, 14 Jan 2017 19:30:22 +0200
build (20150115-tizen20161231) unstable; urgency=high
* update tizen version to tizen20161231
-- SoonKyu Park <sk7.park@samsung.com> Sat, 31 Dec 2016 19:30:22 +0200
build (20150115-tizen20160928) unstable; urgency=high
* update tizen version to tizen20160928
-- SoonKyu Park <sk7.park@samsung.com> Wed, 28 Sep 2016 19:30:22 +0200
build (20150115-tizen20160302) unstable; urgency=high
* update to version 20150115
-- Fan Jiankang <jiankang.fan@samsung.com> Wed, 2 Mar 2016 19:30:22 +0200
build (2013.11.12-tizen20140815) unstable; urgency=high
* update to version 2013.11.12
-- Zhang Qiang <qiang.z.zhang@intel.com> Wed, 12 Sep 2012 19:30:22 +0200
build (2012.09.12-1) unstable; urgency=high
* update to version 2012.09.12
-- Zhang Qiang <qiang.z.zhang@intel.com> Wed, 11 Sep 2012 19:30:22 +0200
build (2012.08.10-1) unstable; urgency=high
* update to version 2012.08.10
-- Zhang Qiang <qiang.z.zhang@intel.com> Sat, 11 Aug 2012 19:30:22 +0200
build (2012.07.21-1) unstable; urgency=high
* bump to a new higher version to get this updated always
* clean up .src.cache file if --clean option specified
-- Zhang Qiang <qiang.z.zhang@intel.com> Wed, 20 Jun 2012 19:30:22 +0200
build (2012.04.17-1) unstable; urgency=high
* https repo support
* clean up print info
* Refine-download-preinstall-install-progress-info
-- Zhang Qiang <qiang.z.zhang@intel.com> Sat, 2 Jun 2012 19:30:22 +0200
build (2012.02.13-1) unstable; urgency=low
* Update to current git trunk
- add sles11sp2 build config and adapt autodetection
-- Michael Schroeder <mls@suse.de> Mon, 10 Oct 2011 19:30:22 +0200
build (2011.09.26-1) unstable; urgency=low
* Update to current git trunk
-- Adrian Schroeter <adrian@suse.de> Fri, 01 Jul 2010 10:03:54 +0200
build (2011.07.01-1) unstable; urgency=low
* Update to current git trunk
-- Adrian Schroeter <adrian@suse.de> Fri, 01 Jul 2010 10:03:54 +0200
build (2010.12.15-1) unstable; urgency=low
* Update to current git trunk
- support bsdtar for setting up build enviroment
- make expanddeps use the highest version of a package if multiple
versions aver available in a repository [bnc#656599]
-- Michael Schroeder <mls@suse.de> Wed, 15 Dec 2010 14:08:29 +0200
build (2010.07.28-1) unstable; urgency=low
* Update to current git trunk
- document --repo and --dist
- update wiki links
- fix bugs in repo handling
- fix distribution autodetection code
-- Michael Schroeder <mls@suse.de> Wed, 28 Jul 2010 12:46:52 +0200
build (2010.07.08-1) unstable; urgency=low
* Update to current git trunk
-- Adrian Schroeter <adrian@suse.de> Wed, 08 Jul 2010 10:03:54 +0200
build (2010.06.29-1) unstable; urgency=low
* Update to current git trunk
- add 11.3 config
- fix repo creation in --noinit case
- support ovf files directly
- allow multiple --oldpackages
- delta rpm support
-- Adrian Schroeter <adrian@suse.de> Tue, 29 Jun 2010 10:03:54 +0200
build (2010.02.02-1) unstable; urgency=low
* Update to current git trunk
- Support new kiwi 4.1 schema files
-- Adrian Schroeter <adrian@suse.de> Tue, 02 Feb 2010 10:03:54 +0200
build (2009.09.23-1) unstable; urgency=low
* Update to current svn trunk
-- Michael Schroeder <mls@suse.de> Wed, 23 Sep 2009 12:03:54 +0200
build (2009.04.20-1) unstable; urgency=low
* Update to current svn trunk
-- Adrian Schroeter <adrian@suse.de> Mon, 20 Feb 2009 08:27:13 +0200
build (2009.02.20-1) unstable; urgency=low
* Fix kvm support together with Alexander
* Support for new disturl containing a complete pointer to build
service instance resource
* add support for package compare to allow Build Service to drop
same packages after build
* image repack support from Christoph
-- Adrian Schroeter <adrian@suse.de> Fri, 20 Feb 2009 08:27:13 +0200
build (2007.09.14-1) unstable; urgency=low
* update to 2173:
- add sl10.3 config [#310089]
- also look for BuildRequires in subpackage definitions [#305568]
- allow removal of more config parameters
-- Michael Schroeder <mls@suse.de> Fri, 14 Sep 2007 18:27:13 +0200
build (2007.08.02-1) unstable; urgency=low
* update to 1902:
- support 'order' config option
- support 'patterntype' config option
- new setdeps() method
- support for flexible query options
- support 'description' query
- fix bug in changelog2spec time cutoff
- make debtransform understand Debtransform-Tar/Debtransform-Files-Tar/
Debtransform-Series
- fix bug in substitutedeps
-- Michael Schroeder <mls@suse.de> Thu, 2 Aug 2007 15:58:48 +0200
build (2007.06.13-1) unstable; urgency=low
* update to 1727:
- implement rpm installation order calculation in perl
- make substitute code modify requires, too
- add filelist query support
- add prereq parsing support
- speed up version comparison a bit
-- Michael Schroeder <mls@suse.de> Wed, 13 Jun 2007 17:18:17 +0100
build (2007.05.10-1) unstable; urgency=low
* update to 1653:
- add _vendor to configs
- fix deban dependency compare
- allow not operator in configs
- fix build from source rpms
-- Michael Schroeder <mls@suse.de> Thu, 10 May 2007 20:02:29 +0100
build (2007.04.12-1) unstable; urgency=low
* update to 1575:
- add --root to rpm call in rpm to work around a bug in rpm [#255720]
-- Michael Schroeder <mls@suse.de> Thu, 12 Apr 2007 16:22:51 +0100
build (2007.04.05-1) unstable; urgency=low
* update to 1561:
- support architecture dependand requires in dsc files
- support "global" definitions for rpm
- support vminstall config option
-- Michael Schroeder <mls@suse.de> Thu, 5 Apr 2007 16:01:51 +0100
build (2007.03.12-1) unstable; urgency=low
* update to r1419:
- fix buildroot in debtransform call
- obey version numbers when expanding
-- Michael Schroeder <mls@suse.de> Mon, 12 Mar 2007 15:42:48 +0100
build (2007.03.02-1) unstable; urgency=low
* update
- transform suse changes file to rpm specfile format
- improved debian support
-- Michael Schroeder <mls@suse.de> Fri, 2 Mar 2007 21:22:41 +0100
build (2007.01.26-1) unstable; urgency=low
* update to r1114
- re-add the lost unrpm script
- make exclarch an array
- remount root rw in xen case, needed if root is not reiserfs
- add repotype/runscripts options
- remove devs in sl10.1/10.2
- fix boolean test to make "00" false like rpm does
- add rpm_verscmp for version comparison
- runscripts
- macro blocks
- read_config_dist
- useful xen exit status
- add --kill
- update 10.2 config
- extend spec/dsc parser
- fixed two bugs in the specfile parser
-- Peter Poeml <poeml@suse.de> Fri, 26 Jan 2007 14:15:22 +0100
build (2006.10.5-1) unstable; urgency=low
* update for fixed XEN build
-- Michael Schroeder <mls@suse.de> Thu, 5 Oct 2006 10:58:42 +0200
build (2006.8.10-1) unstable; urgency=low
* update for fixed XEN build and proc mounting
-- Adrian Schroeter <adrian@suse.de> Thu, 10 Aug 2006 12:01:08 +0200
build (2006.6.14-1) unstable; urgency=low
* Initial release based on build-2006.6.14-5.1.src.rpm
-- Rene Engelhard <rengelhard@suse.de> Thu, 22 Jun 2006 12:01:08 +0200
|