Bump package number

Needed for new build

- Resolves: rhbz1988568
- Resolves: rhbz1989292
This commit is contained in:
Ken Gaillot 2021-08-11 11:46:56 -05:00
parent 5f1b8588f4
commit 6dec65dd8f
1 changed files with 2 additions and 2 deletions

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.0
%global specversion 8
%global specversion 9
## Upstream commit (full commit ID, abbreviated commit ID, or tag) to build
%global commit 7c3f660707a495a1331716ad32cd3ac9d9f8ff58
@ -862,7 +862,7 @@ exit 0
%license %{nagios_name}-%{nagios_hash}/COPYING
%changelog
* Wed Aug 11 2021 Ken Gaillot <kgaillot@redhat.com> - 2.1.0-8
* Wed Aug 11 2021 Ken Gaillot <kgaillot@redhat.com> - 2.1.0-9
- Fix watchdog agent version information
- Ensure transient attributes are cleared when multiple nodes are lost
- Resolves: rhbz1988568