1.1.17-0.1.rc1.git - Update for new upstream tarball
... for release candidate: Pacemaker-1.1.17-rc1, for full details, see included ChangeLog file or https://github.com/ClusterLabs/pacemaker/releases/tag/Pacemaker-1.1.17-rc1
This commit is contained in:
parent
a68a5c361c
commit
caa92a169d
@ -13,12 +13,12 @@
|
||||
## 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 1.1.16
|
||||
%global specversion 2
|
||||
%global pcmkversion 1.1.17
|
||||
%global specversion 1
|
||||
|
||||
## Upstream commit (or git tag, such as "Pacemaker-" plus the
|
||||
## {pcmkversion} macro for an official release) to use for this package
|
||||
%global commit a39ea6491a6e06b8575e8bb47059d8ff9f3d03e3
|
||||
%global commit Pacemaker-1.1.17-rc1
|
||||
## 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.
|
||||
%global commit_abbrev 9
|
||||
@ -43,9 +43,9 @@
|
||||
%define tag_release %([ %{commit} != Pacemaker-%{shortcommit} ]; echo $?)
|
||||
|
||||
## Whether this is a release candidate (in case of a tagged release)
|
||||
%define pre_release %(s=%{shortcommit}; [ "%{tag_release}" -eq 0 ] || {
|
||||
case %{s} in *-rc[[:digit:]]*%{rparen} false;;
|
||||
esac; }; echo $?)
|
||||
%define pre_release %([ "%{tag_release}" -eq 0 ] || {
|
||||
case "%{shortcommit}" in *-rc[[:digit:]]*%{rparen} false;;
|
||||
esac; }; echo $?)
|
||||
|
||||
## Turn off auto-compilation of python files outside site-packages directory,
|
||||
## so that the -libs-devel package is multilib-compliant (no *.py[co] files)
|
||||
@ -684,6 +684,11 @@ exit 0
|
||||
%license %{nagios_name}-%{nagios_hash}/COPYING
|
||||
|
||||
%changelog
|
||||
* Tue May 09 2017 Jan Pokorný <jpokorny+rpm-pacemaker@redhat.com> - 1.1.17-0.1.rc1.git
|
||||
- Update for new upstream tarball for release candidate: Pacemaker-1.1.17-rc1,
|
||||
for full details, see included ChangeLog file or
|
||||
https://github.com/ClusterLabs/pacemaker/releases/tag/Pacemaker-1.1.17-rc1
|
||||
|
||||
* Mon Feb 06 2017 Jan Pokorný <jpokorny+rpm-pacemaker@redhat.com> - 1.1.16-2.a39ea6491.git
|
||||
- Update for (slightly stabilized) snapshot beyond Pacemaker-1.1.16
|
||||
(commit a39ea6491), including:
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pacemaker-a39ea6491.tar.gz) = 01bfda817790e49966f23cca77df70f5f6bdc2c3b057a2176c4ee722c83b206c378be599a7f006b3617b6260038ac271549a1246de2ff531bd488153a6076846
|
||||
SHA512 (pacemaker-1.1.17-rc1.tar.gz) = dd5715336940f3c90248df45efe5761fa593a95f70d4c88e92e6ecf7db2db150d6ad55c48cecebbf0aa7a77c157ada7f600e5ef5e7256bb97ca8b884a0cd9f3d
|
||||
SHA512 (nagios-agents-metadata-105ab8a7b2c16b9a29cf1c1596b80136eeef332b.tar.gz) = 11ddeb48a4929e7642b6dfa9c7962aa1d7a1af1c569830f55ed6cd6773abac13377317327bc1db8411c8077884f83f81cc54d746c834b63a99fa6dc219b5caad
|
||||
|
Loading…
Reference in New Issue
Block a user