From e7b82bed9bd669cdeeecd57e592d3933ce12d505 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Dec 21 2007 05:25:44 +0000 Subject: - really fix file-based BuildRequires - 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. - 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 --- diff --git a/.cvsignore b/.cvsignore index a2a1e42..ecc03fa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mock-0.8.18.tar.gz +mock-0.8.19.tar.gz diff --git a/mock.spec b/mock.spec index 15169b4..9edfd66 100644 --- a/mock.spec +++ b/mock.spec @@ -1,7 +1,7 @@ # next four lines substituted by autoconf %define major 0 %define minor 8 -%define sub 18 +%define sub 19 %define extralevel %{nil} %define release_name mock %define release_version %{major}.%{minor}.%{sub}%{extralevel} @@ -49,7 +49,10 @@ fi %doc ChangeLog # python stuff -%{_libexecdir}/mock.py* +%{_libexecdir}/mock.py +%if "%{el4}" != "1" +%exclude %{_libexecdir}/mock.py[co] +%endif %{python_sitelib}/* # config files @@ -64,9 +67,17 @@ fi %attr(02775, root, mock) %dir /var/lib/mock %changelog -* Thu Dec 13 2007 Michael Brown - 0.8.18-1 -- add '--update' mode -- fix '--shell' mode +* Thu Dec 20 2007 Michael Brown - 0.8.18-1 +- really fix file-based BuildRequires +- 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. +- 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 * Thu Dec 13 2007 Michael Brown - 0.9.2-1 - add '--update' mode @@ -103,10 +114,10 @@ fi * Thu Nov 29 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 +- added back -q and -v flags +- print yum output by default +- added --offline option +- cleaned up uid handling * Mon Nov 26 2007 Michael Brown - 0.8.10-1 - fix 'shell' command diff --git a/sources b/sources index 072fddb..546c6d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ff0b69a594d655c0be09908458da3838 mock-0.8.18.tar.gz +e4b30ebd9b18430b9a1bc4364fe060ad mock-0.8.19.tar.gz