[mock] remove f13 configs added exception for unshare(2) failures [BZ# 718714] added back 'newinstance' mou

John Clark Williams jcwillia at fedoraproject.org
Tue Jul 26 19:18:00 UTC 2011


commit 95e87358df7cce1fa1fa619b0b45f4d7662cfd8a
Author: Clark Williams <williams at redhat.com>
Date:   Tue Jul 26 14:17:48 2011 -0500

    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  |   10 +++++++++-
 sources    |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 920b986..e1bbb31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ mock-1.1.4.tar.gz
 /mock-1.1.9.tar.gz
 /mock-1.1.10.tar.gz
 /mock-1.1.11.tar.gz
+/mock-1.1.12.tar.gz
diff --git a/mock.spec b/mock.spec
index dd9fae9..7a936e1 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 11
+%define sub 12
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -117,6 +117,14 @@ 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.1.12-1
+- 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.1.11-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 6b5ad39..1643349 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea199c9ee941ae7c0d059fd2bc5afc12  mock-1.1.11.tar.gz
+3d9577e6ce4dc44dd3c3f3ce033b5f4f  mock-1.1.12.tar.gz


More information about the scm-commits mailing list