diff options
author | Jesse Keating <jkeating@redhat.com> | 2008-05-20 10:41:20 -0400 |
---|---|---|
committer | Jesse Keating <jkeating@redhat.com> | 2008-05-20 10:41:20 -0400 |
commit | 752c25f0a7d80a3705624946779d805ff352675b (patch) | |
tree | 5445d2a8f797980500beec270359410b11d8adbc /mock.spec.in | |
parent | bc8a3bcd9a989ef94dbc79d571b840df1c9902f7 (diff) | |
parent | 7ab8dfe62ad84ba9426a1cbf17a3d967278e23d9 (diff) | |
download | mock-752c25f0a7d80a3705624946779d805ff352675b.tar.gz mock-752c25f0a7d80a3705624946779d805ff352675b.tar.xz mock-752c25f0a7d80a3705624946779d805ff352675b.zip |
Merge branch 'master' of ssh://git.fedorahosted.org/git/mock
Diffstat (limited to 'mock.spec.in')
-rw-r--r-- | mock.spec.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mock.spec.in b/mock.spec.in index b61bebb..4796359 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 |