source: rpmbuild-bot/changelog.txt@ 1036

Last change on this file since 1036 was 959, checked in by dmik, 9 years ago

rpmbuild-bot: Store version number with dist mark for legacy packages.

This is to have a proper version field in generated legacy sub-packages.

File size: 2.1 KB
RevLine 
[749]1History of changes
2------------------
3
[959]41.2.0 [xx.10.2016]
5 - Add move command to move packages between repositories.
6 - Remove log files before creating them (needed for recovering after some
7 failures).
8 - Print elapsed time after each succeded step and overall.
9 - Support stat timestamps w/o fractional part (new coreutils).
10 - Support per-package ARCH specification in -env.sh (useful for e.g.
11 binary-only RPMs that provide only one architecture, like libc).
12 - Run rpmbuild only once for noarch-only SPEC files (this also fixes a
13 regression when building such files with previous rpmbuild-bot versions).
14 - Automatically commit SPEC files to SVN on upload to ensure integrity
15 and consistency between published RPMs and their SPECs.
16 - Add support for automatic generation of legacy runtime sub-packages.
17
[749]181.1.0 [15.04.2016]
19
20 - Disallow different .spec and main package names.
21 This is to enforce consistency and avoid possible naming conflicts
22 as we use the main package name for many things (like log file names)
23 and it must be unique.
24 - Save timestamps of generated files in list.
25 This is used to check if the actual files match the ones that
26 were generated by rpmbuild-bot when performing uploading or
27 cleanup.
28 - Add clean and remove commands.
29 These are emergency commands used to cancel the successful build
30 that was not yet uploaded (clean) and that was already uploaded
31 (remove).
32 - Add support for clean=test command.
33 This cleans up the results of the "test" command instead
34 of "build".
35 - Copy auxiliary source files for .spec to SOURCES.
36 Auxiliary source files found in a directory named SPEC located
37 in the same directory where the SPEC.spec fie resides, will be
38 automatically copied to the SOURCES directory of the rpmbuild
39 tree (for further use in .spec via SourceN:).
40 - Fix another bad variable name error (in test/clean commands).
41 - Fix "empty macro body" warning.
42
431.0.1 [01.04.2016]
44
45 - Fix bad variable name error.
46 - Understand .CMD extension in REXX wrapper.
47
481.0.0 [01.04.2016]
49
50 - Initial version.
Note: See TracBrowser for help on using the repository browser.