From c92d12a46d31937939dade136bb32af7521fc913 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: May 20 2008 19:50:40 +0000 Subject: New upstream release --- diff --git a/.cvsignore b/.cvsignore index b9d3a02..bbc1204 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mock-0.9.9.tar.gz +mock-0.9.10.tar.gz diff --git a/mock.spec b/mock.spec index 4413239..10b36de 100644 --- a/mock.spec +++ b/mock.spec @@ -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 @@ 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 @@ -87,6 +93,10 @@ fi %attr(02775, root, mock) %dir /var/lib/mock %changelog +* Tue May 20 2008 Jesse Keating - 0.9.10-1 +- added fix for building F-8 mock (clark) +- Update epel configs + * Tue Apr 22 2008 Jesse Keating - 0.9.9-1 - Update config files for Fedora 9 - Comment out multilib excludes, no longer needed in F9+ with yum multilib changes diff --git a/sources b/sources index c86e34f..4b08ccb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -482ae24e8f092ea94feb63406c51f33f mock-0.9.9.tar.gz +cef9e786e769a92dc37603ca8faf4be5 mock-0.9.10.tar.gz