Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2015-09-24 07:17:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pacemaker (Old)
 and      /work/SRC/openSUSE:Factory/.pacemaker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pacemaker"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes      2015-08-31 
22:58:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2015-09-24 
07:17:23.000000000 +0200
@@ -1,0 +2,33 @@
+Fri Sep 18 08:22:19 UTC 2015 - y...@suse.com
+
+- remote: Revise a misleading message in the ocf:pacemaker:remote resource 
agent (bsc#946332)
+  * bug-946332_pacemaker-resource-agent-remote-message.patch
+
+- remote: Correctly display the usage of the ocf:pacemaker:remote resource 
agent (bsc#946332)
+  * bug-946332_pacemaker-resource-agent-remote-usage.patch
+
+-------------------------------------------------------------------
+Thu Sep 17 09:26:52 UTC 2015 - y...@suse.com
+
+- crm_resource: Allow the resource configuration to be modified for 
--force-{check,start,..} calls
+- Fencing: Correctly parse 'by-attribute' fencing levels
+- Fencing: Use dedicated fields for fencing level patterns and attribute 
matching
+- pacemaker_remote: memory leak in ipc_proxy_dispatch()
+- crmd: don't add node ID to proxied remote node requests for attrd
+- membership: Safely autoreap nodes without code duplication
+- PE: Resolve memory leak
+- pacemakerd: Do not forget about nodes that leave the cluster
+- corosync: Display node state and quorum data if available
+- crmd: Implement reliable event notifications
+- extra: Added snmp trap of type "NOTIFICATION-TYPE" to MIB and snmp helper 
script
+- Date: Correctly set time from seconds-since-epoch
+- PE: Bug cl#5247 - Imply resources running on a container are stopped when 
the container is stopped
+- Upstream version cs: 20c2178f076ff32fdf9ba9a467c193b8dac2f9e5
+
+-------------------------------------------------------------------
+Wed Sep  9 13:24:17 UTC 2015 - y...@suse.com
+
+- lrmd: Upgrade start/finish log tags from INFO to NOTICE (bsc#943295)
+  * bug-943295_pacemaker-lrmd-log-notice.patch
+
+-------------------------------------------------------------------

Old:
----
  pacemaker-1.1.13+git20150827.e8888b9.tar.bz2

New:
----
  bug-943295_pacemaker-lrmd-log-notice.patch
  bug-946332_pacemaker-resource-agent-remote-message.patch
  bug-946332_pacemaker-resource-agent-remote-usage.patch
  pacemaker-1.1.13+git20150917.20c2178.tar.bz2

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

Other differences:
------------------
++++++ pacemaker.spec ++++++
--- /var/tmp/diff_new_pack.KSU1Id/_old  2015-09-24 07:17:24.000000000 +0200
+++ /var/tmp/diff_new_pack.KSU1Id/_new  2015-09-24 07:17:24.000000000 +0200
@@ -99,7 +99,7 @@
 Summary:        Scalable High-Availability cluster resource manager
 License:        GPL-2.0+ and LGPL-2.1+
 Group:          Productivity/Clustering/HA
-Version:        1.1.13+git20150827.e8888b9
+Version:        1.1.13+git20150917.20c2178
 Release:        0
 #Release:        %{pcmk_release}%{?dist}
 Url:            http://www.clusterlabs.org
@@ -115,6 +115,9 @@
 Patch5:         pacemaker-nagios-plugin-dir.patch
 Patch6:         bug-812269_pacemaker-fencing-device-register-messages.patch
 Patch7:         pacemaker-Wno-format-signedness.patch
+Patch8:         bug-943295_pacemaker-lrmd-log-notice.patch
+Patch9:         bug-946332_pacemaker-resource-agent-remote-usage.patch
+Patch10:        bug-946332_pacemaker-resource-agent-remote-message.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Provides:       pacemaker-ticket-support = 2.0
 Conflicts:      heartbeat < 3.0
@@ -396,6 +399,9 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
 
 # Force the local time
 #

++++++ _service ++++++
--- /var/tmp/diff_new_pack.KSU1Id/_old  2015-09-24 07:17:24.000000000 +0200
+++ /var/tmp/diff_new_pack.KSU1Id/_new  2015-09-24 07:17:24.000000000 +0200
@@ -11,7 +11,7 @@
     <param name="version">1.1.13</param>
 -->
     <param name="versionformat">1.1.13+git%cd.%h</param>
-    <param name="revision">e8888b98cd7dbdfb986c1a46bdb4b113b96e914f</param>
+    <param name="revision">20c2178f076ff32fdf9ba9a467c193b8dac2f9e5</param>
   </service>
 
   <service name="recompress" mode="disabled">

++++++ bug-943295_pacemaker-lrmd-log-notice.patch ++++++
Index: pacemaker-1.1.13+git20150827.e8888b9/lrmd/lrmd.c
===================================================================
--- pacemaker-1.1.13+git20150827.e8888b9.orig/lrmd/lrmd.c
+++ pacemaker-1.1.13+git20150827.e8888b9/lrmd/lrmd.c
@@ -97,7 +97,7 @@ static void
 log_finished(lrmd_cmd_t * cmd, int exec_time, int queue_time)
 {
     char pid_str[32] = { 0, };
-    int log_level = LOG_INFO;
+    int log_level = LOG_NOTICE;
 
     if (cmd->last_pid) {
         snprintf(pid_str, 32, "%d", cmd->last_pid);
@@ -121,7 +121,7 @@ log_finished(lrmd_cmd_t * cmd, int exec_
 static void
 log_execute(lrmd_cmd_t * cmd)
 {
-    int log_level = LOG_INFO;
+    int log_level = LOG_NOTICE;
 
     if (safe_str_eq(cmd->action, "monitor")) {
         log_level = LOG_DEBUG;
++++++ bug-946332_pacemaker-resource-agent-remote-message.patch ++++++
commit 2e2fb279198bdcbf3a66ba6bf0d84cd491e99f41
Author: Gao,Yan <y...@suse.com>
Date:   Wed Sep 16 16:24:03 2015 +0200

    Fix: remote: Revise a misleading message in the ocf:pacemaker:remote 
resource agent

diff --git a/extra/resources/remote b/extra/resources/remote
index 91cd07f..447267e 100644
--- a/extra/resources/remote
+++ b/extra/resources/remote
@@ -98,7 +98,7 @@ END
 }
 
 remote_unsupported() {
-       ocf_log info "This pacemaker version does not support the 
ocf:pacemaker:remote agent"
+       ocf_log info "The ocf:pacemaker:remote agent should not be directly 
invoked except for meta-data action"
        return $OCF_ERR_GENERIC
 }
 
++++++ bug-946332_pacemaker-resource-agent-remote-usage.patch ++++++
commit 7e36e37a855e0723a0ea28e5905c2b3f2b76d28a
Author: Gao,Yan <y...@suse.com>
Date:   Wed Sep 16 16:20:00 2015 +0200

    Fix: remote: Correctly display the usage of the ocf:pacemaker:remote 
resource agent

diff --git a/extra/resources/remote b/extra/resources/remote
index c481863..91cd07f 100644
--- a/extra/resources/remote
+++ b/extra/resources/remote
@@ -116,7 +116,7 @@ validate-all)       remote_unsupported;;
 usage|help)    remote_usage
                exit $OCF_SUCCESS
                ;;
-*)             dummy_usage
+*)             remote_usage
                exit $OCF_ERR_UNIMPLEMENTED
                ;;
 esac
++++++ pacemaker-1.1.13+git20150827.e8888b9.tar.bz2 -> 
pacemaker-1.1.13+git20150917.20c2178.tar.bz2 ++++++
++++ 6928 lines of diff (skipped)


Reply via email to