Accepting request 408673 from network:ha-clustering:Factory
1 OBS-URL: https://build.opensuse.org/request/show/408673 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pacemaker?expand=0&rev=102
This commit is contained in:
commit
24266617eb
2
_service
2
_service
@ -11,7 +11,7 @@
|
||||
<param name="version">1.1.15</param>
|
||||
-->
|
||||
<param name="versionformat">1.1.15+git%cd.%h</param>
|
||||
<param name="revision">630d0d112092042b6f79c2a02bb442e82fee93ec</param>
|
||||
<param name="revision">58fef06198fef17873d0d2e2d0cc5c7db73c5724</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9587853126135f54777779084e9ea2946536d02a6e06b93695ee215d4c535179
|
||||
size 3844245
|
3
pacemaker-1.1.15+git20160708.58fef06.tar.bz2
Normal file
3
pacemaker-1.1.15+git20160708.58fef06.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c853cd797b8ebac28da639b84d3d1ce89bb201d86e299a95690f8eb4584a982
|
||||
size 3844575
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 8 09:58:46 UTC 2016 - ygao@suse.com
|
||||
|
||||
- libcrmcommon: properly handle XML comments when comparing v2 patchset diffs
|
||||
- crmd: don't abort transitions for CIB comment changes
|
||||
- libcrmcommon: log XML comments correctly
|
||||
- libcrmcommon: remove extraneous format specifier from log message
|
||||
- crm_mon: Avoid logging errors for any CIB changes that we don't care about (bsc#986931)
|
||||
- crmd: When node load was reduced, crmd carries out a feasible action.
|
||||
- Upstream version cs: 58fef06198fef17873d0d2e2d0cc5c7db73c5724
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 1 23:10:54 UTC 2016 - ygao@suse.com
|
||||
|
||||
@ -662,14 +673,14 @@ Fri May 15 13:07:29 UTC 2015 - ygao@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 10:51:23 UTC 2015 - ygao@suse.com
|
||||
|
||||
- crmd/pengine: implement on-fail=ignore without allow-fail
|
||||
- crmd/pengine: implement on-fail=ignore without allow-fail (bsc#981731)
|
||||
- pengine: Prevent use-after-free in sort_rsc_process_order() (bsc#930368)
|
||||
- crmd: Prevent the old version of DC from being fenced when it shuts down for rolling-upgrade (bsc#929955)
|
||||
- xml: Fix upgrade-1.3.xsl to correctly transform ACL rules with "attribute" (bsc#929681)
|
||||
- crmd/pengine: handle on-fail=ignore properly
|
||||
- crmd: respect start-failure-is-fatal even for artifically injected events
|
||||
- crmd: don't update fail count twice for same failure (bsc#950450)
|
||||
- crmd: report operation rc as advertised instead of status
|
||||
- crmd/pengine: handle on-fail=ignore properly (bsc#981731)
|
||||
- crmd: respect start-failure-is-fatal even for artifically injected events (bsc#981731)
|
||||
- crmd: don't update fail count twice for same failure (bsc#950450, bsc#981731)
|
||||
- crmd: report operation rc as advertised instead of status (bsc#981731)
|
||||
- xml: add RelaxNG schema for crm_mon XML output
|
||||
- Upstream version cs: c9ad9cd503f071391efe17d3c45d578d6f152acd
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
# We generate docs using Publican, Asciidoc and Inkscape, but they're not available everywhere
|
||||
%bcond_with doc
|
||||
Name: pacemaker
|
||||
Version: 1.1.15+git20160701.630d0d1
|
||||
Version: 1.1.15+git20160708.58fef06
|
||||
Release: 0
|
||||
Summary: Scalable High-Availability cluster resource manager
|
||||
License: GPL-2.0 and GPL-2.0+ and LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user