[mock/el5] modified startup code to only set mock group [BZ# 809676]

John Clark Williams jcwillia at fedoraproject.org
Thu Jun 21 20:44:10 UTC 2012


commit c8c667929ea0cff02cecf31bab3967de9452d049
Author: Clark Williams <williams at redhat.com>
Date:   Thu Jun 21 15:44:06 2012 -0500

    modified startup code to only set mock group [BZ# 809676]
    
      - add CLONE_NEWUTS to unshare(2) call [BZ# 818445]
      - from Seth Vidal <skvidal at fedoraproject.org>:
        - add mockchain to mock [BZ# 812477]
      - from Marko Myllynen <myllynen at redhat.com>:
        - fix write_tar check in scm.py [BZ# 828677]
      - from Masatake YAMATO <yamato at redhat.com>:
        - added option to set a plugin parameter value [BZ# 754321]

 .gitignore |    1 +
 mock.spec  |   28 ++++++++++++++++++++--------
 sources    |    2 +-
 3 files changed, 22 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 415d31b..6145f21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ mock-1.0.11.tar.gz
 /mock-1.0.27.tar.gz
 /mock-1.0.28.tar.gz
 /mock-1.0.29.tar.gz
+/mock-1.0.30.tar.gz
diff --git a/mock.spec b/mock.spec
index 97c5445..50adc9f 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 29
+%define sub 30
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -47,9 +47,6 @@ ln -s consolehelper $RPM_BUILD_ROOT/usr/bin/mock
 # compatibility symlinks
 # (probably be nuked in the future)
 pushd $RPM_BUILD_ROOT/etc/mock
-ln -s epel-4-i386.cfg   fedora-4-i386-epel.cfg
-ln -s epel-4-ppc.cfg    fedora-4-ppc-epel.cfg
-ln -s epel-4-x86_64.cfg fedora-4-x86_64-epel.cfg
 ln -s epel-5-i386.cfg   fedora-5-i386-epel.cfg
 ln -s epel-5-ppc.cfg    fedora-5-ppc-epel.cfg
 ln -s epel-5-x86_64.cfg fedora-5-x86_64-epel.cfg
@@ -93,6 +90,7 @@ chmod 2775 /var/cache/mock
 
 # executables
 %{_bindir}/mock
+%{_bindir}/mockchain
 %attr(0755, root, root) %{_sbindir}/mock
 
 # python stuff
@@ -107,6 +105,7 @@ chmod 2775 /var/cache/mock
 
 # docs
 %{_mandir}/man1/mock.1*
+%{_mandir}/man1/mockchain.1*
 %doc ChangeLog
 
 # cache & build dirs
@@ -115,10 +114,23 @@ chmod 2775 /var/cache/mock
 %dir /var/lib/mock
 
 %changelog
+* Thu Jun 21 2012 Clark Williams <williams at redhat.com> - 1.0.30-1
+  - modified startup code to only set mock group [BZ# 809676]
+  - add CLONE_NEWUTS to unshare(2) call [BZ# 818445]
+  - from Seth Vidal <skvidal at fedoraproject.org>:
+    - add mockchain to mock [BZ# 812477]
+  - from Marko Myllynen <myllynen at redhat.com>:
+    - fix write_tar check in scm.py [BZ# 828677]
+  - from Masatake YAMATO <yamato at redhat.com>:
+    - added option to set a plugin parameter value [BZ# 754321]
+
 * Thu Mar 29 2012 Clark Williams <williams at redhat.com> - 1.0.29-1
 - fix SCM problem with SSH_AUTH_SOCK [BZ# 803217]
+- remove EPEL 4 configs
+- fix baseurl (remove dist-) for f17 configs [BZ# 795409]
+- fix incorrect setting of gid in UidManager.changeOwner() [BZ# 782449]
 - From Chris St Pierre <chris.a.st.pierre at gmail.com>:
-  - allow chroot group to be configure option
+  - allow chroot group to be configure option [BZ# 719099]
 
 * Wed Feb  8 2012 Clark Williams <williams at redhat.com> - 1.0.28-1
 - From Dennis Gilmore <dennis at ausil.us>
@@ -467,7 +479,7 @@ From Ville Skyttä <ville.skytta at iki.fi>:
 * Thu Jan 31 2008 Michael Brown <mebrown at michaels-house.net> - 0.9.7-1
 - redo mock.util.do() to use python subprocess module, which should be
   much more maintainable than our old homegrown code.
-- Fix exclude= lines once again. Yum fnmatch parser doesnt understand [!x]
+- Fix exclude= lines once again. Yum fnmatch parser doesn't understand [!x]
   notation
 - add --unpriv and --cwd options to run chroot commands without elevated privs
   and in a specific working directory (under the root).
@@ -527,7 +539,7 @@ From Ville Skyttä <ville.skytta at iki.fi>:
 - make logs slightly less verbose
 
 * Wed Dec 05 2007 Michael Brown <mebrown at michaels-house.net> - 0.8.15-1
-- fix traceback when root cache doesnt exist.
+- fix traceback when root cache doesn't exist.
 - add "--with", "--without", and "--define" cmdline parameters which are passed
   to rpmbuild (courtesy Todd Zullinger)
 
@@ -535,7 +547,7 @@ From Ville Skyttä <ville.skytta at iki.fi>:
 - fix traceback when cache dir was not found
 
 * Tue Dec 04 2007 Michael Brown <mebrown at michaels-house.net> - 0.8.13-1
-- brown-paper-bag bug where built rpm didnt work due to lack of path 
+- brown-paper-bag bug where built rpm didn't work due to lack of path
   substitution in mock.py
 
 * Mon Dec 03 2007 Michael Brown <mebrown at michaels-house.net> - 0.8.12-1
diff --git a/sources b/sources
index 37c187b..27a06d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6994fc160f77eb1098e1368180662df1  mock-1.0.29.tar.gz
+a1769b879e0c97f3f241cfac51355f1d  mock-1.0.30.tar.gz


More information about the scm-commits mailing list