2.0.3-0.1.rc2 - Update for new upstream tarball
...for release candidate: Pacemaker-2.0.3-rc2, for full details, see included ChangeLog file or https://github.com/ClusterLabs/pacemaker/releases/tag/Pacemaker-2.0.3-rc2 Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
This commit is contained in:
parent
3fa876745f
commit
4d6a45935d
@ -13,12 +13,12 @@
|
|||||||
## Upstream pacemaker version, and its package version (specversion
|
## Upstream pacemaker version, and its package version (specversion
|
||||||
## 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.0.2
|
%global pcmkversion 2.0.3
|
||||||
%global specversion 1
|
%global specversion 1
|
||||||
|
|
||||||
## Upstream commit (or git tag, such as "Pacemaker-" plus the
|
## Upstream commit (or git tag, such as "Pacemaker-" plus the
|
||||||
## {pcmkversion} macro for an official release) to use for this package
|
## {pcmkversion} macro for an official release) to use for this package
|
||||||
%global commit Pacemaker-2.0.2
|
%global commit Pacemaker-2.0.3-rc2
|
||||||
## Since git v2.11, the extent of abbreviation is autoscaled by default
|
## 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.
|
## (used to be constant of 7), so we need to convey it for non-tags, too.
|
||||||
%global commit_abbrev 9
|
%global commit_abbrev 9
|
||||||
@ -135,7 +135,7 @@
|
|||||||
Name: pacemaker
|
Name: pacemaker
|
||||||
Summary: Scalable High-Availability cluster resource manager
|
Summary: Scalable High-Availability cluster resource manager
|
||||||
Version: %{pcmkversion}
|
Version: %{pcmkversion}
|
||||||
Release: %{pcmk_release}%{?dist}.3
|
Release: %{pcmk_release}%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Url: http://www.clusterlabs.org
|
Url: http://www.clusterlabs.org
|
||||||
|
|
||||||
@ -357,7 +357,7 @@ monitor resources.
|
|||||||
# Early versions of autotools (e.g. RHEL <= 5) do not support --docdir
|
# Early versions of autotools (e.g. RHEL <= 5) do not support --docdir
|
||||||
export docdir=%{pcmk_docdir}
|
export docdir=%{pcmk_docdir}
|
||||||
|
|
||||||
export systemdunitdir=%{?_unitdir}%{!?_unitdir:no}
|
export systemdsystemunitdir=%{?_unitdir}%{!?_unitdir:no}
|
||||||
|
|
||||||
%if %{with hardening}
|
%if %{with hardening}
|
||||||
# prefer distro-provided hardening flags in case they are defined
|
# prefer distro-provided hardening flags in case they are defined
|
||||||
@ -374,7 +374,7 @@ export LDFLAGS_HARDENED_LIB="%{?_hardening_ldflags}"
|
|||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
%{configure} \
|
%{configure} \
|
||||||
%{?python_path: PYTHON=%{python_path}} \
|
PYTHON=%{python_path} \
|
||||||
%{!?with_hardening: --disable-hardening} \
|
%{!?with_hardening: --disable-hardening} \
|
||||||
%{!?with_legacy_links: --disable-legacy-links} \
|
%{!?with_legacy_links: --disable-legacy-links} \
|
||||||
%{?with_profiling: --with-profiling} \
|
%{?with_profiling: --with-profiling} \
|
||||||
@ -382,6 +382,7 @@ export LDFLAGS_HARDENED_LIB="%{?_hardening_ldflags}"
|
|||||||
%{!?with_doc: --with-brand=} \
|
%{!?with_doc: --with-brand=} \
|
||||||
%{?gnutls_priorities: --with-gnutls-priorities="%{gnutls_priorities}"} \
|
%{?gnutls_priorities: --with-gnutls-priorities="%{gnutls_priorities}"} \
|
||||||
--with-initdir=%{_initrddir} \
|
--with-initdir=%{_initrddir} \
|
||||||
|
--with-runstatedir=%{_rundir} \
|
||||||
--localstatedir=%{_var} \
|
--localstatedir=%{_var} \
|
||||||
--with-version=%{version}-%{release} \
|
--with-version=%{version}-%{release} \
|
||||||
--with-bug-url=https://bugz.fedoraproject.org/%{name} \
|
--with-bug-url=https://bugz.fedoraproject.org/%{name} \
|
||||||
@ -389,7 +390,7 @@ export LDFLAGS_HARDENED_LIB="%{?_hardening_ldflags}"
|
|||||||
--with-nagios-metadata-dir=%{_datadir}/pacemaker/nagios/plugins-metadata/ \
|
--with-nagios-metadata-dir=%{_datadir}/pacemaker/nagios/plugins-metadata/ \
|
||||||
--with-nagios-plugin-dir=%{_libdir}/nagios/plugins/
|
--with-nagios-plugin-dir=%{_libdir}/nagios/plugins/
|
||||||
|
|
||||||
make %{_smp_mflags} V=1 all
|
make %{_smp_mflags} V=1
|
||||||
|
|
||||||
%check
|
%check
|
||||||
{ cts/cts-scheduler --run load-stopped-loop \
|
{ cts/cts-scheduler --run load-stopped-loop \
|
||||||
@ -429,7 +430,6 @@ find %{buildroot} -name '*.la' -type f -print0 | xargs -0 rm -f
|
|||||||
# Do not package these either
|
# Do not package these either
|
||||||
rm -f %{buildroot}/%{_sbindir}/fence_legacy
|
rm -f %{buildroot}/%{_sbindir}/fence_legacy
|
||||||
rm -f %{buildroot}/%{_mandir}/man8/fence_legacy.*
|
rm -f %{buildroot}/%{_mandir}/man8/fence_legacy.*
|
||||||
find %{buildroot} -name 'o2cb*' -type f -print0 | xargs -0 rm -f
|
|
||||||
|
|
||||||
# For now, don't package the servicelog-related binaries built only for
|
# For now, don't package the servicelog-related binaries built only for
|
||||||
# ppc64le when certain dependencies are installed. If they get more exercise by
|
# ppc64le when certain dependencies are installed. If they get more exercise by
|
||||||
@ -701,6 +701,7 @@ exit 0
|
|||||||
%{_datadir}/pacemaker/*.rng
|
%{_datadir}/pacemaker/*.rng
|
||||||
%{_datadir}/pacemaker/*.xsl
|
%{_datadir}/pacemaker/*.xsl
|
||||||
%{_datadir}/pacemaker/api
|
%{_datadir}/pacemaker/api
|
||||||
|
%{_datadir}/pkgconfig/pacemaker-schemas.pc
|
||||||
|
|
||||||
%files nagios-plugins-metadata
|
%files nagios-plugins-metadata
|
||||||
%dir %{_datadir}/pacemaker/nagios
|
%dir %{_datadir}/pacemaker/nagios
|
||||||
@ -709,6 +710,11 @@ exit 0
|
|||||||
%license %{nagios_name}-%{nagios_hash}/COPYING
|
%license %{nagios_name}-%{nagios_hash}/COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 06 2019 Jan Pokorný <jpokorny+rpm-pacemaker@redhat.com> - 2.0.3-0.1.rc2
|
||||||
|
- Update for new upstream tarball for release candidate: Pacemaker-2.0.3-rc2,
|
||||||
|
for full details, see included ChangeLog file or
|
||||||
|
https://github.com/ClusterLabs/pacemaker/releases/tag/Pacemaker-2.0.3-rc2
|
||||||
|
|
||||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.0.2-1.3
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.0.2-1.3
|
||||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (pacemaker-2.0.2.tar.gz) = e23f38e02aea0aefdfff44a61036397882bf4019e32b5f7e24f2b53af9454e4dbd4b52879134d5005f6754fdde9f2391dcc6fb51d3142b92ec2444295d4bd544
|
SHA512 (pacemaker-2.0.3-rc2.tar.gz) = 408e0d1fd32e26745e0f375ff8170aa645011b477add496749b0ccc0b55dcfb5bfbd5204acfc32640ea26cab1ae39c8c3291df510ef8f4c3a2e87665567c8ced
|
||||||
SHA512 (nagios-agents-metadata-105ab8a7b2c16b9a29cf1c1596b80136eeef332b.tar.gz) = 11ddeb48a4929e7642b6dfa9c7962aa1d7a1af1c569830f55ed6cd6773abac13377317327bc1db8411c8077884f83f81cc54d746c834b63a99fa6dc219b5caad
|
SHA512 (nagios-agents-metadata-105ab8a7b2c16b9a29cf1c1596b80136eeef332b.tar.gz) = 11ddeb48a4929e7642b6dfa9c7962aa1d7a1af1c569830f55ed6cd6773abac13377317327bc1db8411c8077884f83f81cc54d746c834b63a99fa6dc219b5caad
|
||||||
|
Loading…
Reference in New Issue
Block a user