From d18cb4580f5f2b37e7d8a33957246a2b99d7b60f Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Mon, 11 Jun 2007 14:50:21 -0500 Subject: initial merge of mock-0-6-branch into HEAD --- ChangeLog | 120 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 83 insertions(+), 37 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 88a79df..6b81d37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2007-02-24 Clark Williams + + * mock.spec + BZ#226673 - Ville Skyttä fix for RPM_OPT_FLAGS + +2007-02-20 Clark Williams + + * mock.py + Handle --no-clean option when doing yum.conf symlink + + * mock.spec + Bumped version to 0.6.13 + +2007-02-16 Clark Williams + + * mock.py + Added safety symlink to handle possible yum breakage in rawhide + +2007-02-07 Clark Williams + + * mock.py + Added error() calls to print command output on failed commands + +2007-02-06 Clark Williams + + * mock.py + added installdeps command for long-term chroot management + fixed invalid reference to os.file (rather than os.path) + 2007-01-08 Clark Williams * Makefile changed archive creation to keep tarball clean @@ -8,11 +37,6 @@ * mock.spec bumped version to 0.6.10 -2007-01-03 Clark Williams - - * mock.py, Makefile, etc/*.cfg - merged BZ fixes from mock-0.6 branch - 2006-10-30 Clark Williams * Makefile @@ -23,50 +47,72 @@ 2006-10-21 Clark Williams - * mock.c - changed MOCK_PATH to /usr/libexec/mock.py - * mock.spec - changed version to 0.7.1 - updated paths to reflect /usr/libexec/mock.py change + Bumped version to 0.6.6 - * Changelog - updated - -2006-06-28 Clark Williams +2006-09-11 11:21 jcwillia + * mock.py + added patch from Karanbir Singh to fix RPM problem in + CentOS 4.4 + + * mock.spec + bumped version to 0.6.5 + +2006-08-29 05:16 jcwillia * mock.py - added code in Root class to save uid/gid - added elevate and drop methods to Root - changed most invocations of self.do() to self.do_elevated() - added flocking and flushing around status writes - moved cache logic from mock-helper into pack and unpack methods - added -n to mount and unmount of chroot entities (proc, sys, etc) - bracketed _mount, _umount and RPM calls with elevate and drop - removed commented out /boot/kernel manipulations - removed /usr/sbin/mock-helper from config_opts initializations - removed check for root and mock group membership + explicit import of rpmUtils.transaction + (BZ#204051) + +2006-08-25 16:40 jcwillia + + * buildsys-build.spec + Dennis Gilmore's patches for Aurora SPARC Linux + (BZ#204100) + +2006-08-17 20:28 jcwillia + + * etc/redhat-73-i386.cfg, etc/redhat-9-i386.cfg: + added runuser config option for legacy config files + + * mock.py + updated usage message + + * doc/mock.1 + reworked man page to include caching options, chroot and shell + commands. + (BZ#200080) + +2006-08-17 20:23 jcwillia + + * etc/redhat-8-i386.cfg: + added template for RHL8 + +2006-08-16 16:59 jcwillia * mock.spec - changed version to 0.7 - removed /usr/sbin/mock-helper - added /usr/bin/mock + added disttags - * Makefile - Changed install commands to use -D to create path components + * mock.py + added check for basedir change and raise error when it's detected + (BZ#1644441) - * ChangeLog - updated and check in changelog - * etc/defaults.cfg - pared down options +2006-08-07 17:26 jcwillia -2006-06-27 Clark Williams + * buildsys-build.spec + added rhel tags + + * Makefile + Modified to build all supported targets for buildsys-build - * src/: - check in new launcher source (mock.c) - modified Makefile to build new source +2006-08-07 15:05 jcwillia + * buildsys-build.spec + Thorsten Leemhuis and Paul Howarth's patches for RHL and Legacy + chroots. + (BZ#196930) + 2006-06-13 01:31 skvidal * etc/defaults.cfg: -- cgit