From bce0e871296fe3c1b996601ee84449fd905526e0f4a0f39b0878b0facffb8917 Mon Sep 17 00:00:00 2001 From: Yan Gao Date: Thu, 10 Jul 2014 10:06:42 +0000 Subject: [PATCH 1/5] - systemd: Ensure the retry logic is also exercised for the 'service' class - crm_simulate: Remove resource states and transient attributes when a node is marked as down - crm_verify: Perform a full set of calculations whenever the status section is present (bnc#886479) - PE: Correctly warn when resources require fencing but fencing is disabled (bnc#886479) - PE: Always use pe_fence_node to mark nodes as unclean - lrmd: Handle systemd reporting 'done' before a resource is actually stopped - Upstream version cs: c468fa06483152c29529f81aa0b5ccf37da8b2af OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=150 --- _service | 2 +- pacemaker-1.1.11+git20140703.440da7f.tar.bz2 | 3 --- pacemaker-1.1.11+git20140710.c468fa0.tar.bz2 | 3 +++ pacemaker.changes | 11 +++++++++++ pacemaker.spec | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 pacemaker-1.1.11+git20140703.440da7f.tar.bz2 create mode 100644 pacemaker-1.1.11+git20140710.c468fa0.tar.bz2 diff --git a/_service b/_service index f25f5c0..d13dbbf 100644 --- a/_service +++ b/_service @@ -11,7 +11,7 @@ 1.1.11 --> 1.1.11+git%cd.%h - 440da7f59ac4bed16a0289e33f04d2635b335c70 + c468fa06483152c29529f81aa0b5ccf37da8b2af diff --git a/pacemaker-1.1.11+git20140703.440da7f.tar.bz2 b/pacemaker-1.1.11+git20140703.440da7f.tar.bz2 deleted file mode 100644 index d09cd3c..0000000 --- a/pacemaker-1.1.11+git20140703.440da7f.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b190a27afc3c677845e40c4da95bdc260b66822159ed37b4bf5c34680323302b -size 9324783 diff --git a/pacemaker-1.1.11+git20140710.c468fa0.tar.bz2 b/pacemaker-1.1.11+git20140710.c468fa0.tar.bz2 new file mode 100644 index 0000000..9de35db --- /dev/null +++ b/pacemaker-1.1.11+git20140710.c468fa0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3811bdaf7481410084e4e88c576946c1461a93f468f3a2e720b44f5d5c0f741c +size 9323362 diff --git a/pacemaker.changes b/pacemaker.changes index 51cfc0d..3c7bdc6 100644 --- a/pacemaker.changes +++ b/pacemaker.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jul 10 10:02:09 UTC 2014 - ygao@suse.com + +- systemd: Ensure the retry logic is also exercised for the 'service' class +- crm_simulate: Remove resource states and transient attributes when a node is marked as down +- crm_verify: Perform a full set of calculations whenever the status section is present (bnc#886479) +- PE: Correctly warn when resources require fencing but fencing is disabled (bnc#886479) +- PE: Always use pe_fence_node to mark nodes as unclean +- lrmd: Handle systemd reporting 'done' before a resource is actually stopped +- Upstream version cs: c468fa06483152c29529f81aa0b5ccf37da8b2af + ------------------------------------------------------------------- Thu Jul 3 05:41:16 UTC 2014 - ygao@suse.com diff --git a/pacemaker.spec b/pacemaker.spec index d5fe1fc..db3a0a7 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -99,7 +99,7 @@ Name: pacemaker Summary: Scalable High-Availability cluster resource manager License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Clustering/HA -Version: 1.1.11+git20140703.440da7f +Version: 1.1.11+git20140710.c468fa0 Release: 0 #Release: %{pcmk_release}%{?dist} Url: http://www.clusterlabs.org From 264e9eb7f0c2f1b347daf7c02e087a04eba166ccfd782649d72b817d91d2a2d5 Mon Sep 17 00:00:00 2001 From: Yan Gao Date: Thu, 17 Jul 2014 06:21:41 +0000 Subject: [PATCH 2/5] - logrotate: maxsize is not supported by older versions (bnc#883567) - Tools: Non-daemons shouldn't abort just because xml parsing failed - Log: Default to emitting CRIT messages only until logging is fully configured - Logging: Bootstrap daemon logging before processing arguments but configure it afterwards (bnc#883567) - dbus: Return 'null' if we cannot connect via dbus - Upstream version cs: 026944ebfad7c4b2da5a6864a9d763bf37e0e088 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=152 --- _service | 2 +- pacemaker-1.1.11+git20140710.c468fa0.tar.bz2 | 3 --- pacemaker-1.1.11+git20140716.026944e.tar.bz2 | 3 +++ pacemaker.changes | 10 ++++++++++ pacemaker.spec | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 pacemaker-1.1.11+git20140710.c468fa0.tar.bz2 create mode 100644 pacemaker-1.1.11+git20140716.026944e.tar.bz2 diff --git a/_service b/_service index d13dbbf..657d7f6 100644 --- a/_service +++ b/_service @@ -11,7 +11,7 @@ 1.1.11 --> 1.1.11+git%cd.%h - c468fa06483152c29529f81aa0b5ccf37da8b2af + 026944ebfad7c4b2da5a6864a9d763bf37e0e088 diff --git a/pacemaker-1.1.11+git20140710.c468fa0.tar.bz2 b/pacemaker-1.1.11+git20140710.c468fa0.tar.bz2 deleted file mode 100644 index 9de35db..0000000 --- a/pacemaker-1.1.11+git20140710.c468fa0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3811bdaf7481410084e4e88c576946c1461a93f468f3a2e720b44f5d5c0f741c -size 9323362 diff --git a/pacemaker-1.1.11+git20140716.026944e.tar.bz2 b/pacemaker-1.1.11+git20140716.026944e.tar.bz2 new file mode 100644 index 0000000..593983a --- /dev/null +++ b/pacemaker-1.1.11+git20140716.026944e.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1694f47b54a2cdb5cb927516664892cf31385f056fbe04cd12f747c3b6501477 +size 9324089 diff --git a/pacemaker.changes b/pacemaker.changes index 3c7bdc6..c179574 100644 --- a/pacemaker.changes +++ b/pacemaker.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jul 17 06:09:01 UTC 2014 - ygao@suse.com + +- logrotate: maxsize is not supported by older versions (bnc#883567) +- Tools: Non-daemons shouldn't abort just because xml parsing failed +- Log: Default to emitting CRIT messages only until logging is fully configured +- Logging: Bootstrap daemon logging before processing arguments but configure it afterwards (bnc#883567) +- dbus: Return 'null' if we cannot connect via dbus +- Upstream version cs: 026944ebfad7c4b2da5a6864a9d763bf37e0e088 + ------------------------------------------------------------------- Thu Jul 10 10:02:09 UTC 2014 - ygao@suse.com diff --git a/pacemaker.spec b/pacemaker.spec index db3a0a7..93ceec1 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -99,7 +99,7 @@ Name: pacemaker Summary: Scalable High-Availability cluster resource manager License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Clustering/HA -Version: 1.1.11+git20140710.c468fa0 +Version: 1.1.11+git20140716.026944e Release: 0 #Release: %{pcmk_release}%{?dist} Url: http://www.clusterlabs.org From 175b155e86c2469a63b3c5b13c636314011c3febce2bf32c29e7abffb03e74c8 Mon Sep 17 00:00:00 2001 From: Yan Gao Date: Mon, 21 Jul 2014 11:10:10 +0000 Subject: [PATCH 3/5] - Update to version 1.1.12 - Log: Turn off the default log file if a real one is specified - Log: Do not unconditionally send crm_perror output to stderr - Log: allows the user to specify a log level that is output to syslog - Upstream version cs: 93a037d25fcd2edfebe7c59ff15378f2055d2c61 (1.1.12) OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=153 --- _service | 6 +++--- pacemaker-1.1.11+git20140716.026944e.tar.bz2 | 3 --- pacemaker-1.1.12+git20140721.93a037d.tar.bz2 | 3 +++ pacemaker.changes | 9 +++++++++ pacemaker.spec | 2 +- 5 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 pacemaker-1.1.11+git20140716.026944e.tar.bz2 create mode 100644 pacemaker-1.1.12+git20140721.93a037d.tar.bz2 diff --git a/_service b/_service index 657d7f6..3e34205 100644 --- a/_service +++ b/_service @@ -8,10 +8,10 @@ To update to a new release, change "revision" to the desired git commit hash and bump "version" if necessary - 1.1.11 + 1.1.12 --> - 1.1.11+git%cd.%h - 026944ebfad7c4b2da5a6864a9d763bf37e0e088 + 1.1.12+git%cd.%h + 93a037d25fcd2edfebe7c59ff15378f2055d2c61 diff --git a/pacemaker-1.1.11+git20140716.026944e.tar.bz2 b/pacemaker-1.1.11+git20140716.026944e.tar.bz2 deleted file mode 100644 index 593983a..0000000 --- a/pacemaker-1.1.11+git20140716.026944e.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1694f47b54a2cdb5cb927516664892cf31385f056fbe04cd12f747c3b6501477 -size 9324089 diff --git a/pacemaker-1.1.12+git20140721.93a037d.tar.bz2 b/pacemaker-1.1.12+git20140721.93a037d.tar.bz2 new file mode 100644 index 0000000..8ea6058 --- /dev/null +++ b/pacemaker-1.1.12+git20140721.93a037d.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cadd0f6aa04a434e81f9449831e242b082e27558d24cdf21254993455cd9e8f +size 9324408 diff --git a/pacemaker.changes b/pacemaker.changes index c179574..76132c2 100644 --- a/pacemaker.changes +++ b/pacemaker.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jul 21 10:57:59 UTC 2014 - ygao@suse.com + +- Update to version 1.1.12 +- Log: Turn off the default log file if a real one is specified +- Log: Do not unconditionally send crm_perror output to stderr +- Log: allows the user to specify a log level that is output to syslog +- Upstream version cs: 93a037d25fcd2edfebe7c59ff15378f2055d2c61 (1.1.12) + ------------------------------------------------------------------- Thu Jul 17 06:09:01 UTC 2014 - ygao@suse.com diff --git a/pacemaker.spec b/pacemaker.spec index 93ceec1..8486102 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -99,7 +99,7 @@ Name: pacemaker Summary: Scalable High-Availability cluster resource manager License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Clustering/HA -Version: 1.1.11+git20140716.026944e +Version: 1.1.12+git20140721.93a037d Release: 0 #Release: %{pcmk_release}%{?dist} Url: http://www.clusterlabs.org From dd952c319451ebf0632785138ebfe4c927c9dfacf84ae5c351ccfcfeb599fd28 Mon Sep 17 00:00:00 2001 From: Yan Gao Date: Tue, 22 Jul 2014 05:13:13 +0000 Subject: [PATCH 4/5] - Upstream version cs: 561c4cfda1b09b31b60fd5f73644ee05348f41fb (1.1.12) OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=154 --- _service | 2 +- pacemaker-1.1.12+git20140721.93a037d.tar.bz2 | 3 --- pacemaker-1.1.12+git20140722.561c4cf.tar.bz2 | 3 +++ pacemaker.changes | 4 ++-- pacemaker.spec | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 pacemaker-1.1.12+git20140721.93a037d.tar.bz2 create mode 100644 pacemaker-1.1.12+git20140722.561c4cf.tar.bz2 diff --git a/_service b/_service index 3e34205..b025077 100644 --- a/_service +++ b/_service @@ -11,7 +11,7 @@ 1.1.12 --> 1.1.12+git%cd.%h - 93a037d25fcd2edfebe7c59ff15378f2055d2c61 + 561c4cfda1b09b31b60fd5f73644ee05348f41fb diff --git a/pacemaker-1.1.12+git20140721.93a037d.tar.bz2 b/pacemaker-1.1.12+git20140721.93a037d.tar.bz2 deleted file mode 100644 index 8ea6058..0000000 --- a/pacemaker-1.1.12+git20140721.93a037d.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cadd0f6aa04a434e81f9449831e242b082e27558d24cdf21254993455cd9e8f -size 9324408 diff --git a/pacemaker-1.1.12+git20140722.561c4cf.tar.bz2 b/pacemaker-1.1.12+git20140722.561c4cf.tar.bz2 new file mode 100644 index 0000000..e839f84 --- /dev/null +++ b/pacemaker-1.1.12+git20140722.561c4cf.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31eb91699ecf5b477ca8f41072fddac16a1cd2cf2aab46f4ade2772844649970 +size 9327266 diff --git a/pacemaker.changes b/pacemaker.changes index 76132c2..32dd43e 100644 --- a/pacemaker.changes +++ b/pacemaker.changes @@ -1,11 +1,11 @@ ------------------------------------------------------------------- -Mon Jul 21 10:57:59 UTC 2014 - ygao@suse.com +Tue Jul 22 05:10:09 UTC 2014 - ygao@suse.com - Update to version 1.1.12 - Log: Turn off the default log file if a real one is specified - Log: Do not unconditionally send crm_perror output to stderr - Log: allows the user to specify a log level that is output to syslog -- Upstream version cs: 93a037d25fcd2edfebe7c59ff15378f2055d2c61 (1.1.12) +- Upstream version cs: 561c4cfda1b09b31b60fd5f73644ee05348f41fb (1.1.12) ------------------------------------------------------------------- Thu Jul 17 06:09:01 UTC 2014 - ygao@suse.com diff --git a/pacemaker.spec b/pacemaker.spec index 8486102..7b6452a 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -99,7 +99,7 @@ Name: pacemaker Summary: Scalable High-Availability cluster resource manager License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Clustering/HA -Version: 1.1.12+git20140721.93a037d +Version: 1.1.12+git20140722.561c4cf Release: 0 #Release: %{pcmk_release}%{?dist} Url: http://www.clusterlabs.org From 395ed573ab06252268baaa410528086a86b1c134b14611d806a697a90dc13c40 Mon Sep 17 00:00:00 2001 From: Yan Gao Date: Tue, 22 Jul 2014 06:50:08 +0000 Subject: [PATCH 5/5] Remove "BuildRequires: byacc" OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=155 --- pacemaker.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacemaker.spec b/pacemaker.spec index 7b6452a..0b32cad 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -172,7 +172,7 @@ Requires: libqb > 0.11.0 # Enables optional functionality BuildRequires: bison -BuildRequires: byacc +#BuildRequires: byacc BuildRequires: dbus-1-devel %if 0%{?suse_version} > 1100