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

John Clark Williams jcwillia at fedoraproject.org
Thu Jun 21 18:38:43 UTC 2012


commit cd465343be9fdb5f1bc7000b671a74c2e11258a7
Author: Clark Williams <williams at redhat.com>
Date:   Thu Jun 21 13:38:42 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  |   23 ++++++++++++++++-------
 sources    |    2 +-
 3 files changed, 18 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e21172d..6268ecb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ mock-1.1.4.tar.gz
 /mock-1.1.20.tar.gz
 /mock-1.1.21.tar.gz
 /mock-1.1.22.tar.gz
+/mock-1.1.23.tar.gz
diff --git a/mock.spec b/mock.spec
index b6c28f4..ef9d045 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 22
+%define sub 23
 %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
@@ -98,6 +95,7 @@ chmod 2775 /var/cache/mock
 
 # executables
 %{_bindir}/mock
+%{_bindir}/mockchain
 %attr(0755, root, root) %{_sbindir}/mock
 
 # python stuff
@@ -113,6 +111,7 @@ chmod 2775 /var/cache/mock
 
 # docs
 %{_mandir}/man1/mock.1*
+%{_mandir}/man1/mockchain.1*
 %doc ChangeLog
 
 # cache & build dirs
@@ -121,6 +120,16 @@ chmod 2775 /var/cache/mock
 %dir /var/lib/mock
  
 %changelog
+* Thu Jun  7 2012 Clark Williams <williams at redhat.com> - 1.1.23-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.1.22-1
 - fix SCM problem with SSH_AUTH_SOCK [BZ# 803217]
 - From Chris St Pierre <chris.a.st.pierre at gmail.com>:
@@ -478,7 +487,7 @@ chmod 2775 /var/cache/mock
 * 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).
@@ -538,7 +547,7 @@ chmod 2775 /var/cache/mock
 - 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)
 
@@ -546,7 +555,7 @@ chmod 2775 /var/cache/mock
 - 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 a0a7dfe..454be8c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1ce51715e2047a205583d953f474d50d  mock-1.1.22.tar.gz
+4b4de8d3e8063adbbb6667fd5f1cc72a  mock-1.1.23.tar.gz


More information about the scm-commits mailing list