[mock/el5] added header output for test sections Added a mount plugin for handling additional user-specified mo

John Clark Williams jcwillia at fedoraproject.org
Fri Jan 13 19:48:28 UTC 2012


commit db30257284f3a1032973f28ae364193029355b64
Author: Clark Williams <williams at redhat.com>
Date:   Fri Jan 13 13:48:24 2012 -0600

    added header output for test sections
    Added a mount plugin for handling additional user-specified mounts.
    modify do_rebuild() to use chroot function doChroot()
    move mount management into classes
    remove setting TMPDIR in chroot environment [BZ# 769728]
    add code to allow global proxy in chroot [BZ# 766199]
    explicitly set unprivileged umask in --shell [BZ# 747119]
    add bind-mount config to create sourcedirs [BZ# 706174]
    From Marko Myllynen <myllynen at redhat.com>:
    Allow mock repos to use yum priorities [BZ# 771604]
    From Alfred <alfred at leakybucket.org>:
    fix dangling symlink when using SCM [BZ# 758781]
    From Ville Skyttä <ville.skytta at iki.fi>:
    Get rid of chrootEnvUpdate, just update backend env directly, and always pass it.
    Log env when executing commands.

 .gitignore |    1 +
 mock.spec  |   19 ++++++++++++++++++-
 sources    |    2 +-
 3 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 70f412b..33159e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ mock-1.0.11.tar.gz
 /mock-1.0.23.tar.gz
 /mock-1.0.24.tar.gz
 /mock-1.0.25.tar.gz
+/mock-1.0.26.tar.gz
diff --git a/mock.spec b/mock.spec
index 90500c2..f28072c 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 25
+%define sub 26
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -115,6 +115,23 @@ chmod 2775 /var/cache/mock
 %dir /var/lib/mock
 
 %changelog
+* 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.
+- modify do_rebuild() to use chroot function doChroot()
+- move mount management into classes
+- remove setting TMPDIR in chroot environment [BZ# 769728]
+- add code to allow global proxy in chroot [BZ# 766199]
+- explicitly set unprivileged umask in --shell [BZ# 747119]
+- add bind-mount config to create sourcedirs [BZ# 706174]
+From Marko Myllynen <myllynen at redhat.com>:
+     - Allow mock repos to use yum priorities [BZ# 771604]
+From Alfred <alfred at leakybucket.org>:
+     - fix dangling symlink when using SCM [BZ# 758781]
+From Ville Skyttä <ville.skytta at iki.fi>:
+     - Get rid of chrootEnvUpdate, just update backend env directly, and always pass it.
+     - Log env when executing commands.
+
 * Sun Nov 27 2011 Clark Williams <williams at redhat.com> - 1.0.25-1
 - modify creation of default.cfg link to force creation if the
   symlink exists but doesn't point to a valid config [BZ# 741145]
diff --git a/sources b/sources
index 92c35b3..6c21cd6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-18a10ad665c8c52d84f10c366172b2b7  mock-1.0.25.tar.gz
+cd5dfc12926daa1cee21fbd3034c4227  mock-1.0.26.tar.gz


More information about the scm-commits mailing list