diff --git a/.cvsignore b/.cvsignore index b77f8de..d2ef292 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mock-0.9.11.tar.gz +mock-0.9.14.tar.gz diff --git a/mock.spec b/mock.spec index 0a4c1b6..49f13a3 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 11 +%define sub 14 %define extralevel %{nil} %define release_name mock %define release_version %{major}.%{minor}.%{sub}%{extralevel} @@ -42,6 +42,7 @@ make rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install mkdir -p $RPM_BUILD_ROOT/var/lib/mock +mkdir -p $RPM_BUILD_ROOT/var/cache/mock ln -s consolehelper $RPM_BUILD_ROOT/usr/bin/mock # compatibility symlinks @@ -92,7 +93,32 @@ fi # build dir %attr(02775, root, mock) %dir /var/lib/mock +# cache dir +%attr(02775, root, mock) %dir /var/cache/mock + %changelog +* Mon Feb 02 2009 Clark Williams - 0.9.14-1 +- logging cleanup (mikem) +- add new exception for resultdir not available (mebrown) +- moved mock cache dir to /var/cache/mock (williams) +- added version variable and version banner to logs (williams) +- removed import of popen2 to whack deprecated message (williams) +- prevent disabling ccache on epel-5 (tmz) +- added configs for sparc and s390 (dgilmore) +- fixed git log command used in build (tmz) +- added copy of spec/sources for building srpms (mebrown) +- changed unlink to rmdir (mebrown) +- set HOME directory globally (mikeb) +- commented out privlege drop in --copyin (williams) + +* Thu Nov 06 2008 Jesse Keating - 0.9.13-1 +- Add configs for F10 (jkeating) + +* Tue Oct 14 2008 Clark Williams - 0.9.12-1 +- internal setarch support for s390/s390x (mikem) +- Refer to the .newkey location of current Fedora 8/9 updates. (jkeating) +- [bz458234] Picked up corrected patch (pmatilai) + * 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 diff --git a/sources b/sources index d8f1f88..8f5f787 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eec7aa72ba1d4cd92552a73c16d3b44e mock-0.9.11.tar.gz +81b128d08c81e61100e60f9daadeab2a mock-0.9.14.tar.gz