[mock/el5] fixed shell command handling [BZ# 750075] from Marko Myllynen <myllynen at redhat.com>: Fix SCM integra

John Clark Williams jcwillia at fedoraproject.org
Mon Oct 31 22:10:03 UTC 2011


commit d6593ab73999055b96d68c24a4a6de2f075d976f
Author: Clark Williams <williams at redhat.com>
Date:   Mon Oct 31 17:09:53 2011 -0500

    fixed shell command 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 17ae257..88b861c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ mock-1.0.11.tar.gz
 /mock-1.0.21.tar.gz
 /mock-1.0.22.tar.gz
 /mock-1.0.23.tar.gz
+/mock-1.0.24.tar.gz
diff --git a/mock.spec b/mock.spec
index 87a84fb..0652de0 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 23
+%define sub 24
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -115,6 +115,13 @@ chmod 2775 /var/cache/mock
 %dir /var/lib/mock
 
 %changelog
+* Mon Oct 31 2011 Clark Williams <williams at redhat.com> - 1.0.24-1
+- fixed shell command 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
+
 * Fri Oct 14 2011 Clark Williams <williams at redhat.com> - 1.0.23-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 1270290..6388018 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-94ab8161cb78c14ebdc4478aae46082d  mock-1.0.23.tar.gz
+817a7bd9a7fe0ea424ee406bf9e6f5c6  mock-1.0.24.tar.gz


More information about the scm-commits mailing list