rpms/mock/devel .cvsignore, 1.12, 1.13 mock.spec, 1.28, 1.29 sources, 1.15, 1.16

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Tue Jan 9 15:40:05 UTC 2007


Author: jkeating

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

Modified Files:
	.cvsignore mock.spec sources 
Log Message:
Update to 0.6.10 release from upstream.
Sync up some differences between this spec and upstream's spec



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mock/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	30 Oct 2006 21:29:50 -0000	1.12
+++ .cvsignore	9 Jan 2007 15:39:35 -0000	1.13
@@ -1 +1 @@
-mock-0.6.8.tar.gz
+mock-0.6.10.tar.gz


Index: mock.spec
===================================================================
RCS file: /cvs/extras/rpms/mock/devel/mock.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- mock.spec	6 Nov 2006 15:30:09 -0000	1.28
+++ mock.spec	9 Jan 2007 15:39:35 -0000	1.29
@@ -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/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	30 Oct 2006 21:29:50 -0000	1.15
+++ sources	9 Jan 2007 15:39:35 -0000	1.16
@@ -1 +1 @@
-5f8308a6e5b8fe87943bb7b28dd55bfd  mock-0.6.8.tar.gz
+cb97e374c38faf681c5530440273adf2  mock-0.6.10.tar.gz




More information about the scm-commits mailing list