[mock/el5/master] * Sat Aug 14 2010 Clark Williams <williams at redhat.com> - 1.0.11-1 - fix problem with mock.util.rmtre

John Clark Williams jcwillia at fedoraproject.org
Mon Aug 16 19:24:24 UTC 2010


commit 4944c935266f89e0bf8f07e930ff2021a8a930bb
Author: Clark Williams <williams at redhat.com>
Date:   Mon Aug 16 14:24:16 2010 -0500

    * Sat Aug 14 2010 Clark Williams <williams at redhat.com> - 1.0.11-1
    - fix problem with mock.util.rmtree interaction with selinux plugin
    - change integer constants to symbolic from errno package
    - from Paul Howarth <paul at city-fan.org>:
      - add i586 as a legal target arch
      - Retain order of umountCmds
      - Exclude bind-mounted cache dirs from root cache
      - noarch is always a legal arch
      - Update packages after unpacking root cache

 .gitignore |    1 +
 mock.spec  |   12 +++++++++++-
 sources    |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3da93dc..26d1f2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 mock-1.0.8.tar.gz
 mock-1.0.9.tar.gz
 mock-1.0.10.tar.gz
+mock-1.0.11.tar.gz
diff --git a/mock.spec b/mock.spec
index e15103c..bec0ec5 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 10
+%define sub 11
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -100,6 +100,16 @@ fi
 %attr(02775, root, mock) %dir /var/cache/mock
 
 %changelog
+* Sat Aug 14 2010 Clark Williams <williams at redhat.com> - 1.0.11-1
+- fix problem with mock.util.rmtree interaction with selinux plugin
+- change integer constants to symbolic from errno package
+- from Paul Howarth <paul at city-fan.org>:
+  - add i586 as a legal target arch
+  - Retain order of umountCmds
+  - Exclude bind-mounted cache dirs from root cache
+  - noarch is always a legal arch
+  - Update packages after unpacking root cache
+
 * Tue Aug  3 2010 Clark Williams <williams at redhat.com> - 1.0.10-1
 - append rather than insert umount of /proc/filesystems (BZ# 620825)
 - set state correctly for SELinux (BZ# 620143)
diff --git a/sources b/sources
index ad2d1fb..c2da443 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f07ea12f0c2f5b80069df5a60a8e6645  mock-1.0.10.tar.gz
+3adf5ea6d34a7dc067c9e91c57e68bca  mock-1.0.11.tar.gz


More information about the scm-commits mailing list