[mock] fix borken shell argument handling [BZ# 750075] from Marko Myllynen <myllynen at redhat.com>: Fix SCM i

John Clark Williams jcwillia at fedoraproject.org
Mon Oct 31 22:06:04 UTC 2011


commit 7ab8ddfdac60d2fbe980858a3324d25d9dc90a49
Author: Clark Williams <williams at redhat.com>
Date:   Mon Oct 31 17:05:48 2011 -0500

    fix borken shell argument handling [BZ# 750075]
    from Marko Myllynen <myllynen at redhat.com>:
    Fix SCM integration on RHEL 5 [BZ# 749518]
    from Ville Skyttä <ville.skytta at iki.fi>:
    bash completion fixes

 .gitignore |    1 +
 mock.spec  |    9 ++++++++-
 sources    |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb7a784..4cb0266 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ mock-1.1.4.tar.gz
 /mock-1.1.14.tar.gz
 /mock-1.1.15.tar.gz
 /mock-1.1.16.tar.gz
+/mock-1.1.17.tar.gz
diff --git a/mock.spec b/mock.spec
index b08104f..35580d1 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 16
+%define sub 17
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -119,6 +119,13 @@ chmod 2775 /var/cache/mock
 %dir /var/lib/mock
  
 %changelog
+* Mon Oct 31 2011 Clark Williams <williams at redhat.com> - 1.1.17-1
+- fix borken shell argument handling [BZ# 750075]
+- from Marko Myllynen <myllynen at redhat.com>:
+  - Fix SCM integration on RHEL 5 [BZ# 749518]
+- from Ville Skyttä <ville.skytta at iki.fi>:
+  - bash completion fixes
+
 * Wed Oct 21 2011 Clark Williams <williams at redhat.com> - 1.1.16-1
 - modified bind_mount and tmpfs plugins to use hooks for shell and chroot
 - refactored --shell and --chroot commands [BZ# 619533,728004,745550]
diff --git a/sources b/sources
index 4c81cc5..8f4d258 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3e447d65d394d6b7025a9fc4333c1276  mock-1.1.16.tar.gz
+1922940834dd739c11ff12bec475b508  mock-1.1.17.tar.gz


More information about the scm-commits mailing list