Hello community,

here is the log from the commit of package cluster-glue for openSUSE:Factory 
checked in at 2019-06-24 21:49:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cluster-glue (Old)
 and      /work/SRC/openSUSE:Factory/.cluster-glue.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cluster-glue"

Mon Jun 24 21:49:32 2019 rev:67 rq:709337 
version:1.0.12+v1.git.1560323319.fd5a3bef

Changes:
--------
--- /work/SRC/openSUSE:Factory/cluster-glue/cluster-glue.changes        
2018-08-27 13:46:55.612344147 +0200
+++ /work/SRC/openSUSE:Factory/.cluster-glue.new.4615/cluster-glue.changes      
2019-06-24 21:49:32.543928162 +0200
@@ -1,0 +2,11 @@
+Wed Jun 12 07:20:49 UTC 2019 - kgronl...@suse.com
+
+- Update to version 1.0.12+v1.git.1560323319.fd5a3bef:
+  * ibmhmc: Create /var/run/heartbeat/rsctmp if it doesn't exist (bsc#1131545)
+
+-------------------------------------------------------------------
+Mon Jun 10 09:24:00 UTC 2019 - kgronl...@suse.com
+
+- Create /var/run/heartbeat/rsctmp directory (bsc#1131545)
+
+-------------------------------------------------------------------

Old:
----
  cluster-glue-1.0.12+v1.git.1534346580.be86a9f2.tar.bz2

New:
----
  cluster-glue-1.0.12+v1.git.1560323319.fd5a3bef.tar.bz2

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

Other differences:
------------------
++++++ cluster-glue.spec ++++++
--- /var/tmp/diff_new_pack.gOCk6B/_old  2019-06-24 21:49:33.143928625 +0200
+++ /var/tmp/diff_new_pack.gOCk6B/_new  2019-06-24 21:49:33.147928629 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cluster-glue
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,7 +23,7 @@
 # Directory where we install documentation
 %global glue_docdir %{_defaultdocdir}/%{name}
 Name:           cluster-glue
-Version:        1.0.12+v1.git.1534346580.be86a9f2
+Version:        1.0.12+v1.git.1560323319.fd5a3bef
 Release:        0
 Summary:        Reusable cluster components
 License:        GPL-2.0-only AND LGPL-2.1-or-later
@@ -141,6 +141,7 @@
 
 %post
 %service_add_post logd.service
+mkdir -p %{_var}/run/heartbeat/rsctmp
 
 %preun
 %service_del_preun logd.service

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.gOCk6B/_old  2019-06-24 21:49:33.183928656 +0200
+++ /var/tmp/diff_new_pack.gOCk6B/_new  2019-06-24 21:49:33.183928656 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param 
name="url">git://github.com/ClusterLabs/cluster-glue.git</param>
-          <param 
name="changesrevision">be86a9f22546e7d765b71ec0faebdabcc3a7c988</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">26acc098f0fce9e109b91b4b0d307e83e8fa1dd1</param></service></servicedata>
\ No newline at end of file

++++++ cluster-glue-1.0.12+v1.git.1534346580.be86a9f2.tar.bz2 -> 
cluster-glue-1.0.12+v1.git.1560323319.fd5a3bef.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cluster-glue-1.0.12+v1.git.1534346580.be86a9f2/lib/plugins/stonith/ibmhmc.c 
new/cluster-glue-1.0.12+v1.git.1560323319.fd5a3bef/lib/plugins/stonith/ibmhmc.c
--- 
old/cluster-glue-1.0.12+v1.git.1534346580.be86a9f2/lib/plugins/stonith/ibmhmc.c 
    2018-08-15 17:23:00.000000000 +0200
+++ 
new/cluster-glue-1.0.12+v1.git.1560323319.fd5a3bef/lib/plugins/stonith/ibmhmc.c 
    2019-06-12 09:08:39.000000000 +0200
@@ -1135,7 +1135,7 @@
                snprintf(cmd_password, MAX_CMD_LEN
                ,"umask 077;"
                 "if [ ! -d  " HA_VARRUNDIR "/heartbeat/rsctmp/ibmhmc ];"
-                "then mkdir " HA_VARRUNDIR "/heartbeat/rsctmp/ibmhmc 
2>/dev/null;"
+                "then mkdir -p " HA_VARRUNDIR "/heartbeat/rsctmp/ibmhmc 
2>/dev/null;"
                 "fi;"
                 "export ibmhmc_tmp=`mktemp -p " HA_VARRUNDIR 
"/heartbeat/rsctmp/ibmhmc/`;" 
                 "echo \"echo '%s'\">$ibmhmc_tmp;" 


Reply via email to