- Rebase to resource-agents 4.3.0 upstream release.
This commit is contained in:
parent
e6a7153fd7
commit
e3798abc31
@ -20,7 +20,7 @@
|
||||
#
|
||||
|
||||
%global upstream_prefix ClusterLabs-resource-agents
|
||||
%global upstream_version b222ea88
|
||||
%global upstream_version 8f2684c6
|
||||
|
||||
# Whether this platform defaults to using systemd as an init system
|
||||
# (needs to be evaluated prior to BuildRequires being enumerated and
|
||||
@ -51,8 +51,8 @@
|
||||
|
||||
Name: resource-agents
|
||||
Summary: Open Source HA Reusable Cluster Resource Scripts
|
||||
Version: 4.2.0
|
||||
Release: 4%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||
Version: 4.3.0
|
||||
Release: 1%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: https://github.com/ClusterLabs/resource-agents
|
||||
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
|
||||
@ -193,7 +193,7 @@ CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"
|
||||
|
||||
export CFLAGS
|
||||
|
||||
%configure \
|
||||
%configure PYTHON="%{__python3}" \
|
||||
%{conf_opt_fatal} \
|
||||
%if %{defined _unitdir}
|
||||
--with-systemdsystemunitdir=%{_unitdir} \
|
||||
@ -341,11 +341,8 @@ ccs_update_schema > /dev/null 2>&1 ||:
|
||||
%{_sysconfdir}/ha.d/resource.d/ldirectord
|
||||
%if %{defined _unitdir}
|
||||
%{_unitdir}/ldirectord.service
|
||||
%if 0%{?fedora} > 29
|
||||
%exclude %{_sysconfdir}/rc.d/init.d/ldirectord
|
||||
%else
|
||||
%exclude %{_sysconfdir}/init.d/ldirectord
|
||||
%endif
|
||||
%exclude %{_sysconfdir}/rc.d/init.d/ldirectord
|
||||
%else
|
||||
%{_sysconfdir}/init.d/ldirectord
|
||||
%endif
|
||||
@ -358,6 +355,9 @@ ccs_update_schema > /dev/null 2>&1 ||:
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jun 21 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.3.0-1
|
||||
- Rebase to resource-agents 4.3.0 upstream release.
|
||||
|
||||
* Fri May 24 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.0-4
|
||||
- Fix build issues
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ClusterLabs-resource-agents-b222ea88.tar.gz) = 24143343e44004821ada6b76b626ea4478ad75e01d313171c04028ca57cc6848afb4fe1ed6c19d66a1002728d4f79813a18519f5d3a1ade4893de4278dd79753
|
||||
SHA512 (ClusterLabs-resource-agents-8f2684c6.tar.gz) = 4ab4cd1596369ee79c12217e12924295c3f1a5fe048b31638ac922af49b99e944e98a8eabe40144ba051e5129aa2a1b6e7a833a8fb0418d4b963568525a7bae8
|
||||
|
Loading…
Reference in New Issue
Block a user