[mock] 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 19:40:37 UTC 2011


commit 35d5baa8032ab312cc08d6fcaf42a53f35e0ed61
Author: Clark Williams <williams at redhat.com>
Date:   Fri Sep 23 14:40:21 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  |   20 +++++++++++++-------
 sources    |    2 +-
 3 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 033bd0d..45c6801 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ mock-1.1.4.tar.gz
 /mock-1.1.12.tar.gz
 /mock-1.1.13.tar.gz
 /mock-1.1.14.tar.gz
+/mock-1.1.15.tar.gz
diff --git a/mock.spec b/mock.spec
index 2f36f83..6d4bb59 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 14
+%define sub 15
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -110,13 +110,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.1.15-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.1.14-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 acc0ea9..538af08 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d69106871d6ee364c052ca7cc3be9e26  mock-1.1.14.tar.gz
+4b8c902f01830d09dc7afc8749c291b8  mock-1.1.15.tar.gz


More information about the scm-commits mailing list