rpms/mock/devel .cvsignore, 1.37, 1.38 mock.spec, 1.56, 1.57 sources, 1.40, 1.41

Michael E Brown (mebrown) fedora-extras-commits at redhat.com
Thu Dec 20 05:06:25 UTC 2007


Author: mebrown

Update of /cvs/extras/rpms/mock/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23907

Modified Files:
	.cvsignore mock.spec sources 
Log Message:
* Wed Dec 19 2007 Michael Brown <mebrown at michaels-house.net> - 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.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mock/devel/.cvsignore,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- .cvsignore	16 Dec 2007 14:54:22 -0000	1.37
+++ .cvsignore	20 Dec 2007 05:05:25 -0000	1.38
@@ -1 +1 @@
-mock-0.9.3.tar.gz
+mock-0.9.4.tar.gz


Index: mock.spec
===================================================================
RCS file: /cvs/extras/rpms/mock/devel/mock.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- mock.spec	16 Dec 2007 14:56:17 -0000	1.56
+++ mock.spec	20 Dec 2007 05:05:25 -0000	1.57
@@ -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 @@
 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 @@
 %attr(02775, root, mock) %dir /var/lib/mock
 
 %changelog
+* Wed Dec 19 2007 Michael Brown <mebrown at michaels-house.net> - 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 <williams at redhat.com> - 0.9.3-1
 - added '--copyin' and '--copyout' modes
 - added makeChrootPath() method to Root
@@ -123,10 +131,10 @@
 
 * Thu Nov 29 2007 Clark Williams <williams at redhat.com> - 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 <mebrown at michaels-house.net> - 0.8.10-1
 - fix 'shell' command


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mock/devel/sources,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- sources	16 Dec 2007 14:54:22 -0000	1.40
+++ sources	20 Dec 2007 05:05:25 -0000	1.41
@@ -1 +1 @@
-abfe9e9acd895095191598cd61c78549  mock-0.9.3.tar.gz
+6fd32103830d77718e5e7f1f587e0f41  mock-0.9.4.tar.gz




More information about the fedora-extras-commits mailing list