From 0c7d649dc1f7f7aeb0cf086028b50d8d230e22f2 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: May 20 2008 19:53:36 +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 e02e68f..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} @@ -11,7 +11,7 @@ Summary: Builds packages inside chroots Name: mock Version: %{release_version} -Release: 2%{?dist} +Release: 1%{?dist} License: GPLv2+ Group: Development/Tools Source: https://fedorahosted.org/mock/attachment/wiki/MockTarballs/%{name}-%{version}.tar.gz @@ -27,10 +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 @@ -91,9 +93,9 @@ fi %attr(02775, root, mock) %dir /var/lib/mock %changelog -* Thu May 15 2008 Jesse Keating - 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 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 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