From 7ab8dfe62ad84ba9426a1cbf17a3d967278e23d9 Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Fri, 16 May 2008 15:01:27 -0500 Subject: added fix for building F-8 mock --- mock.spec.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mock.spec.in') diff --git a/mock.spec.in b/mock.spec.in index 8d5a1d0..b522f82 100644 --- a/mock.spec.in +++ b/mock.spec.in @@ -27,6 +27,12 @@ Mock takes a srpm and builds it in a chroot %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 -- cgit