[mock/el5] add custom exception for unshare(2) failures change getLog().warn to getLog().warning for consistenc

John Clark Williams jcwillia at fedoraproject.org
Thu Sep 8 19:09:58 UTC 2011


commit d227fab978b06fe83ad4e7eb669d326830565e39
Author: Clark Williams <williams at redhat.com>
Date:   Thu Sep 8 14:09:42 2011 -0500

    add custom exception for unshare(2) failures
    change getLog().warn to getLog().warning for consistency
    fix namespace collision with python-mock [BZ# 601725]
    from Kirby Zhou <kirbyzhou at sogou-inc.com>
    remove rpmdb files before rebuilding SRPM [BZ# 719008]
    from Marko Myllynen <myllynen at redhat.com>
    integrate mock with RHN
    from Giam Teck Choon <choon at choon.net>
    add support for passing options to yum-buildep via mock cfg

 .gitignore |    1 +
 mock.spec  |   13 ++++++++++++-
 sources    |    2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ef2b4f9..9667b4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ mock-1.0.11.tar.gz
 /mock-1.0.17.tar.gz
 /mock-1.0.18.tar.gz
 /mock-1.0.19.tar.gz
+/mock-1.0.20.tar.gz
diff --git a/mock.spec b/mock.spec
index 746a8ca..a22082a 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 19
+%define sub 20
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -116,6 +116,17 @@ chmod 2775 /var/cache/mock
 %attr(02775, root, mock) %dir /var/cache/mock
 
 %changelog
+* Thu Sep  8 2011 Clark Williams <williams at redhat.com> - 1.0.20-1
+- add custom exception for unshare(2) failures
+- change getLog().warn to getLog().warning for consistency
+- fix namespace collision with python-mock [BZ# 601725]
+- from Kirby Zhou <kirbyzhou at sogou-inc.com>
+  - remove rpmdb files before rebuilding SRPM [BZ# 719008]
+- from Marko Myllynen <myllynen at redhat.com>
+  - integrate mock with RHN
+- from Giam Teck Choon <choon at choon.net>
+  - add support for passing options to yum-buildep via mock cfg
+
 * Tue Jul 26 2011 Clark Williams <williams at redhat.com> - 1.0.19-1
 - fixed incorrect python version requirement
 - remove f13 configs
diff --git a/sources b/sources
index 0842b3b..9d254ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3947cd184cf1b98e36d8265d3ba3f519  mock-1.0.19.tar.gz
+2ab1b19f1761b69f60b2ddb1142d6d5a  mock-1.0.20.tar.gz


More information about the scm-commits mailing list