Fix moving groups when there's a constraint for a single group member

- Resolves: rhbz2218218
- Resolves: rhbz2189301
This commit is contained in:
Chris Lumens 2023-06-30 08:43:33 -04:00
parent c439139bf8
commit 26eeab5bad
2 changed files with 2668 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -36,7 +36,7 @@
## can be incremented to build packages reliably considered "newer"
## than previously built packages with the same pcmkversion)
%global pcmkversion 2.1.6
%global specversion 3
%global specversion 4
## Upstream commit (full commit ID, abbreviated commit ID, or tag) to build
%global commit 6fdc9deea294bbad629b003c6ae036aaed8e3ee0
@ -249,6 +249,7 @@ Source1: https://codeload.github.com/%{github_owner}/%{nagios_name}/tar.gz
# upstream commits
Patch001: 001-remote-start-state.patch
Patch002: 002-group-colocation-constraint.patch
Requires: resource-agents
Requires: %{pkgname_pcmk_libs}%{?_isa} = %{version}-%{release}
@ -898,6 +899,11 @@ exit 0
%license %{nagios_name}-%{nagios_hash}/COPYING
%changelog
* Fri Jun 30 2023 Chris Lumens <clumens@redhat.com> - 2.1.6-4
- Fix moving groups when there's a constraint for a single group member
- Resolves: rhbz2218218
- Resolves: rhbz2189301
* Wed Jun 21 2023 Chris Lumens <clumens@redhat.com> - 2.1.6-3
- Support start state for Pacemaker Remote nodes
- Related: rhbz2182482