rpms/mock/FC-6 mock.spec,1.27,1.28 sources,1.14,1.15

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Mon Jan 15 15:46:40 UTC 2007


Author: jkeating

Update of /cvs/extras/rpms/mock/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22561

Modified Files:
	mock.spec sources 
Log Message:
new upstream release


Index: mock.spec
===================================================================
RCS file: /cvs/extras/rpms/mock/FC-6/mock.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- mock.spec	6 Nov 2006 15:31:20 -0000	1.27
+++ mock.spec	15 Jan 2007 15:46:10 -0000	1.28
@@ -1,7 +1,7 @@
 Summary: Builds packages inside chroots
 Name: mock
-Version: 0.6.8
-Release: 4%{?dist}
+Version: 0.6.10
+Release: 1%{?dist}
 License: GPL
 Group: Development/Tools
 Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz
@@ -10,7 +10,6 @@
 Requires: python, yum >= 2.2.1
 Requires(pre): shadow-utils
 BuildRequires: libselinux-devel
-Patch0: arch-specific-repo.patch
 
 
 %description
@@ -18,13 +17,10 @@
 
 %prep
 %setup -q
-%patch0 -p0
-
 
 %build
 make
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -33,7 +29,7 @@
 
 %if 0%{?fedora:1}
 if [ -f fedora-%{fedora}-%{_target_cpu}-core.cfg ]; then
-   	ln -s fedora-%{fedora}-%{_target_cpu}-core.cfg default.cfg
+        ln -s fedora-%{fedora}-%{_target_cpu}-core.cfg default.cfg
 fi
 %endif
 
@@ -50,7 +46,6 @@
     fi
 fi
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -59,8 +54,6 @@
     groupadd -r mock >/dev/null 2>&1 || :
 fi
 
-
-
 %files
 %defattr(-, root, root)
 %doc README ChangeLog buildsys-build.spec
@@ -73,8 +66,19 @@
 %attr(02775, root, mock) %dir /var/lib/mock
 %{_libdir}/libselinux-mock.so
 
-
 %changelog
+* Mon Jan  8 2007 Clark Williams <williams at redhat.com> - 0.6.10-1
+- Added Josh Boyer's EPEL config files
+
+* Tue Nov 21 2006 Clark Williams <williams at redhat.com> - 0.6.9-1
+- applied Eric Work's patch to fix defaults vs. command line option problem
+  (BZ 215168)
+- use /etc/mock/defaults.cfg if --configdir specified and no defaults found
+  in the specified configdir
+  (BZ 209407)
+- applied Jesse Keatings patch for arch specifi config files
+  (BZ 213516)
+
 * Mon Nov  6 2006 Jesse Keating <jkeating at redhat.com> - 0.6.8-4
 - Fix a couple typos pointing fc6 chroots to fe5.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mock/FC-6/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	30 Oct 2006 21:48:20 -0000	1.14
+++ sources	15 Jan 2007 15:46:10 -0000	1.15
@@ -1 +1 @@
-5f8308a6e5b8fe87943bb7b28dd55bfd  mock-0.6.8.tar.gz
+cb97e374c38faf681c5530440273adf2  mock-0.6.10.tar.gz




More information about the scm-commits mailing list