source: ProjectBuilder/pbconf/0.15.2/rpmbootstrap/pbcl

Last change on this file was 2449, checked in by Bruno Cornec, 5 years ago

Fix pbcl generation

File size: 5.0 KB
RevLine 
[972]1# $Id$
2
3RPMBOOTSTRAP CHANGES
4
[2444]50.15.2 (2019-09-07)
6- Force explicit analysis of boolean when using cluck (Bruno Cornec)
7- Update default list of distributions supported (Bruno Cornec)
8
[2380]90.15.1 (2019-03-18)
10- Fix list of supported distributions for pb with the YAML changes (Bruno Cornec)
11
[2297]120.14.6 (2017-09-06)
13- Add Debian 9 container generation capability (Bruno Cornec)
14- Adds https_proxy support (Bruno Cornec)
15
[2227]160.14.5 (2017-06-24)
17- No change
18
[2209]190.14.4 (2017-03-11)
20- No change
21
[2193]220.14.3 (2017-03-04)
23- No change
24
[2163]250.14.2 (2017-01-04)
26- No change
27
[2126]280.14.1 (2016-07-25)
29- No change
[972]30
[2031]310.13.2 (2016-02-17)
32- No change
33
[2017]340.13.1 (2015-11-25)
35- Adds preliminary dnf support for new Fedora 22+ versions (Bruno Cornec)
[2209]36- Fix an issue with cpio not extracting files if in a dir being a link (Bruno Cornec)
37- Cleanup in list of chroot supported (Bruno Cornec)
[2017]38- Fix a bug in rpmbootstrap in case of abbreviated desc on web page. We now use $pkg instead of truncated $desc (Michel Promonet)
39
[1945]400.12.7 (2015-02-05)
41- No change
42
[1880]430.12.6 (2014-06-22)
44- No change
45
[1855]460.12.5 (2014-02-04)
47- No change
48
[1839]490.12.4 (2014-01-15)
50- No change
51
[1821]520.12.3 (2014-01-05)
53- Adds support for Fedora 18, 19 and 20 and Mageia 3 (Bruno Cornec)
54- filesystem is now extracted first for systemd symlinks crazyness support (Bruno Cornec)
55- 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)
56
[1693]570.12.2 (2013-02-26)
58- Adds Red Hat 6.2 (not RHEL !) support (Bruno Cornec)
59- Tested with opensuse 12.2 (Bruno Cornec)
60- rpmbootstrap now supports non-yum type of install with a full list of deps. (Bruno Cornec)
61
[1607]620.12.1 (2012-05-28)
63- rpmbootstrap needs aaa_base for VE seyup with zypper, in order to add passwd file e.g. (Bruno Cornec)
[1562]64- If we have a proxy defined, write it into /etc/sysconfig/proxy. Otherwise one of the opensuse's doesn't work right. (Eric Anderson)
65- Improve error message, include why the download failed (Eric Anderson)
66- Download files to a temporary name so that ctrl-c won't leave around bad .rpm files. (Eric Anderson)
67- Add support for stop-on-error. (Eric Anderson)
68- Error out if no packages are defined for the OS version since that indicates something is badly wrong. (Eric Anderson)
69- Track the packages that we install so that we can re-install them with the vendor's tool. (Eric Anderson)
70- Don't mount proc if it is already mounted. (Eric Anderson)
71- Only process repo files under yum.repos.d. (Eric Anderson)
72- Report on broken packages listed for installation at the end so the warning isn't hidden. (Eric Anderson)
73- Fix rpmbootstrap to support sites with multiple href in their page (opensuse main site e.g) (Bruno Cornec)
74- Fix conf to support VE for opensuse 12.1 (Bruno Cornec)
[1368]75- Improved description, documentation and web pages (Eric Anderson)
76- Exit when no mirror defined to build a VE (Bruno Cornec)
77- Fix #105: create /dev/null in the chroot to avoid getting a file with errors in it. (Bruno Cornec)
78
[1307]790.11.3 (2011-05-25)
80- Working VE for opensuse-11.4 (Bruno Cornec)
81- some corresponding fixes for rpmbootstrap that would also need backward checks now (Bruno Cornec)
82
[1267]830.11.2 (2011-03-12)
84- Try to be more error proof when issues with repository download (Bruno Cornec)
85- Fix rpmbootstrap and pb newve order, which wasn't working after the latest pbos introduction (Bruno Cornec)
86- rpmbootstrap wasn't using the right conf file when launched with sudo is fixed by using the SUDO_USER env. var. (Bruno Cornec)
87- pb.conf rbsmirrorsrv now uses pbos var, and is filtered correctly. (Bruno Cornec)
88
[1228]890.11.1 (2011-02-26)
[1267]90- rpmbootstrap wasn't using the right conf file when launched with sudo is fixed by using the SUDO_USER env. var. (Bruno Cornec)
[1228]91- pb.conf rbsmirrorsrv now uses pbos var, and is filtered correctly. (Bruno Cornec)
92- 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)
93
[1160]940.10.1 (2011-01-13)
95- Adds fedora 14 support for rpmbootstrap (Bruno Cornec)
96- Improve Fedora 13 VE support (Bruno Cornec)
97- rpmboostrap now uses pb_check_req (Bruno Cornec)
98- Remove most lintian warnings for Debian (Bruno Cornec)
99- Fix Mandriva 2010.1 VE built with right dep pkg list (Bruno Cornec)
100- various rpmlint and lintian fixes (Bruno Cornec)
101- Adds ebuild version for pb gentoo packages (Bruno Cornec)
102
[1038]1030.9.10 (2010-06-07)
[1034]104- Add support for Ubuntu 10.04 natively and with debootstrap (universe repo needed) (Bruno Cornec)
105- Project-Builder.org is licensed under the GPL v2 for the moment. (Bruno Cornec)
106- Adds rbsopt parameter + doc to allow for passing options to rpmbootstrap such as -k now by default. (Bruno Cornec)
[1038]107- Successful tests with some VE (Mandriva 2009.1 and 2010.0, CentOS 4 & 5, Fedora 12, Ubuntu 10.04, Debian 5) (Bruno Cornec)
[1034]108- The repodata dir is now search in the parents dir of the mirror given as it depends on yum version. (Bruno Cornec)
109
1100.9.9 (2010-05-01)
[1016]111- First version of the rpmbootstrap program based on debootstrap and rinse ideas (Bruno Cornec)
Note: See TracBrowser for help on using the repository browser.