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

- Resolves: rhbz2218232
- Resolves: rhbz2189300
This commit is contained in:
Chris Lumens 2023-07-10 11:20:55 -04:00
parent 13597d4799
commit d21e053f86
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 2
%global specversion 3
## Upstream commit (full commit ID, abbreviated commit ID, or tag) to build
%global commit 6fdc9deea294bbad629b003c6ae036aaed8e3ee0
@ -264,6 +264,7 @@ Source1: nagios-agents-metadata-%{nagios_hash}.tar.gz
# upstream commits
Patch001: 001-remote-start-state.patch
Patch002: 002-group-colocation-constraint.patch
# downstream-only commits
#Patch1xx: 1xx-xxxx.patch
@ -1002,6 +1003,11 @@ exit 0
%license %{nagios_name}-%{nagios_hash}/COPYING
%changelog
* Mon Jul 10 2023 Chris Lumens <clumens@redhat.com> - 2.1.6-3
- Fix moving groups when there's a constraint for a single group member
- Resolves: rhbz2218232
- Resolves: rhbz2189300
* Wed Jun 21 2023 Chris Lumens <clumens@redhat.com> - 2.1.6-2
- Support start state for Pacemaker Remote nodes
- Resolves: rhbz1502795