rpms/mock/F-7 .cvsignore, 1.34, 1.35 mock.spec, 1.51, 1.52 sources, 1.37, 1.38

Michael E Brown (mebrown) fedora-extras-commits at redhat.com
Fri Dec 21 05:26:30 UTC 2007


Author: mebrown

Update of /cvs/extras/rpms/mock/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3297

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mock/F-7/.cvsignore,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- .cvsignore	13 Dec 2007 15:35:07 -0000	1.34
+++ .cvsignore	21 Dec 2007 05:25:44 -0000	1.35
@@ -1 +1 @@
-mock-0.8.18.tar.gz
+mock-0.8.19.tar.gz


Index: mock.spec
===================================================================
RCS file: /cvs/extras/rpms/mock/F-7/mock.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- mock.spec	13 Dec 2007 15:35:07 -0000	1.51
+++ mock.spec	21 Dec 2007 05:25:44 -0000	1.52
@@ -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 @@
 %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 @@
 %attr(02775, root, mock) %dir /var/lib/mock
 
 %changelog
-* Thu Dec 13 2007 Michael Brown <mebrown at michaels-house.net> - 0.8.18-1
-- add '--update' mode
-- fix '--shell' mode
+* Thu Dec 20 2007 Michael Brown <mebrown at michaels-house.net> - 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 <mebrown at michaels-house.net> - 0.9.2-1
 - add '--update' mode
@@ -103,10 +114,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/F-7/sources,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- sources	13 Dec 2007 15:35:07 -0000	1.37
+++ sources	21 Dec 2007 05:25:44 -0000	1.38
@@ -1 +1 @@
-ff0b69a594d655c0be09908458da3838  mock-0.8.18.tar.gz
+e4b30ebd9b18430b9a1bc4364fe060ad  mock-0.8.19.tar.gz




More information about the fedora-extras-commits mailing list