import CS pacemaker-2.1.9-1.el9

This commit is contained in:
eabdullin 2025-03-11 07:55:56 +00:00
parent b71e51da15
commit 1fd6f10adf
3 changed files with 15 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/nagios-agents-metadata-105ab8a7b2c16b9a29cf1c1596b80136eeef332b.tar.gz
SOURCES/pacemaker-3980678f0.tar.gz
SOURCES/pacemaker-49aab9983.tar.gz

View File

@ -1,2 +1,2 @@
2cbec94ad67dfbeba75e38d2c3c5c44961b3cd16 SOURCES/nagios-agents-metadata-105ab8a7b2c16b9a29cf1c1596b80136eeef332b.tar.gz
6742016fd97fec13e5352506c58d2289432b2242 SOURCES/pacemaker-3980678f0.tar.gz
08d3f921f145e91371dd540735ebe5aa1a7a766a SOURCES/pacemaker-49aab9983.tar.gz

View File

@ -35,11 +35,11 @@
## Upstream pacemaker version, and its package version (specversion
## can be incremented to build packages reliably considered "newer"
## than previously built packages with the same pcmkversion)
%global pcmkversion 2.1.8
%global specversion 3
%global pcmkversion 2.1.9
%global specversion 1
## Upstream commit (full commit ID, abbreviated commit ID, or tag) to build
%global commit 3980678f0372f2c7c294c01f61d63f0b2cafaad1
%global commit 49aab998399b9fec21631ff610ae5bdcc4ffb7a4
## Since git v2.11, the extent of abbreviation is autoscaled by default
## (used to be constant of 7), so we need to convey it for non-tags, too.
@ -914,6 +914,16 @@ exit 0
%license %{nagios_name}-%{nagios_hash}/COPYING
%changelog
* Fri Nov 1 2024 Chris Lumens <clumens@redhat.com> - 2.1.9-1
- Rebase on upstream 2.1.9 final release
- Use async communication to establish TLS connections
- Fix regression in adding alerts to CIB
- Fix a crash in command line tools when stderr is closed
- Resolves: RHEL-61382
- Resolves: RHEL-34276
- Resolves: RHEL-55458
- Resolves: RHEL-59043
* Fri Aug 9 2024 Chris Lumens <clumens@redhat.com> - 2.1.8-3
- Rebase on upstream 2.1.8 final release
- Resolves: RHEL-38540