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

John Clark Williams jcwillia at fedoraproject.org
Fri Jul 27 21:04:35 UTC 2012


commit b328b712b83145e04f3913532e95e0edfb79f092
Author: Clark Williams <williams at redhat.com>
Date:   Fri Jul 27 16:04:30 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  |   15 +++++++++++----
 sources    |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6268ecb..310d425 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ mock-1.1.4.tar.gz
 /mock-1.1.21.tar.gz
 /mock-1.1.22.tar.gz
 /mock-1.1.23.tar.gz
+/mock-1.1.24.tar.gz
diff --git a/mock.spec b/mock.spec
index f87c9c0..e9f612a 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 23
+%define sub 24
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -11,7 +11,7 @@
 Summary: Builds packages inside chroots
 Name: mock
 Version: %{release_version}
-Release: 2%{?dist}
+Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Source: https://fedorahosted.org/mock/attachment/wiki/MockTarballs/%{name}-%{version}.tar.gz
@@ -120,8 +120,15 @@ chmod 2775 /var/cache/mock
 %dir /var/lib/mock
  
 %changelog
-* Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.23-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+* Fri Jul 27 2012 Clark Williams <williams at redhat.com> - 1.1.24-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  7 2012 Clark Williams <williams at redhat.com> - 1.1.23-1
   - modified startup code to only set mock group [BZ# 809676]
diff --git a/sources b/sources
index 454be8c..71a06d9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4b4de8d3e8063adbbb6667fd5f1cc72a  mock-1.1.23.tar.gz
+dbac2d550a39b00595c3acdae3218b5c  mock-1.1.24.tar.gz


More information about the scm-commits mailing list