[mock] fix SCM problem with SSH_AUTH_SOCK [BZ# 803217]

John Clark Williams jcwillia at fedoraproject.org
Thu Mar 29 21:19:53 UTC 2012


commit ee37ab02feaeee805137a04a93e57f8c97165155
Author: Clark Williams <williams at redhat.com>
Date:   Thu Mar 29 16:19:48 2012 -0500

    fix SCM problem with SSH_AUTH_SOCK [BZ# 803217]
    
    - From Chris St Pierre <chris.a.st.pierre at gmail.com>:
      - allow chroot group to be configure option

 .gitignore |    1 +
 mock.spec  |    7 ++++++-
 sources    |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 554646e..e21172d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ mock-1.1.4.tar.gz
 /mock-1.1.19.tar.gz
 /mock-1.1.20.tar.gz
 /mock-1.1.21.tar.gz
+/mock-1.1.22.tar.gz
diff --git a/mock.spec b/mock.spec
index 42b3bbe..b6c28f4 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 21
+%define sub 22
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -121,6 +121,11 @@ chmod 2775 /var/cache/mock
 %dir /var/lib/mock
  
 %changelog
+* Thu Mar 29 2012 Clark Williams <williams at redhat.com> - 1.1.22-1
+- fix SCM problem with SSH_AUTH_SOCK [BZ# 803217]
+- From Chris St Pierre <chris.a.st.pierre at gmail.com>:
+  - allow chroot group to be configure option
+
 * Wed Feb  8 2012 Clark Williams <williams at redhat.com> - 1.1.21-1
 - from Dennis Gilmore <dennis at ausil.us>
   - add Fedora 17 mock configs
diff --git a/sources b/sources
index 8dfba00..a0a7dfe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-24b8986dcb7dbd54c5127ee07fb593b6  mock-1.1.21.tar.gz
+1ce51715e2047a205583d953f474d50d  mock-1.1.22.tar.gz


More information about the scm-commits mailing list