Accepting request 241813 from network:ha-clustering:Factory
- 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: 561c4cfda1b09b31b60fd5f73644ee05348f41fb (1.1.12) - 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 - 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/request/show/241813 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pacemaker?expand=0&rev=73
This commit is contained in:
commit
0407941a88
6
_service
6
_service
@ -8,10 +8,10 @@
|
||||
To update to a new release, change "revision" to the desired
|
||||
git commit hash and bump "version" if necessary
|
||||
|
||||
<param name="version">1.1.11</param>
|
||||
<param name="version">1.1.12</param>
|
||||
-->
|
||||
<param name="versionformat">1.1.11+git%cd.%h</param>
|
||||
<param name="revision">440da7f59ac4bed16a0289e33f04d2635b335c70</param>
|
||||
<param name="versionformat">1.1.12+git%cd.%h</param>
|
||||
<param name="revision">561c4cfda1b09b31b60fd5f73644ee05348f41fb</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b190a27afc3c677845e40c4da95bdc260b66822159ed37b4bf5c34680323302b
|
||||
size 9324783
|
3
pacemaker-1.1.12+git20140722.561c4cf.tar.bz2
Normal file
3
pacemaker-1.1.12+git20140722.561c4cf.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31eb91699ecf5b477ca8f41072fddac16a1cd2cf2aab46f4ade2772844649970
|
||||
size 9327266
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
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: 561c4cfda1b09b31b60fd5f73644ee05348f41fb (1.1.12)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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.12+git20140722.561c4cf
|
||||
Release: 0
|
||||
#Release: %{pcmk_release}%{?dist}
|
||||
Url: http://www.clusterlabs.org
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user