[mock] * Mon Aug 09 2010 Clark Williams <williams at redhat.com> - 1.1.4-1 - pass selinux status to mock.util.

John Clark Williams jcwillia at fedoraproject.org
Sat Aug 14 14:10:41 UTC 2010


commit e81efacb866c41e01aba9d441cae8f50b31d18fa
Author: Clark Williams <williams at redhat.com>
Date:   Sat Aug 14 09:10:34 2010 -0500

    * Mon Aug 09 2010 Clark Williams <williams at redhat.com> - 1.1.4-1
    - pass selinux status to mock.util.rmtree() (BZ# 614440)
    - change integer constants to symbolic errno constants in util.py
    - from Paul Howarth <paul at city-fan.org>
      - update packages after unpacking root cache (BZ# 557526)
      - noarch is always a legal arch (BZ# 622170)
      - exclude bind-mounted cache dirs from root cache
      - retain order of umount commands (BZ# 620825)
      - add i586 as legal build target (BZ# 622544)

 .gitignore |    1 +
 mock.spec  |   12 +++++++++++-
 sources    |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0ca0453..ac069e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 mock-1.1.1.tar.gz
 mock-1.1.2.tar.gz
 mock-1.1.3.tar.gz
+mock-1.1.4.tar.gz
diff --git a/mock.spec b/mock.spec
index 43075f3..87a1f95 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 3
+%define sub 4
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -102,6 +102,16 @@ fi
 %attr(02775, root, mock) %dir /var/cache/mock
 
 %changelog
+* Mon Aug 09 2010 Clark Williams <williams at redhat.com> - 1.1.4-1
+- pass selinux status to mock.util.rmtree() (BZ# 614440)
+- change integer constants to symbolic errno constants in util.py
+- from Paul Howarth <paul at city-fan.org>
+  - update packages after unpacking root cache (BZ# 557526)
+  - noarch is always a legal arch (BZ# 622170)
+  - exclude bind-mounted cache dirs from root cache
+  - retain order of umount commands (BZ# 620825)
+  - add i586 as legal build target (BZ# 622544)
+
 * Tue Aug 03 2010 Clark Williams <williams at redhat.com> - 1.1.3-1
 - fix umount ordering problem with selinux plugin (BZ# 620825)
 - setup SELinux state properly (BZ# 620143)
diff --git a/sources b/sources
index cadf240..f5decab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-00c0f11b42336362d41e78d412cd1a55  mock-1.1.3.tar.gz
+3cac92b15aa58dfa8d2d6d0ab0fcf892  mock-1.1.4.tar.gz


More information about the scm-commits mailing list