[mock/el5] modified bind_mount and tmpfs plugins to use hooks for shell and chroot refactored --shell and --chr

John Clark Williams jcwillia at fedoraproject.org
Fri Oct 14 16:09:39 UTC 2011


commit 3e0582fce818e39b13da611ef64e47c31a85d780
Author: Clark Williams <williams at redhat.com>
Date:   Fri Oct 14 11:09:35 2011 -0500

    modified bind_mount and tmpfs plugins to use hooks for shell and chroot
    refactored --shell and --chroot commands [BZ# 619533,728004,745550]
    added input validation for --buildsrpm [BZ# 743173]
    ensured configs don't have execute bit set [BZ# 744013]
    modified root cache pluging to not cache bind mounts [BZ# 744727]
    removed invalid excludes from epel-{4,5}-x86_64 configs [BZ# 533762]
    From Marko Myllynen <myllynen at redhat.com>:
    Set HOME properly when doing SCM checkouts [BZ# 745394]
    Support for setting timestamps for Git checkouts [BZ# 745396]
    From Yury V. Zaytsev <yury at shurup.com>:
    fix incorrect-fsf-address rpmlint warning [BZ#741068]
    From Jan Vcelak <jvcelak at redhat.com>:
    resolve SELinux filesystem mountpoint [BZ# 734781]

 .gitignore |    1 +
 mock.spec  |   17 ++++++++++++++++-
 sources    |    2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b0686d6..17ae257 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ mock-1.0.11.tar.gz
 /mock-1.0.20.tar.gz
 /mock-1.0.21.tar.gz
 /mock-1.0.22.tar.gz
+/mock-1.0.23.tar.gz
diff --git a/mock.spec b/mock.spec
index 2d53a1a..87a84fb 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 22
+%define sub 23
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -115,6 +115,21 @@ chmod 2775 /var/cache/mock
 %dir /var/lib/mock
 
 %changelog
+* 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]
+- added input validation for --buildsrpm [BZ# 743173]
+- ensured configs don't have execute bit set [BZ# 744013]
+- modified root cache pluging to not cache bind mounts [BZ# 744727]
+- removed invalid excludes from epel-{4,5}-x86_64 configs [BZ# 533762]
+- From Marko Myllynen <myllynen at redhat.com>:
+  - Set HOME properly when doing SCM checkouts [BZ# 745394]
+  - Support for setting timestamps for Git checkouts [BZ# 745396]
+- From Yury V. Zaytsev <yury at shurup.com>:
+  - fix incorrect-fsf-address rpmlint warning [BZ#741068] 
+- From Jan Vcelak <jvcelak at redhat.com>:
+  - resolve SELinux filesystem mountpoint [BZ# 734781]
+
 * Fri Sep 23 2011 Clark Williams <williams at redhat.com> - 1.0.22-1
 - Fixed logging issues due to namespace change [BZ# 740232,739550,739972]
 - Fixed error removing old RMP db files [BZ# 738052]
diff --git a/sources b/sources
index 68d77d7..1270290 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-098cd189b44d508e4208da8f95d9c6b0  mock-1.0.22.tar.gz
+94ab8161cb78c14ebdc4478aae46082d  mock-1.0.23.tar.gz


More information about the scm-commits mailing list