[mock] 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 18:12:03 UTC 2011


commit d8c652ba938a52b29808ac0f0dc2ecd7eaf66428
Author: Clark Williams <williams at redhat.com>
Date:   Thu Sep 8 13:11:49 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 e1bbb31..2ec1658 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ mock-1.1.4.tar.gz
 /mock-1.1.10.tar.gz
 /mock-1.1.11.tar.gz
 /mock-1.1.12.tar.gz
+/mock-1.1.13.tar.gz
diff --git a/mock.spec b/mock.spec
index 7a936e1..2f51ea7 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 12
+%define sub 13
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -117,6 +117,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.1.13-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.1.12-1
 - remove f13 configs
 - added exception for unshare(2) failures [BZ# 718714]
diff --git a/sources b/sources
index 1643349..ad50da2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d9577e6ce4dc44dd3c3f3ce033b5f4f  mock-1.1.12.tar.gz
+03459af7e2c09e7950efd2c59a32448b  mock-1.1.13.tar.gz


More information about the scm-commits mailing list