rpms/mock/F-9 mock.spec,1.67,1.68

John Clark Williams jcwillia at fedoraproject.org
Tue Feb 3 23:33:45 UTC 2009


Author: jcwillia

Update of /cvs/pkgs/rpms/mock/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23318

Modified Files:
	mock.spec 
Log Message:
* Mon Feb 02 2009 Clark Williams <williams at redhat.com> - 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)



Index: mock.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mock/F-9/mock.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- mock.spec	6 Nov 2008 22:13:28 -0000	1.67
+++ mock.spec	3 Feb 2009 23:33:15 -0000	1.68
@@ -1,7 +1,7 @@
 # next four lines substituted by autoconf
 %define major 0
 %define minor 9
-%define sub 13
+%define sub 14
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -42,6 +42,7 @@
 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,24 @@
 # 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 <williams at redhat.com> - 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 <jkeating at redhat.com> - 0.9.13-1
 - Add configs for F10 (jkeating)
 




More information about the fedora-extras-commits mailing list