source: ProjectBuilder/pbconf/devel/rpmbootstrap/pbcl@ 1607

Last change on this file since 1607 was 1607, checked in by Bruno Cornec, 12 years ago
  • ChageLog updated for 0.12.1 publication
  • Adds support for Mageia 2 VMs and VEs
File size: 3.5 KB
Line 
1# $Id$
2
3RPMBOOTSTRAP CHANGES
4
5devel (2030-01-01)
6- TBD
7
80.12.1 (2012-05-28)
9- rpmbootstrap needs aaa_base for VE seyup with zypper, in order to add passwd file e.g. (Bruno Cornec)
10- If we have a proxy defined, write it into /etc/sysconfig/proxy. Otherwise one of the opensuse's doesn't work right. (Eric Anderson)
11- Improve error message, include why the download failed (Eric Anderson)
12- Download files to a temporary name so that ctrl-c won't leave around bad .rpm files. (Eric Anderson)
13- Add support for stop-on-error. (Eric Anderson)
14- Error out if no packages are defined for the OS version since that indicates something is badly wrong. (Eric Anderson)
15- Track the packages that we install so that we can re-install them with the vendor's tool. (Eric Anderson)
16- Don't mount proc if it is already mounted. (Eric Anderson)
17- Only process repo files under yum.repos.d. (Eric Anderson)
18- Report on broken packages listed for installation at the end so the warning isn't hidden. (Eric Anderson)
19- Fix rpmbootstrap to support sites with multiple href in their page (opensuse main site e.g) (Bruno Cornec)
20- Fix conf to support VE for opensuse 12.1 (Bruno Cornec)
21- Improved description, documentation and web pages (Eric Anderson)
22- Exit when no mirror defined to build a VE (Bruno Cornec)
23- Fix #105: create /dev/null in the chroot to avoid getting a file with errors in it. (Bruno Cornec)
24
250.11.3 (2011-05-25)
26- Working VE for opensuse-11.4 (Bruno Cornec)
27- some corresponding fixes for rpmbootstrap that would also need backward checks now (Bruno Cornec)
28
290.11.2 (2011-03-12)
30- Try to be more error proof when issues with repository download (Bruno Cornec)
31- Fix rpmbootstrap and pb newve order, which wasn't working after the latest pbos introduction (Bruno Cornec)
32- rpmbootstrap wasn't using the right conf file when launched with sudo is fixed by using the SUDO_USER env. var. (Bruno Cornec)
33- pb.conf rbsmirrorsrv now uses pbos var, and is filtered correctly. (Bruno Cornec)
34
350.11.1 (2011-02-26)
36- rpmbootstrap wasn't using the right conf file when launched with sudo is fixed by using the SUDO_USER env. var. (Bruno Cornec)
37- pb.conf rbsmirrorsrv now uses pbos var, and is filtered correctly. (Bruno Cornec)
38- 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)
39
400.10.1 (2011-01-13)
41- Adds fedora 14 support for rpmbootstrap (Bruno Cornec)
42- Improve Fedora 13 VE support (Bruno Cornec)
43- rpmboostrap now uses pb_check_req (Bruno Cornec)
44- Remove most lintian warnings for Debian (Bruno Cornec)
45- Fix Mandriva 2010.1 VE built with right dep pkg list (Bruno Cornec)
46- various rpmlint and lintian fixes (Bruno Cornec)
47- Adds ebuild version for pb gentoo packages (Bruno Cornec)
48
490.9.10 (2010-06-07)
50- Add support for Ubuntu 10.04 natively and with debootstrap (universe repo needed) (Bruno Cornec)
51- Project-Builder.org is licensed under the GPL v2 for the moment. (Bruno Cornec)
52- Adds rbsopt parameter + doc to allow for passing options to rpmbootstrap such as -k now by default. (Bruno Cornec)
53- Successful tests with some VE (Mandriva 2009.1 and 2010.0, CentOS 4 & 5, Fedora 12, Ubuntu 10.04, Debian 5) (Bruno Cornec)
54- The repodata dir is now search in the parents dir of the mirror given as it depends on yum version. (Bruno Cornec)
55
560.9.9 (2010-05-01)
57- First version of the rpmbootstrap program based on debootstrap and rinse ideas (Bruno Cornec)
Note: See TracBrowser for help on using the repository browser.