rpms/mock/F-8 mock.spec,1.58,1.59

John Clark Williams (jcwillia) fedora-extras-commits at redhat.com
Thu May 15 22:12:32 UTC 2008


Author: jcwillia

Update of /cvs/pkgs/rpms/mock/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv962

Modified Files:
	mock.spec 
Log Message:
* Thu May 15 2008 Jesse Keating <jkeating at redhat.com> - 0.9.9-2
- BZ# 446556 - added sed line to uncomment exclude for fedora-9-x86_64.cfg
  and fedora-rawhide-x86_64.cfg (only on F-8 release) 



Index: mock.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mock/F-8/mock.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- mock.spec	23 Apr 2008 23:40:32 -0000	1.58
+++ mock.spec	15 May 2008 22:11:37 -0000	1.59
@@ -11,7 +11,7 @@
 Summary: Builds packages inside chroots
 Name: mock
 Version: %{release_version}
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Source: https://fedorahosted.org/mock/attachment/wiki/MockTarballs/%{name}-%{version}.tar.gz
@@ -27,6 +27,10 @@
 
 %prep
 %setup -q
+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
 
 %build
 %configure
@@ -87,6 +91,10 @@
 %attr(02775, root, mock) %dir /var/lib/mock
 
 %changelog
+* Thu May 15 2008 Jesse Keating <jkeating at redhat.com> - 0.9.9-2
+- BZ# 446556 - added sed line to uncomment exclude for fedora-9-x86_64.cfg
+  and fedora-rawhide-x86_64.cfg (only on F-8 release) 
+
 * 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




More information about the fedora-extras-commits mailing list