Changelog for
mock-0.9.13-1.fc10.noarch.rpm :
Thu Nov 6 23:00:00 2008 Jesse Keating
- 0.9.13-1
- Add configs for F10 (jkeating)
Wed Oct 15 00:00:00 2008 Clark Williams - 0.9.12-1
- internal setarch support for s390/s390x (mikem)
- Refer to the .newkey location of current Fedora 8/9 updates. (jkeating)
- [bz458234] Picked up corrected patch (pmatilai)
Fri Sep 5 00:00:00 2008 Clark Williams - 0.9.11-1
- added workarounds for rawhide rpm (BZ 455387 and 458234)
- disabled tmpfs plugin on epel-4-x86_64
- fixed autotools breakage in configure.ac
Wed May 21 00:00:00 2008 Jesse Keating - 0.9.10-1
- added fix for building F-8 mock (clark)
- Update epel configs
Wed Apr 23 00:00:00 2008 Jesse Keating - 0.9.9-1
- Update config files for Fedora 9
- Comment out multilib excludes, no longer needed in F9+ with yum multilib changes
Tue Apr 1 00:00:00 2008 Jesse Keating - 0.9.8-1
- modify rootcache logic to rebuild cache if config files have newer timestamp
- For Fedora 8 and higher, use priority failover method
- Point to the correct static-repo for rawhide stuff.
- Move \"devel\" to \"rawhide\" to match current Fedora naming schemes.
Thu Jan 31 23:00:00 2008 Michael Brown - 0.9.7-1
- redo mock.util.do() to use python subprocess module, which should be
much more maintainable than our old homegrown code.
- Fix exclude= lines once again. Yum fnmatch parser doesnt understand [!x]
notation
- add --unpriv and --cwd options to run chroot commands without elevated privs
and in a specific working directory (under the root).
- mount all filesystems when running chroot commands
- remove redundant ccache init since we now source /etc/profile.d/ccache.sh
Wed Jan 16 23:00:00 2008 Clark Williams - 0.9.6-1
- renamed configs and put compat symlinks in place
- misc cleanups (whitespace fixes, info messages, etc.)
- tmpfs plugin fix
- split --target and --arch command line arguments
- changed from -l to --login on bash invocations
- create /dev/full in chroot
Thu Dec 20 23:00:00 2007 Michael Brown - 0.9.5-1
- really fix file-based BuildRequires
Wed Dec 19 23:00:00 2007 Michael Brown - 0.9.4-1
- Result dir was not honoring --uniqueext=
- make rpmbuild run under a chroot login shell
- mock is now noarch due to drop of all binary components
- add tmpfs plugin (disabled by default)
- slightly more friendly logs.
Fri Dec 14 23:00:00 2007 Clark Williams - 0.9.3-1
- added \'--copyin\' and \'--copyout\' modes
- added makeChrootPath() method to Root
- replaced most ad hock usages of .rootdir with makeChrootPath()
- updated man page && added test cases
- added \'help\' target to Makefile.am
Thu Dec 13 23:00:00 2007 Michael Brown - 0.9.2-1
- add \'--update\' mode
- fix \'--shell\' mode
Tue Dec 11 23:00:00 2007 Michael Brown - 0.9.1-1
- fix \'mock shell\' command when passing more than one arg.
- add --orphanskill mode which only does orphankill
- make \'mock --shell\' noninteractive and logged to root.log
- fix for file-based BuildRequires
- add sparcs to constant list for auto-setarch
Tue Dec 11 23:00:00 2007 Michael Brown - 0.8.17-1
- fix \'mock shell\' command when passing more than one arg.
- add --orphanskill mode which only does orphankill
- make \'mock --shell\' noninteractive and logged to root.log
- fix for file-based BuildRequires
- add sparcs to constant list for auto-setarch
Sun Dec 9 23:00:00 2007 Michael Brown - 0.9.0-1
- drop suid helper and use consolehelper instead.
- add unshare() call rather than clone(CLONE_NEWNS...)
Sun Dec 9 23:00:00 2007 Michael Brown - 0.8.16-1
- drop FC6 configs. FC6 no longer supported
- add --trace cmdline parameter
- make logs slightly less verbose
Wed Dec 5 23:00:00 2007 Michael Brown - 0.8.15-1
- fix traceback when root cache doesnt exist.
- add \"--with\", \"--without\", and \"--define\" cmdline parameters which are passed
to rpmbuild (courtesy Todd Zullinger)
Tue Dec 4 23:00:00 2007 Michael Brown - 0.8.14-1
- fix traceback when cache dir was not found
Tue Dec 4 23:00:00 2007 Michael Brown - 0.8.13-1
- brown-paper-bag bug where built rpm didnt work due to lack of path
substitution in mock.py
Mon Dec 3 23:00:00 2007 Michael Brown - 0.8.12-1
- fix builds of multiple srpms
- fix \'mock install\'
- use python-decoratortools for better python 2.3 back compat
Thu Nov 29 23:00:00 2007 Clark Williams - 0.8.11-1
- fixes from mebrown:
- added back -q and -v flags
- print yum output by default
- added --offline option
- cleaned up uid handling
Mon Nov 26 23:00:00 2007 Michael Brown - 0.8.10-1
- fix \'shell\' command
- fix a couple different selinux avc denial messages (didnt affect functionality)
Tue Nov 20 23:00:00 2007 Michael Brown - 0.8.9-1
- Fixes so that mock will run cleanly on RHEL5
- Add glib-devel.i386, glib2-devel.i386 to yum exclude list as it breaks
builds.
- Add backwards-compatibility code for old-style \'automatically assume rebuild\'
convention
- automake symlink accidentally included in tarball rather than file
(py-compile)
- update manpage
Mon Nov 19 23:00:00 2007 Michael Brown - 0.8.8-1
- make it run correctly when called by the \'root\' user
- internal_setarch: optionally run \'setarch\' internally. This
eliminates the need to run \"setarch i386 mock ...\" when building on
target_arch != build_arch. This is turned on by default. Limitations:
must have \'ctypes\' python module available, which is only available
by default in python 2.5, or as an extension module in <= 2.4.
If the \'ctypes\' module is not available, this feature will be
disabled and you must manually run \'setarch\'.
- Does not run \'clean\' action for \'shell\', \'chroot\', \'install\', or
\'installdeps\' (docs updated)
- fix build for top_builddir != top_srcdir
- fix \'installdeps\' so that it works with both rpms/srpms
- missing device file /dev/ptmx was causing \'expect\' command to always
fail. Affected any SRPM build that used \'expect\'.
- hard spec file dep on python >= 2.4 due to python syntax changes.
- resultdir can now contain python-string substitutions for any
variable in the chroot config.
rebuild my.src.rpm
- add \'dist\' variable to all chroot config files so that it is
available for resultdir substitutions.
- give good error message when logging.ini cannot be found.
- change default logging format to remove verbosity from build.log.
- make logging format configurable from defaults.cfg or chroot cfg.
- less verbose state.log format
Tue Oct 23 00:00:00 2007 Michael Brown - 0.8.4-1
- fix reported \'bad owner/group\' from rpm in some configurations.
Tue Oct 23 00:00:00 2007 Michael Brown - 0.8.3-1
- BZ# 336361 -- cannot su - mockbuild
- BZ# 326561 -- update manpage
- BZ# 235141 -- error with immutable bit
Sun Oct 21 00:00:00 2007 Michael Brown - 0.8.0-1
- huge number of changes upstream
- convert to setuid wrapper instead of old setuid helper
- lots of bugfixes and improvements
- /var/cache/yum now saved and bind-mounted
- ccache integration
- rootcache improvements (formerly called autocache)
Tue Aug 28 00:00:00 2007 Michael Brown - 0.7.6-1
- ensure /etc/hosts is created in chroot properly
Tue Aug 14 00:00:00 2007 Clark Williams - 0.7.5-2
- build fix from Roland McGrath to fix compile of selinux lib
Thu Aug 9 00:00:00 2007 Clark Williams - 0.7.5-1
- orphanskill feature (BZ#221351)
Thu Aug 9 00:00:00 2007 Michael Brown - 0.7.5-1
- add example configs to defaults.cfg
- dont rebuild cache if not clean build (BZ#250425)
Thu Jul 19 00:00:00 2007 Michael Brown - 0.7.4-1
- return child exit status, so we properly report subcommand failures
Sat Jul 7 00:00:00 2007 Michael Brown - 0.7.3-1
- remove redundant defaults.cfg entries.
Thu Jun 21 00:00:00 2007 Michael Brown - 0.7.2-1
- fix exclude list
- remove legacy configs
- disable \'local\' repos by default (koji-repos)
Thu Jun 14 00:00:00 2007 Michael Brown - 0.7.1-1
- Fix problem with autocache where different users couldnt share same cache
- Fix problem creating resolv.conf in rootfs
- cleanup perms on rootfs /etc/
Wed Jun 13 00:00:00 2007 Michael Brown - 0.7.1-1
- add EPEL 5 config files
Tue Jun 12 00:00:00 2007 Clark Williams - 0.7-1
- fixed bind mount problems
- added code to allow multiple users to use --no-clean
- merged mock-0-6-branch to head and changed version
Fri Jun 8 00:00:00 2007 Clark Williams - 0.6.17-1
- added F-7 config files (BZ#242276)
- modified epel configs for changed mirrorlist location (BZ#239981)
- added bind mount of /dev (BZ#236428)
- added copy of /etc/resolv.conf to chroot (BZ#237663 and BZ#238101)
Wed May 2 00:00:00 2007 Clark Williams - 0.6.16-1
- timeout code adds new cmdline option that will kill build process after
specified timeout. Useful for automated builds of things that may hang during
build and you just want it to fail.
Wed Apr 11 00:00:00 2007 Clark Williams - 0.6.15-1
- Fixed typo in FC4 -epel configs (BZ 235490)
Sat Feb 24 23:00:00 2007 Clark Williams - 0.6.14-1
- Ville Skyttä\'s fix for RPM_OPT_FLAGS (BZ 226673)
Tue Feb 20 23:00:00 2007 Clark Williams - 0.6.13-1
- Handle --no-clean option when doing yum.conf symlink (BZ 230824)
Fri Feb 16 23:00:00 2007 Clark Williams - 0.6.12-1
- added safety symlink for yum.conf
Wed Feb 7 23:00:00 2007 Clark Williams - 0.6.11-1
- added error() calls to print command output on failed commands
Tue Feb 6 23:00:00 2007 Clark Williams - 0.6.11-1
- added installdeps command for long-term chroot management
Mon Jan 8 23:00:00 2007 Clark Williams - 0.6.10-1
- Added Josh Boyer\'s EPEL config files
Tue Nov 21 23:00:00 2006 Clark Williams - 0.6.9-1
- applied Eric Work\'s patch to fix defaults vs. command line option problem
(BZ 215168)
- use /etc/mock/defaults.cfg if --configdir specified and no defaults found
in the specified configdir
(BZ 209407)
- applied Jesse Keatings patch for arch specifi config files
(BZ 213516)
Mon Oct 30 23:00:00 2006 Clark Williams - 0.6.8-1
- respun tarballs without buildsys rpms
Mon Oct 30 23:00:00 2006 Clark Williams - 0.6.7-1
- updated for FC6 release
Sun Oct 22 00:00:00 2006 Clark Williams - 0.6.6-1
- bumped version to 0.6.6 (fixed tarball problem)
Tue Sep 12 00:00:00 2006 Clark Williams - 0.6.5-1
- changed version number for patch from Karanbir Singh
(rpm workaround on CentOS 4.4)
Wed Aug 30 00:00:00 2006 Clark Williams - 0.6.3-1
- changed version number to indicate fix for bz 204051
Wed Aug 30 00:00:00 2006 Clark Williams - 0.6.2-2
- bumped revision for bz 204051
Thu Aug 24 00:00:00 2006 Clark Williams - 0.6.2-1
- Updated README
- Fixed link problem in etc/Makefile
- Bumped version number
Thu Aug 17 00:00:00 2006 Clark Williams
- Added buildsys-build specfile to docs
- Added disttag
- Bumped release number
Thu Jun 8 00:00:00 2006 Seth Vidal
- version update
Wed Apr 12 00:00:00 2006 Seth Vidal
- specfile version iterate
Tue Dec 27 23:00:00 2005 Seth Vidal
- add patch from Andreas Thienemann - adds man page
Sun Jun 12 00:00:00 2005 Seth Vidal
- security fix in mock-helper
Mon Jun 6 00:00:00 2005 Seth Vidal
- clean up packaging for fedora extras
Fri May 20 00:00:00 2005 Seth Vidal
- second packaging and backing down the yum ver req
Mon May 16 00:00:00 2005 Seth Vidal
- first version/packaging