Blame SOURCES/017-feature-set.patch

23c78e
From a66f63e1001c2c93e286978c0383b4256abfce6b Mon Sep 17 00:00:00 2001
23c78e
From: Chris Lumens <clumens@redhat.com>
23c78e
Date: Mon, 4 Jan 2021 16:46:52 -0500
23c78e
Subject: [PATCH] Test: cts: Distribute the new constraints.xml file.
23c78e
23c78e
---
23c78e
 cts/Makefile.am | 3 ++-
23c78e
 1 file changed, 2 insertions(+), 1 deletion(-)
23c78e
23c78e
diff --git a/cts/Makefile.am b/cts/Makefile.am
23c78e
index 6abb42f..5666a9f 100644
23c78e
--- a/cts/Makefile.am
23c78e
+++ b/cts/Makefile.am
23c78e
@@ -60,7 +60,8 @@ cts_SCRIPTS		= CTSlab.py		\
23c78e
 			  pacemaker-cts-dummyd
23c78e
 
23c78e
 clidir		= $(testdir)/cli
23c78e
-dist_cli_DATA	= cli/crm_diff_new.xml		\
23c78e
+dist_cli_DATA	= cli/constraints.xml \
23c78e
+		  cli/crm_diff_new.xml		\
23c78e
 		  cli/crm_diff_old.xml		\
23c78e
 		  cli/crm_mon.xml		\
23c78e
 		  cli/crm_mon-partial.xml	\
23c78e
-- 
23c78e
1.8.3.1
23c78e