rpms/mock/devel .cvsignore, 1.43, 1.44 mock.spec, 1.63, 1.64 sources, 1.46, 1.47

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Tue May 20 19:48:34 UTC 2008


Author: jkeating

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

Modified Files:
	.cvsignore mock.spec sources 
Log Message:
New upstream release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mock/devel/.cvsignore,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- .cvsignore	22 Apr 2008 21:52:09 -0000	1.43
+++ .cvsignore	20 May 2008 19:47:31 -0000	1.44
@@ -1 +1 @@
-mock-0.9.9.tar.gz
+mock-0.9.10.tar.gz


Index: mock.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mock/devel/mock.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- mock.spec	22 Apr 2008 21:52:09 -0000	1.63
+++ mock.spec	20 May 2008 19:47:31 -0000	1.64
@@ -1,7 +1,7 @@
 # next four lines substituted by autoconf
 %define major 0
 %define minor 9
-%define sub 9
+%define sub 10
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -27,6 +27,12 @@
 
 %prep
 %setup -q
+%if "%{?dist}" == ".fc8"
+pushd etc/mock
+sed -i -e 's/^#exclude=/exclude=/' -e '/^# The above is not/d' \
+    fedora-9-x86_64.cfg fedora-rawhide-x86_64.cfg
+popd
+%endif
 
 %build
 %configure
@@ -87,6 +93,10 @@
 %attr(02775, root, mock) %dir /var/lib/mock
 
 %changelog
+* Tue May 20 2008 Jesse Keating <jkeating at redhat.com> - 0.9.10-1
+- added fix for building F-8 mock (clark)
+- Update epel configs
+
 * Tue Apr 22 2008 Jesse Keating <jkeating at redhat.com> - 0.9.9-1
 - Update config files for Fedora 9
 - Comment out multilib excludes, no longer needed in F9+ with yum multilib changes


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mock/devel/sources,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- sources	22 Apr 2008 21:52:09 -0000	1.46
+++ sources	20 May 2008 19:47:31 -0000	1.47
@@ -1 +1 @@
-482ae24e8f092ea94feb63406c51f33f  mock-0.9.9.tar.gz
+cef9e786e769a92dc37603ca8faf4be5  mock-0.9.10.tar.gz




More information about the scm-commits mailing list