[mock/el5] fixed incorrect python version requirement remove f13 configs added exception for unshare(2) failure

John Clark Williams jcwillia at fedoraproject.org
Tue Jul 26 20:54:51 UTC 2011


commit 29bf0ba83933365dccd16817050d573de481d0fb
Author: Clark Williams <williams at redhat.com>
Date:   Tue Jul 26 15:54:37 2011 -0500

    fixed incorrect python version requirement
    remove f13 configs
    added exception for unshare(2) failures [BZ# 718714]
    added back 'newinstance' mount option to devpts (with symlink logic)
    fixed epel-6-* configurations [BZ# 679885, 719740]
    from Matt Domsch <Matt_Domsch at dell.com>
    tmpfs plugin typo fix

 .gitignore |    1 +
 mock.spec  |   13 +++++++++++--
 sources    |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1eaee69..ef2b4f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ mock-1.0.11.tar.gz
 /mock-1.0.16.tar.gz
 /mock-1.0.17.tar.gz
 /mock-1.0.18.tar.gz
+/mock-1.0.19.tar.gz
diff --git a/mock.spec b/mock.spec
index 183b3e1..746a8ca 100644
--- a/mock.spec
+++ b/mock.spec
@@ -1,7 +1,7 @@
 # next four lines substituted by autoconf
 %define major 1
 %define minor 0
-%define sub 18
+%define sub 19
 %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.6, yum >= 2.4, yum-utils >= 1.1.9, tar, pigz, python-ctypes, python-decoratortools, usermode
+Requires: python >= 2.4, yum >= 2.4, yum-utils >= 1.1.9, tar, pigz, python-ctypes, python-decoratortools, usermode
 Requires: createrepo
 Requires(pre): shadow-utils
 Requires(post): coreutils
@@ -116,6 +116,15 @@ chmod 2775 /var/cache/mock
 %attr(02775, root, mock) %dir /var/cache/mock
 
 %changelog
+* Tue Jul 26 2011 Clark Williams <williams at redhat.com> - 1.0.19-1
+- fixed incorrect python version requirement
+- remove f13 configs
+- added exception for unshare(2) failures [BZ# 718714]
+- added back 'newinstance' mount option to devpts (with symlink logic)
+- fixed epel-6-* configurations [BZ# 679885, 719740]
+- from Matt Domsch <Matt_Domsch at dell.com>
+  - tmpfs plugin typo fix
+
 * Wed Jun 22 2011 Clark Williams <williams at redhat.com> - 1.0.18-1
 - remove 'newinstance' mount parameter from devpts filesystem mount (BZ# 711175)
 - modify --chroot command to print command output
diff --git a/sources b/sources
index 6fde843..0842b3b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c09a8b835213f6e422e3d1ee246f0b90  mock-1.0.18.tar.gz
+3947cd184cf1b98e36d8265d3ba3f519  mock-1.0.19.tar.gz


More information about the scm-commits mailing list