[mock/el5] Fixed logging issues due to namespace change [BZ# 740232, 739550, 739972] Fixed error removing old RMP

John Clark Williams jcwillia at fedoraproject.org
Fri Sep 23 20:37:06 UTC 2011


commit f528907220373a1bf986c98cc23eda32490359e7
Author: Clark Williams <williams at redhat.com>
Date:   Fri Sep 23 15:36:53 2011 -0500

    Fixed logging issues due to namespace change [BZ# 740232,739550,739972]
    Fixed error removing old RMP db files [BZ# 738052]
    From Yury V. Zaytsev <yury at shurup.com>:
    SELinux plugin uses Python 2.5 syntax [BZ# 740327]
    Fix inconsistent permissions in specfile [BZ# 715286]

 .gitignore |    1 +
 mock.spec  |   18 ++++++++++++------
 sources    |    2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a5ebc49..b0686d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ mock-1.0.11.tar.gz
 /mock-1.0.19.tar.gz
 /mock-1.0.20.tar.gz
 /mock-1.0.21.tar.gz
+/mock-1.0.22.tar.gz
diff --git a/mock.spec b/mock.spec
index 0fb570d..2d53a1a 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 21
+%define sub 22
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -109,13 +109,19 @@ chmod 2775 /var/cache/mock
 %{_mandir}/man1/mock.1*
 %doc ChangeLog
 
-# build dir
-%attr(02775, root, mock) %dir /var/lib/mock
-
-# cache dir
-%attr(02775, root, mock) %dir /var/cache/mock
+# cache & build dirs
+%defattr(0775, root, mock, 02775)
+%dir /var/cache/mock
+%dir /var/lib/mock
 
 %changelog
+* 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]
+- From Yury V. Zaytsev <yury at shurup.com>:
+  - SELinux plugin uses Python 2.5 syntax [BZ# 740327]
+  - Fix inconsistent permissions in specfile [BZ# 715286]
+
 * Fri Sep  9 2011 Clark Williams <williams at redhat.com> - 1.0.21-1
 - From Toshio Ernie Kuratomi <a.badger at gmail.com>
   - Fix install path of mockbuild module and default path to module dir
diff --git a/sources b/sources
index 0527da2..68d77d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a0f4625636fe28d8116ee4f733471f2d  mock-1.0.21.tar.gz
+098cd189b44d508e4208da8f95d9c6b0  mock-1.0.22.tar.gz


More information about the scm-commits mailing list