From 2770ef65c8d3cc4113514979ef8f756a752325d2 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Dec 20 2007 05:05:25 +0000 Subject: - 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. --- diff --git a/.cvsignore b/.cvsignore index 03578b3..8b0cdc3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mock-0.9.3.tar.gz +mock-0.9.4.tar.gz diff --git a/mock.spec b/mock.spec index 092e009..271e4a6 100644 --- a/mock.spec +++ b/mock.spec @@ -1,7 +1,7 @@ # next four lines substituted by autoconf %define major 0 %define minor 9 -%define sub 3 +%define sub 4 %define extralevel %{nil} %define release_name mock %define release_version %{major}.%{minor}.%{sub}%{extralevel} @@ -17,7 +17,8 @@ Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz URL: http://fedoraproject.org/wiki/Projects/Mock BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: python >= 2.4, yum >= 2.4, tar, gzip, python-ctypes, python-decoratortools +BuildArch: noarch +Requires: python >= 2.4, yum >= 2.4, tar, gzip, python-ctypes, python-decoratortools, usermode Requires(pre): shadow-utils BuildRequires: python-devel @@ -70,6 +71,13 @@ fi %attr(02775, root, mock) %dir /var/lib/mock %changelog +* Wed Dec 19 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 2007 Clark Williams - 0.9.3-1 - added '--copyin' and '--copyout' modes - added makeChrootPath() method to Root @@ -123,10 +131,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 468063a..27ed8a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -abfe9e9acd895095191598cd61c78549 mock-0.9.3.tar.gz +6fd32103830d77718e5e7f1f587e0f41 mock-0.9.4.tar.gz