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

John Clark Williams jcwillia at fedoraproject.org
Fri Mar 30 03:40:39 UTC 2012


commit 31b2f9bb534cca738a6e753269482d1111a7e305
Author: Clark Williams <williams at redhat.com>
Date:   Thu Mar 29 22:40:35 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  |   11 +++++++++--
 sources    |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7867f7a..415d31b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ mock-1.0.11.tar.gz
 /mock-1.0.26.tar.gz
 /mock-1.0.27.tar.gz
 /mock-1.0.28.tar.gz
+/mock-1.0.29.tar.gz
diff --git a/mock.spec b/mock.spec
index 4d56893..97c5445 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 28
+%define sub 29
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -115,6 +115,11 @@ chmod 2775 /var/cache/mock
 %dir /var/lib/mock
 
 %changelog
+* Thu Mar 29 2012 Clark Williams <williams at redhat.com> - 1.0.29-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.0.28-1
 - From Dennis Gilmore <dennis at ausil.us>
   - add Fedora 17 mock configs
@@ -122,12 +127,14 @@ chmod 2775 /var/cache/mock
   - add configs for arm hardware floating point
 
 * Wed Feb  1 2012 Clark Williams <williams at redhat.com> - 1.0.27-1
-- fixed missing files from Makefile.am
 - change [local] repo definition for f16+ configs [BZ# 753735]
 - don't run createrepo inside chroot [BZ# 783926]
 - from Ville Skyttä <ville.skytta at iki.fi>
   - llow setting https, ftp, and no proxy in addition to http.
 
+* Sat Jan 14 2012 Clark Williams <williams at redhat.com> - 1.0.26-2
+- fix missing source files in Makefile.am
+
 * Fri Jan 13 2012 Clark Williams <williams at redhat.com> - 1.0.26-1
 - added header output for test sections
 - Added a mount plugin for handling additional user-specified mounts.
diff --git a/sources b/sources
index c007119..37c187b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-62e52c03380502abc8f2abd77b3aa56b  mock-1.0.28.tar.gz
+6994fc160f77eb1098e1368180662df1  mock-1.0.29.tar.gz


More information about the scm-commits mailing list