[mock/el5] modify creation of default.cfg link to force creation if the symlink exists but doesn't point to a v

John Clark Williams jcwillia at fedoraproject.org
Sun Nov 27 23:32:42 UTC 2011


commit 2304ddee184ed276ae3b989746119df8aeffd59f
Author: Clark Williams <williams at redhat.com>
Date:   Sun Nov 27 17:32:30 2011 -0600

    modify creation of default.cfg link to force creation if the
    symlink exists but doesn't point to a valid config [BZ# 741145]
    remove TZ from default environment [BZ# 754701]
    unbuffer output from --chroot command [BZ# 744761]
    added -debug stanzas in configs [BZ# 610823]
    report package contents of chroot after init [BZ# 736858]
    add _umountall() call to clean [BZ# 502922]
    updated release checklist overview and 1.1 checklist
    add code to tmpfs plugin to try a force umount on umount fail
    add 'lazy' option (-l) to umount
    prevent exceptions when showing installed packages on EPEL-4
    deleted unused (or cannot be used) configs
    from Davi Arnaut <davi.arnaut at gmail.com>
    set chroot environment variables from config files [BZ# 753179]

 .gitignore |    1 +
 mock.spec  |   18 +++++++++++++++++-
 sources    |    2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 88b861c..70f412b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ mock-1.0.11.tar.gz
 /mock-1.0.22.tar.gz
 /mock-1.0.23.tar.gz
 /mock-1.0.24.tar.gz
+/mock-1.0.25.tar.gz
diff --git a/mock.spec b/mock.spec
index 0652de0..90500c2 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 24
+%define sub 25
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -115,6 +115,22 @@ chmod 2775 /var/cache/mock
 %dir /var/lib/mock
 
 %changelog
+* 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]
+- remove TZ from default environment [BZ# 754701]
+- unbuffer output from --chroot command [BZ# 744761]
+- added -debug stanzas in configs [BZ# 610823]
+- report package contents of chroot after init [BZ# 736858]
+- add _umountall() call to clean [BZ# 502922]
+- updated release checklist overview and 1.1 checklist
+- add code to tmpfs plugin to try a force umount on umount fail
+- add 'lazy' option (-l) to umount
+- prevent exceptions when showing installed packages on EPEL-4
+- deleted unused (or cannot be used) configs
+- from Davi Arnaut <davi.arnaut at gmail.com>
+  - set chroot environment variables from config files [BZ# 753179]
+
 * Mon Oct 31 2011 Clark Williams <williams at redhat.com> - 1.0.24-1
 - fixed shell command handling [BZ# 750075]
 - from Marko Myllynen <myllynen at redhat.com>:
diff --git a/sources b/sources
index 6388018..92c35b3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-817a7bd9a7fe0ea424ee406bf9e6f5c6  mock-1.0.24.tar.gz
+18a10ad665c8c52d84f10c366172b2b7  mock-1.0.25.tar.gz


More information about the scm-commits mailing list