rpms/mock/devel .cvsignore, 1.40, 1.41 mock.spec, 1.59, 1.60 sources, 1.43, 1.44

Michael E Brown (mebrown) fedora-extras-commits at redhat.com
Fri Feb 1 01:08:08 UTC 2008


Author: mebrown

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mock/devel/.cvsignore,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- .cvsignore	16 Jan 2008 14:17:38 -0000	1.40
+++ .cvsignore	1 Feb 2008 01:07:24 -0000	1.41
@@ -1 +1 @@
-mock-0.9.6.tar.gz
+mock-0.9.7.tar.gz


Index: mock.spec
===================================================================
RCS file: /cvs/extras/rpms/mock/devel/mock.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- mock.spec	16 Jan 2008 14:25:07 -0000	1.59
+++ mock.spec	1 Feb 2008 01:07:24 -0000	1.60
@@ -1,7 +1,7 @@
 # next four lines substituted by autoconf
 %define major 0
 %define minor 9
-%define sub 6
+%define sub 7
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -82,6 +82,16 @@
 %attr(02775, root, mock) %dir /var/lib/mock
 
 %changelog
+* Thu Jan 31 2008 Michael Brown <mebrown at michaels-house.net> - 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 2008 Clark Williams <williams at redhat.com> - 0.9.6-1
 - renamed configs and put compat symlinks in place
 - misc cleanups (whitespace fixes, info messages, etc.)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mock/devel/sources,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- sources	16 Jan 2008 14:17:38 -0000	1.43
+++ sources	1 Feb 2008 01:07:24 -0000	1.44
@@ -1 +1 @@
-5809df266c84f35021dada8844af36f4  mock-0.9.6.tar.gz
+973aa6980f674e1a24b014fc7f47346c  mock-0.9.7.tar.gz




More information about the fedora-extras-commits mailing list