- systemd-tmpfiles: change path to /run/resource-agents
Resolves: rhbz#1688865
This commit is contained in:
parent
422c403303
commit
1c57e40e91
@ -52,7 +52,7 @@
|
|||||||
Name: resource-agents
|
Name: resource-agents
|
||||||
Summary: Open Source HA Reusable Cluster Resource Scripts
|
Summary: Open Source HA Reusable Cluster Resource Scripts
|
||||||
Version: 4.2.0
|
Version: 4.2.0
|
||||||
Release: 1%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}.1
|
Release: 2%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: https://github.com/ClusterLabs/resource-agents
|
URL: https://github.com/ClusterLabs/resource-agents
|
||||||
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
|
||||||
@ -199,6 +199,7 @@ export CFLAGS
|
|||||||
%endif
|
%endif
|
||||||
%if %{defined _tmpfilesdir}
|
%if %{defined _tmpfilesdir}
|
||||||
--with-systemdtmpfilesdir=%{_tmpfilesdir} \
|
--with-systemdtmpfilesdir=%{_tmpfilesdir} \
|
||||||
|
--with-rsctmpdir=/run/resource-agents \
|
||||||
%endif
|
%endif
|
||||||
--with-pkg-name=%{name} \
|
--with-pkg-name=%{name} \
|
||||||
--with-ras-set=%{rasset}
|
--with-ras-set=%{rasset}
|
||||||
@ -279,7 +280,11 @@ test -d %{buildroot}/sbin || mkdir %{buildroot}/sbin
|
|||||||
|
|
||||||
%{_includedir}/heartbeat
|
%{_includedir}/heartbeat
|
||||||
|
|
||||||
|
%if %{defined _tmpfilesdir}
|
||||||
|
%dir %attr (1755, root, root) /run/resource-agents
|
||||||
|
%else
|
||||||
%dir %attr (1755, root, root) %{_var}/run/resource-agents
|
%dir %attr (1755, root, root) %{_var}/run/resource-agents
|
||||||
|
%endif
|
||||||
|
|
||||||
%{_mandir}/man7/*.7*
|
%{_mandir}/man7/*.7*
|
||||||
%{_mandir}/man8/ocf-tester.8*
|
%{_mandir}/man8/ocf-tester.8*
|
||||||
@ -348,6 +353,11 @@ ccs_update_schema > /dev/null 2>&1 ||:
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 15 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.2.0-2
|
||||||
|
- systemd-tmpfiles: change path to /run/resource-agents
|
||||||
|
|
||||||
|
Resolves: rhbz#1688865
|
||||||
|
|
||||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-1.1
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-1.1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user