rpms/mock/EL-6 .cvsignore, 1.61, 1.62 mock.spec, 1.88, 1.89 sources, 1.64, 1.65 import.log, 1.4, NONE

Dennis Gilmore ausil at fedoraproject.org
Thu Jul 8 16:33:04 UTC 2010


Author: ausil

Update of /cvs/pkgs/rpms/mock/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29053

Modified Files:
	.cvsignore mock.spec sources 
Removed Files:
	import.log 
Log Message:
sync to rawhide



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mock/EL-6/.cvsignore,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -p -r1.61 -r1.62
--- .cvsignore	11 Mar 2010 23:21:34 -0000	1.61
+++ .cvsignore	8 Jul 2010 16:33:03 -0000	1.62
@@ -1 +1 @@
-mock-1.0.7.tar.gz
+mock-1.1.1.tar.gz


Index: mock.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mock/EL-6/mock.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -p -r1.88 -r1.89
--- mock.spec	11 Mar 2010 23:21:34 -0000	1.88
+++ mock.spec	8 Jul 2010 16:33:03 -0000	1.89
@@ -1,7 +1,7 @@
 # next four lines substituted by autoconf
 %define major 1
-%define minor 0
-%define sub 7
+%define minor 1
+%define sub 1
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -18,7 +18,8 @@ Source: https://fedorahosted.org/mock/at
 URL: http://fedoraproject.org/wiki/Projects/Mock
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-Requires: python >= 2.4, yum >= 2.4, tar, gzip, python-ctypes, python-decoratortools, usermode
+Requires: python >= 2.4, yum >= 2.4, tar, pigz, python-ctypes, python-decoratortools, usermode
+Requires: createrepo
 Requires(pre): shadow-utils
 BuildRequires: python-devel
 %if "%{?dist}" == ".el5"
@@ -88,6 +89,7 @@ fi
 %config(noreplace) %{_sysconfdir}/%{name}/*.ini
 %config(noreplace) %{_sysconfdir}/pam.d/%{name}
 %config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
+%{_sysconfdir}/bash_completion.d
 
 # docs
 %{_mandir}/man1/mock.1*
@@ -100,6 +102,14 @@ fi
 %attr(02775, root, mock) %dir /var/cache/mock
 
 %changelog
+* Fri May 14 2010 Clark Williams <williams at redhat.com> - 1.1.1-1
+- patch from Seth Vidal <skvidal at fedoraproject.org> to handle
+  rpmdb cache issue (BZ#591741)
+
+* Thu Mar 11 2010 Jesse Keating <jkeating at redhat.com> - 1.1.0-1
+- Make the createrepo command arguments optional
+- Make the createrepo call disabled by default
+
 * Thu Mar 11 2010 Jesse Keating <jkeating at redhat.com> - 1.0.7-1
 - Revert new createrepo feature
 - Revert -n/-N useradd change, just use -n as it still works


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mock/EL-6/sources,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -p -r1.64 -r1.65
--- sources	11 Mar 2010 23:21:34 -0000	1.64
+++ sources	8 Jul 2010 16:33:03 -0000	1.65
@@ -1 +1 @@
-b4fe18f9b84b89a34cf8837702f9e8a9  mock-1.0.7.tar.gz
+68622f97017eac7ec498b84df2889504  mock-1.1.1.tar.gz


--- import.log DELETED ---



More information about the scm-commits mailing list