[mock/el5] Fixed error when calling os.getlogin() [BZ# 843434]

John Clark Williams jcwillia at fedoraproject.org
Fri Jul 27 22:01:25 UTC 2012


commit 3e44b322028b80a9129f970c26730dc064ecf085
Author: Clark Williams <williams at redhat.com>
Date:   Fri Jul 27 17:01:18 2012 -0500

    Fixed error when calling os.getlogin() [BZ# 843434]
    
    - removed fedora-15 config files
    - from Matt McCutchen <matt at mattmccutchen.net>:
      - allowed common options to be added to yum commands [BZ# 734576]
    - from Ville Skyttä <ville.skytta at iki.fi>:
      - added mockchain completion
    - from Seth Vidal <skvidal at fedoraproject.org>:
      - added package_state_plugin

 .gitignore |    1 +
 mock.spec  |   12 +++++++++++-
 sources    |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6145f21..3c5c47f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ mock-1.0.11.tar.gz
 /mock-1.0.28.tar.gz
 /mock-1.0.29.tar.gz
 /mock-1.0.30.tar.gz
+/mock-1.0.31.tar.gz
diff --git a/mock.spec b/mock.spec
index 50adc9f..5a8e734 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 30
+%define sub 31
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -114,6 +114,16 @@ chmod 2775 /var/cache/mock
 %dir /var/lib/mock
 
 %changelog
+* Fri Jul 27 2012 Clark Williams <williams at redhat.com> - 1.0.31-1
+- Fixed error when calling os.getlogin() [BZ# 843434]
+- removed fedora-15 config files
+- from Matt McCutchen <matt at mattmccutchen.net>:
+  - allowed common options to be added to yum commands [BZ# 734576]
+- from Ville Skyttä <ville.skytta at iki.fi>:
+  - added mockchain completion
+- from Seth Vidal <skvidal at fedoraproject.org>:
+  - added package_state_plugin
+
 * Thu Jun 21 2012 Clark Williams <williams at redhat.com> - 1.0.30-1
   - modified startup code to only set mock group [BZ# 809676]
   - add CLONE_NEWUTS to unshare(2) call [BZ# 818445]
diff --git a/sources b/sources
index 27a06d5..31f9931 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a1769b879e0c97f3f241cfac51355f1d  mock-1.0.30.tar.gz
+28dfaf7d00dbeb184dec923cc311e7c1  mock-1.0.31.tar.gz


More information about the scm-commits mailing list