1 | # $Id$
|
---|
2 |
|
---|
3 | RPMBOOTSTRAP CHANGES
|
---|
4 |
|
---|
5 | 0.14.6 (2030-01-01)
|
---|
6 | - TBD
|
---|
7 |
|
---|
8 | 0.14.5 (2017-06-24)
|
---|
9 | - No change
|
---|
10 |
|
---|
11 | 0.14.4 (2017-03-11)
|
---|
12 | - No change
|
---|
13 |
|
---|
14 | 0.14.3 (2017-03-04)
|
---|
15 | - No change
|
---|
16 |
|
---|
17 | 0.14.2 (2017-01-04)
|
---|
18 | - No change
|
---|
19 |
|
---|
20 | 0.14.1 (2016-07-25)
|
---|
21 | - No change
|
---|
22 |
|
---|
23 | 0.13.2 (2016-02-17)
|
---|
24 | - No change
|
---|
25 |
|
---|
26 | 0.13.1 (2015-11-25)
|
---|
27 | - Adds preliminary dnf support for new Fedora 22+ versions (Bruno Cornec)
|
---|
28 | - Fix an issue with cpio not extracting files if in a dir being a link (Bruno Cornec)
|
---|
29 | - Cleanup in list of chroot supported (Bruno Cornec)
|
---|
30 | - Fix a bug in rpmbootstrap in case of abbreviated desc on web page. We now use $pkg instead of truncated $desc (Michel Promonet)
|
---|
31 |
|
---|
32 | 0.12.7 (2015-02-05)
|
---|
33 | - No change
|
---|
34 |
|
---|
35 | 0.12.6 (2014-06-22)
|
---|
36 | - No change
|
---|
37 |
|
---|
38 | 0.12.5 (2014-02-04)
|
---|
39 | - No change
|
---|
40 |
|
---|
41 | 0.12.4 (2014-01-15)
|
---|
42 | - No change
|
---|
43 |
|
---|
44 | 0.12.3 (2014-01-05)
|
---|
45 | - Adds support for Fedora 18, 19 and 20 and Mageia 3 (Bruno Cornec)
|
---|
46 | - filesystem is now extracted first for systemd symlinks crazyness support (Bruno Cornec)
|
---|
47 | - rbs_mirror_response now also returns the repo found which could be different from the initial mirror in case of metadata dir for yum (Bruno Cornec)
|
---|
48 |
|
---|
49 | 0.12.2 (2013-02-26)
|
---|
50 | - Adds Red Hat 6.2 (not RHEL !) support (Bruno Cornec)
|
---|
51 | - Tested with opensuse 12.2 (Bruno Cornec)
|
---|
52 | - rpmbootstrap now supports non-yum type of install with a full list of deps. (Bruno Cornec)
|
---|
53 |
|
---|
54 | 0.12.1 (2012-05-28)
|
---|
55 | - rpmbootstrap needs aaa_base for VE seyup with zypper, in order to add passwd file e.g. (Bruno Cornec)
|
---|
56 | - If we have a proxy defined, write it into /etc/sysconfig/proxy. Otherwise one of the opensuse's doesn't work right. (Eric Anderson)
|
---|
57 | - Improve error message, include why the download failed (Eric Anderson)
|
---|
58 | - Download files to a temporary name so that ctrl-c won't leave around bad .rpm files. (Eric Anderson)
|
---|
59 | - Add support for stop-on-error. (Eric Anderson)
|
---|
60 | - Error out if no packages are defined for the OS version since that indicates something is badly wrong. (Eric Anderson)
|
---|
61 | - Track the packages that we install so that we can re-install them with the vendor's tool. (Eric Anderson)
|
---|
62 | - Don't mount proc if it is already mounted. (Eric Anderson)
|
---|
63 | - Only process repo files under yum.repos.d. (Eric Anderson)
|
---|
64 | - Report on broken packages listed for installation at the end so the warning isn't hidden. (Eric Anderson)
|
---|
65 | - Fix rpmbootstrap to support sites with multiple href in their page (opensuse main site e.g) (Bruno Cornec)
|
---|
66 | - Fix conf to support VE for opensuse 12.1 (Bruno Cornec)
|
---|
67 | - Improved description, documentation and web pages (Eric Anderson)
|
---|
68 | - Exit when no mirror defined to build a VE (Bruno Cornec)
|
---|
69 | - Fix #105: create /dev/null in the chroot to avoid getting a file with errors in it. (Bruno Cornec)
|
---|
70 |
|
---|
71 | 0.11.3 (2011-05-25)
|
---|
72 | - Working VE for opensuse-11.4 (Bruno Cornec)
|
---|
73 | - some corresponding fixes for rpmbootstrap that would also need backward checks now (Bruno Cornec)
|
---|
74 |
|
---|
75 | 0.11.2 (2011-03-12)
|
---|
76 | - Try to be more error proof when issues with repository download (Bruno Cornec)
|
---|
77 | - Fix rpmbootstrap and pb newve order, which wasn't working after the latest pbos introduction (Bruno Cornec)
|
---|
78 | - rpmbootstrap wasn't using the right conf file when launched with sudo is fixed by using the SUDO_USER env. var. (Bruno Cornec)
|
---|
79 | - pb.conf rbsmirrorsrv now uses pbos var, and is filtered correctly. (Bruno Cornec)
|
---|
80 |
|
---|
81 | 0.11.1 (2011-02-26)
|
---|
82 | - rpmbootstrap wasn't using the right conf file when launched with sudo is fixed by using the SUDO_USER env. var. (Bruno Cornec)
|
---|
83 | - pb.conf rbsmirrorsrv now uses pbos var, and is filtered correctly. (Bruno Cornec)
|
---|
84 | - Introduction of a new hash $pbos to manage all os related info through a single data structure. All functions reviewed accordingly. Externally transparent, hopefully, but much cleaner code as a consequence. (Bruno Cornec)
|
---|
85 |
|
---|
86 | 0.10.1 (2011-01-13)
|
---|
87 | - Adds fedora 14 support for rpmbootstrap (Bruno Cornec)
|
---|
88 | - Improve Fedora 13 VE support (Bruno Cornec)
|
---|
89 | - rpmboostrap now uses pb_check_req (Bruno Cornec)
|
---|
90 | - Remove most lintian warnings for Debian (Bruno Cornec)
|
---|
91 | - Fix Mandriva 2010.1 VE built with right dep pkg list (Bruno Cornec)
|
---|
92 | - various rpmlint and lintian fixes (Bruno Cornec)
|
---|
93 | - Adds ebuild version for pb gentoo packages (Bruno Cornec)
|
---|
94 |
|
---|
95 | 0.9.10 (2010-06-07)
|
---|
96 | - Add support for Ubuntu 10.04 natively and with debootstrap (universe repo needed) (Bruno Cornec)
|
---|
97 | - Project-Builder.org is licensed under the GPL v2 for the moment. (Bruno Cornec)
|
---|
98 | - Adds rbsopt parameter + doc to allow for passing options to rpmbootstrap such as -k now by default. (Bruno Cornec)
|
---|
99 | - Successful tests with some VE (Mandriva 2009.1 and 2010.0, CentOS 4 & 5, Fedora 12, Ubuntu 10.04, Debian 5) (Bruno Cornec)
|
---|
100 | - The repodata dir is now search in the parents dir of the mirror given as it depends on yum version. (Bruno Cornec)
|
---|
101 |
|
---|
102 | 0.9.9 (2010-05-01)
|
---|
103 | - First version of the rpmbootstrap program based on debootstrap and rinse ideas (Bruno Cornec)
|
---|