diff --git a/pacemaker.spec b/pacemaker.spec index ecf54c4..920734f 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -14,11 +14,11 @@ ## can be incremented to build packages reliably considered "newer" ## than previously built packages with the same pcmkversion) %global pcmkversion 2.0.1 -%global specversion 3 +%global specversion 4 ## Upstream commit (or git tag, such as "Pacemaker-" plus the ## {pcmkversion} macro for an official release) to use for this package -%global commit Pacemaker-2.0.1-rc4 +%global commit Pacemaker-2.0.1-rc5 ## 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 @@ -378,7 +378,6 @@ export LDFLAGS_HARDENED_LIB="%{?_hardening_ldflags}" %{?with_profiling: --with-profiling} \ %{?with_coverage: --with-coverage} \ %{!?with_doc: --with-brand=} \ - --enable-hash-affected-tests=try \ %{?gnutls_priorities: --with-gnutls-priorities="%{gnutls_priorities}"} \ --with-initdir=%{_initrddir} \ --localstatedir=%{_var} \ @@ -705,6 +704,13 @@ exit 0 %license %{nagios_name}-%{nagios_hash}/COPYING %changelog +* Thu Feb 28 2019 Jan Pokorný - 2.0.1-0.4.rc5 +- Update for new upstream tarball for release candidate: Pacemaker-2.0.1-rc5, + for full details, see included ChangeLog file or + https://github.com/ClusterLabs/pacemaker/releases/tag/Pacemaker-2.0.1-rc5 +- Reflect that cts-scheduler tests are fully compatible with whatever recent + glib version that gets to be used in run-time (incl. buildroot tests) again + * Mon Feb 04 2019 Jan Pokorný - 2.0.1-0.3.rc4 - Update for new upstream tarball for release candidate: Pacemaker-2.0.1-rc4, for full details, see included ChangeLog file or