Fix moving groups when there's a constraint for a single group member
- Resolves: rhbz2218232 - Resolves: rhbz2189300
This commit is contained in:
parent
13597d4799
commit
d21e053f86
2661
002-group-colocation-constraint.patch
Normal file
2661
002-group-colocation-constraint.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -36,7 +36,7 @@
|
|||||||
## can be incremented to build packages reliably considered "newer"
|
## can be incremented to build packages reliably considered "newer"
|
||||||
## than previously built packages with the same pcmkversion)
|
## than previously built packages with the same pcmkversion)
|
||||||
%global pcmkversion 2.1.6
|
%global pcmkversion 2.1.6
|
||||||
%global specversion 2
|
%global specversion 3
|
||||||
|
|
||||||
## Upstream commit (full commit ID, abbreviated commit ID, or tag) to build
|
## Upstream commit (full commit ID, abbreviated commit ID, or tag) to build
|
||||||
%global commit 6fdc9deea294bbad629b003c6ae036aaed8e3ee0
|
%global commit 6fdc9deea294bbad629b003c6ae036aaed8e3ee0
|
||||||
@ -264,6 +264,7 @@ Source1: nagios-agents-metadata-%{nagios_hash}.tar.gz
|
|||||||
|
|
||||||
# upstream commits
|
# upstream commits
|
||||||
Patch001: 001-remote-start-state.patch
|
Patch001: 001-remote-start-state.patch
|
||||||
|
Patch002: 002-group-colocation-constraint.patch
|
||||||
|
|
||||||
# downstream-only commits
|
# downstream-only commits
|
||||||
#Patch1xx: 1xx-xxxx.patch
|
#Patch1xx: 1xx-xxxx.patch
|
||||||
@ -1002,6 +1003,11 @@ exit 0
|
|||||||
%license %{nagios_name}-%{nagios_hash}/COPYING
|
%license %{nagios_name}-%{nagios_hash}/COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 21 2023 Chris Lumens <clumens@redhat.com> - 2.1.6-2
|
||||||
- Support start state for Pacemaker Remote nodes
|
- Support start state for Pacemaker Remote nodes
|
||||||
- Resolves: rhbz1502795
|
- Resolves: rhbz1502795
|
||||||
|
Loading…
Reference in New Issue
Block a user