dad45a06a5
stx-integ/base/cluster-resource-agents Move content from stx-gplv2 into stx-integ Packages will be relocated to stx-integ: base/ bash cgcs-users cluster-resource-agents dpkg haproxy libfdt netpbm rpm database/ mariadb filesystem/ iscsi-initiator-utils filesystem/drbd/ drbd-tools kernel/kernel-modules/ drbd integrity intel-e1000e intel-i40e intel-i40evf intel-ixgbe intel-ixgbevf qat17 tpmdd ldap/ ldapscripts networking/ iptables net-tools Change-Id: I3a4ee4bde0adfd2a486bd5be3a151db85aa4947e Story: 2002801 Task: 22687 Signed-off-by: Scott Little <scott.little@windriver.com>
33 lines
857 B
Diff
33 lines
857 B
Diff
From bc7c08fdf1a415af73757a4fc86e5c35fe9ab3f8 Mon Sep 17 00:00:00 2001
|
|
From: Scott Little <scott.little@windriver.com>
|
|
Date: Mon, 2 Oct 2017 15:11:59 -0400
|
|
Subject: [PATCH 03/10] WRS: spec-add-create-var-run-resource-agents.patch
|
|
|
|
---
|
|
SPECS/resource-agents.spec | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/SPECS/resource-agents.spec b/SPECS/resource-agents.spec
|
|
index 52c3c93..ba7af5b 100644
|
|
--- a/SPECS/resource-agents.spec
|
|
+++ b/SPECS/resource-agents.spec
|
|
@@ -245,6 +245,7 @@ Patch1109: umount-in-namespace.patch
|
|
Patch1110: lvm_vg_activation.patch
|
|
Patch1111: pgsql.patch
|
|
|
|
+Patch1113: create-var-run-resource-agents.patch
|
|
|
|
Obsoletes: heartbeat-resources <= %{version}
|
|
Provides: heartbeat-resources = %{version}
|
|
@@ -547,6 +548,7 @@ exit 1
|
|
%patch1110 -p1
|
|
%patch1111 -p1
|
|
|
|
+%patch1113 -p1
|
|
|
|
%build
|
|
if [ ! -f configure ]; then
|
|
--
|
|
1.9.1
|
|
|