[corosync] Change attributes of cluster log directory

Jan Friesse honzaf at fedoraproject.org
Wed Jul 20 11:54:49 UTC 2011


commit 241d0f47c57033142cf663241516196004fce036
Author: Jan Friesse <jfriesse at redhat.com>
Date:   Wed Jul 20 13:54:22 2011 +0200

    Change attributes of cluster log directory
    
    Signed-off-by: Jan Friesse <jfriesse at redhat.com>

 corosync.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/corosync.spec b/corosync.spec
index 16880e1..e898293 100644
--- a/corosync.spec
+++ b/corosync.spec
@@ -14,7 +14,7 @@
 Name: corosync
 Summary: The Corosync Cluster Engine and Application Programming Interfaces
 Version: 1.4.0
-Release: 1%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
+Release: 2%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
 License: BSD
 Group: System Environment/Base
 URL: http://ftp.corosync.org
@@ -159,6 +159,7 @@ fi
 %{_libexecdir}/lcrso/vsf_quorum.lcrso
 %{_libexecdir}/lcrso/vsf_ykd.lcrso
 %dir %{_localstatedir}/lib/corosync
+%attr(700, root, root) %{_localstatedir}/log/cluster
 %dir %{_localstatedir}/log/cluster
 %{_mandir}/man8/corosync_overview.8*
 %{_mandir}/man8/corosync.8*
@@ -276,6 +277,9 @@ The Corosync Cluster Engine APIs.
 %{_mandir}/man8/sam_overview.8*
 
 %changelog
+* Wed Jul 20 2011 Jan Friesse <jfriesse at redhat.com> - 1.4.0-2
+- Change attributes of cluster log directory
+
 * Wed Jul 19 2011 Jan Friesse <jfriesse at redhat.com> - 1.4.0-1
 - New upstream release
 - Resync spec file with upstream changes


More information about the scm-commits mailing list