Hello community,

here is the log from the commit of package cluster-glue for openSUSE:Factory 
checked in at 2014-04-25 11:33:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cluster-glue (Old)
 and      /work/SRC/openSUSE:Factory/.cluster-glue.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cluster-glue"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cluster-glue/cluster-glue.changes        
2014-04-03 16:38:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cluster-glue.new/cluster-glue.changes   
2014-04-25 11:33:44.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Apr 11 14:38:34 UTC 2014 - [email protected]
+
+- hb_report: pcmk lib changed permissions (bnc#872958)
+
+- added patches:
+  * Low-hb_report-pcmk-lib-changed-permissions.patch
+
+-------------------------------------------------------------------

New:
----
  Low-hb_report-pcmk-lib-changed-permissions.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cluster-glue.spec ++++++
--- /var/tmp/diff_new_pack.FkFhDW/_old  2014-04-25 11:33:45.000000000 +0200
+++ /var/tmp/diff_new_pack.FkFhDW/_new  2014-04-25 11:33:45.000000000 +0200
@@ -55,6 +55,8 @@
 Patch9:         0001-hb_report-Don-t-use-deprecated-corosync-fplay-bnc-87.patch
 # PATCH-FIX-UPSTREAM: hb_report: Update FSF address in license
 Patch10:        0002-hb_report-Update-FSF-address-in-license.patch
+# PATCH-FIX-UPSTREAM: hb_report: pcmk lib changed permissions (bnc#872958)
+Patch11:        Low-hb_report-pcmk-lib-changed-permissions.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  OpenIPMI-devel
@@ -164,6 +166,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 ###########################################################
 
 %build

++++++ Low-hb_report-pcmk-lib-changed-permissions.patch ++++++
changeset:   2782:2d376c7eb9d7
parent:      2778:b5f160509785
user:        Dejan Muhamedagic <[email protected]>
date:        Thu Apr 10 15:02:10 2014 +0200
summary:     Low: hb_report: pcmk lib changed permissions

diff --git a/hb_report/ha_cf_support.sh b/hb_report/ha_cf_support.sh
--- a/hb_report/ha_cf_support.sh
+++ b/hb_report/ha_cf_support.sh
@@ -76,7 +76,7 @@ essential_files() {
        cat<<EOF
 d $HA_VARLIB 0755 root root
 d $HA_VARLIB/ccm 0750 hacluster haclient
-d $PCMK_LIB 0755 root root
+d $PCMK_LIB 0750 hacluster haclient
 d $PE_STATE_DIR 0750 hacluster haclient
 d $CIB_DIR 0750 hacluster haclient
 EOF
diff --git a/hb_report/openais_conf_support.sh 
b/hb_report/openais_conf_support.sh
--- a/hb_report/openais_conf_support.sh
+++ b/hb_report/openais_conf_support.sh
@@ -90,7 +90,7 @@ cluster_info() {
 }
 essential_files() {
        cat<<EOF
-d $PCMK_LIB 0755 root root
+d $PCMK_LIB 0750 hacluster haclient
 d $PE_STATE_DIR 0750 hacluster haclient
 d $CIB_DIR 0750 hacluster haclient
 EOF

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to