From 19b8becae7dfcb685952524114dad148acd7a221 Mon Sep 17 00:00:00 2001 From: John Clark Williams Date: May 14 2010 18:07:08 +0000 Subject: - added code to check for SELinux being enabled or disabled and avoid calling 'chcon' if disabled - add conditional Require of python-hashlib if building for the EL5 distro --- diff --git a/.cvsignore b/.cvsignore index 846d5e1..1bbbea2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mock-1.1.0.tar.gz +mock-1.1.1.tar.gz diff --git a/mock.spec b/mock.spec index 65ede13..05fa0f6 100644 --- a/mock.spec +++ b/mock.spec @@ -1,7 +1,7 @@ # next four lines substituted by autoconf %define major 1 %define minor 1 -%define sub 0 +%define sub 1 %define extralevel %{nil} %define release_name mock %define release_version %{major}.%{minor}.%{sub}%{extralevel} @@ -18,7 +18,7 @@ Source: https://fedorahosted.org/mock/attachment/wiki/MockTarballs/%{name}-%{ver 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 @@ -89,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* @@ -101,6 +102,10 @@ fi %attr(02775, root, mock) %dir /var/cache/mock %changelog +* Fri May 14 2010 Clark Williams - 1.1.1-1 +- patch from Seth Vidal to handle + rpmdb cache issue (BZ#591741) + * Thu Mar 11 2010 Jesse Keating - 1.1.0-1 - Make the createrepo command arguments optional - Make the createrepo call disabled by default diff --git a/sources b/sources index 6387b47..b225187 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f3d9854956346a87f0e633103166fd15 mock-1.1.0.tar.gz +68622f97017eac7ec498b84df2889504 mock-1.1.1.tar.gz