From fe67adfc81082a61e59d09dbb050985b569349a1 Mon Sep 17 00:00:00 2001 From: Oyvind Albrigtsen Date: Wed, 3 Nov 2021 12:26:57 +0100 Subject: [PATCH] - Rebase to resource-agents 4.10.0 upstream release. --- resource-agents.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resource-agents.spec b/resource-agents.spec index 712819e..7d1490e 100644 --- a/resource-agents.spec +++ b/resource-agents.spec @@ -52,7 +52,7 @@ Name: resource-agents Summary: Open Source HA Reusable Cluster Resource Scripts Version: 4.10.0 -Release: 1%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist} +Release: 2%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist} License: GPLv2+ and LGPLv2+ URL: https://github.com/ClusterLabs/resource-agents Source0: %{upstream_prefix}-%{upstream_version}.tar.gz @@ -215,10 +215,10 @@ export CFLAGS %endif %{conf_opt_fatal} \ %if %{defined _unitdir} - --with-systemdsystemunitdir=%{_unitdir} \ + SYSTEMD_UNIT_DIR=%{_unitdir} \ %endif %if %{defined _tmpfilesdir} - --with-systemdtmpfilesdir=%{_tmpfilesdir} \ + SYSTEMD_TMPFILES_DIR=%{_tmpfilesdir} \ --with-rsctmpdir=/run/resource-agents \ %endif --with-pkg-name=%{name} \ @@ -379,7 +379,7 @@ ccs_update_schema > /dev/null 2>&1 ||: %endif %changelog -* Wed Nov 3 2021 Oyvind Albrigtsen - 4.10.0-1 +* Wed Nov 3 2021 Oyvind Albrigtsen - 4.10.0-2 - Rebase to resource-agents 4.10.0 upstream release. * Fri Aug 20 2021 Oyvind Albrigtsen - 4.9.0-1