rpms/mock/EL-4 .cvsignore, 1.15, 1.16 mock.spec, 1.32, 1.33 sources, 1.18, 1.19

John Clark Williams jcwillia at fedoraproject.org
Tue Feb 3 23:39:31 UTC 2009


Author: jcwillia

Update of /cvs/pkgs/rpms/mock/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25819

Modified Files:
	.cvsignore mock.spec sources 
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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mock/EL-4/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	5 Sep 2008 01:54:07 -0000	1.15
+++ .cvsignore	3 Feb 2009 23:39:00 -0000	1.16
@@ -1 +1 @@
-mock-0.9.11.tar.gz
+mock-0.9.14.tar.gz


Index: mock.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mock/EL-4/mock.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- mock.spec	5 Sep 2008 01:54:07 -0000	1.32
+++ mock.spec	3 Feb 2009 23:39:01 -0000	1.33
@@ -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 @@
 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 @@
 # 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)
+
+* Tue Oct 14 2008 Clark Williams <williams at redhat.com> - 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 <williams at redhat.com> - 0.9.11-1
 - added workarounds for rawhide rpm (BZ 455387 and 458234)
 - disabled tmpfs plugin on epel-4-x86_64


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mock/EL-4/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	5 Sep 2008 01:54:07 -0000	1.18
+++ sources	3 Feb 2009 23:39:01 -0000	1.19
@@ -1 +1 @@
-eec7aa72ba1d4cd92552a73c16d3b44e  mock-0.9.11.tar.gz
+81b128d08c81e61100e60f9daadeab2a  mock-0.9.14.tar.gz




More information about the fedora-extras-commits mailing list