rpms/mock/devel mock.spec,1.55,1.56

John Clark Williams (jcwillia) fedora-extras-commits at redhat.com
Sun Dec 16 14:56:51 UTC 2007


Author: jcwillia

Update of /cvs/pkgs/rpms/mock/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21000

Modified Files:
	mock.spec 
Log Message:
* Fri Dec 14 2007 Clark Williams <williams at redhat.com> - 0.9.3-1
- added '--copyin' and '--copyout' modes
- added makeChrootPath() method to Root
- replaced most ad hock usages of .rootdir with makeChrootPath()
- updated man page && added test cases
- added 'help' target to Makefile.am



Index: mock.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mock/devel/mock.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- mock.spec	13 Dec 2007 15:30:44 -0000	1.55
+++ mock.spec	16 Dec 2007 14:56:17 -0000	1.56
@@ -1,7 +1,7 @@
 # next four lines substituted by autoconf
 %define major 0
 %define minor 9
-%define sub 2
+%define sub 3
 %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: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz
@@ -70,7 +70,14 @@
 %attr(02775, root, mock) %dir /var/lib/mock
 
 %changelog
-* Thu Dec 13 2007 Michael Brown <mebrown at michaels-house.net> - 0.9.2-2
+* Fri Dec 14 2007 Clark Williams <williams at redhat.com> - 0.9.3-1
+- added '--copyin' and '--copyout' modes
+- added makeChrootPath() method to Root
+- replaced most ad hock usages of .rootdir with makeChrootPath()
+- updated man page && added test cases
+- added 'help' target to Makefile.am
+
+* Thu Dec 13 2007 Michael Brown <mebrown at michaels-house.net> - 0.9.2-1
 - add '--update' mode
 - fix '--shell' mode
 




More information about the fedora-extras-commits mailing list