From 59bf2841c759660397af2d7fedec9de532545d6c Mon Sep 17 00:00:00 2001 From: John Clark Williams Date: Sep 04 2008 22:10:57 +0000 Subject: - added workarounds for rawhide rpm (BZ 455387 and 458234) - disabled tmpfs plugin on epel-4-x86_64 - fixed autotools breakage in configure.ac --- diff --git a/.cvsignore b/.cvsignore index bbc1204..b77f8de 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mock-0.9.10.tar.gz +mock-0.9.11.tar.gz diff --git a/mock.spec b/mock.spec index 10b36de..0a4c1b6 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 10 +%define sub 11 %define extralevel %{nil} %define release_name mock %define release_version %{major}.%{minor}.%{sub}%{extralevel} @@ -93,6 +93,11 @@ fi %attr(02775, root, mock) %dir /var/lib/mock %changelog +* Thu Sep 4 2008 Clark Williams - 0.9.11-1 +- added workarounds for rawhide rpm (BZ 455387 and 458234) +- disabled tmpfs plugin on epel-4-x86_64 +- fixed autotools breakage in configure.ac + * Tue May 20 2008 Jesse Keating - 0.9.10-1 - added fix for building F-8 mock (clark) - Update epel configs diff --git a/sources b/sources index 4b08ccb..d8f1f88 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cef9e786e769a92dc37603ca8faf4be5 mock-0.9.10.tar.gz +eec7aa72ba1d4cd92552a73c16d3b44e mock-0.9.11.tar.gz