Blame SOURCES/020-shutdown-lock.patch

308170
From 16bcad136dc004b7c7bb9f5044c7ef488c441701 Mon Sep 17 00:00:00 2001
308170
From: Ken Gaillot <kgaillot@redhat.com>
308170
Date: Thu, 21 Nov 2019 15:39:42 -0600
308170
Subject: [PATCH 16/18] Feature: controller: bump feature set for shutdown-lock
308170
308170
---
308170
 include/crm/crm.h | 4 ++--
308170
 1 file changed, 2 insertions(+), 2 deletions(-)
308170
308170
diff --git a/include/crm/crm.h b/include/crm/crm.h
308170
index cbf72d3..d2ffb61 100644
308170
--- a/include/crm/crm.h
308170
+++ b/include/crm/crm.h
308170
@@ -1,5 +1,5 @@
308170
 /*
308170
- * Copyright 2004-2019 the Pacemaker project contributors
308170
+ * Copyright 2004-2020 the Pacemaker project contributors
308170
  *
308170
  * The version control history for this file may have further details.
308170
  *
308170
@@ -51,7 +51,7 @@ extern "C" {
308170
  * >=3.0.13: Fail counts include operation name and interval
308170
  * >=3.2.0:  DC supports PCMK_LRM_OP_INVALID and PCMK_LRM_OP_NOT_CONNECTED
308170
  */
308170
-#  define CRM_FEATURE_SET		"3.2.0"
308170
+#  define CRM_FEATURE_SET		"3.3.0"
308170
 
308170
 #  define EOS		'\0'
308170
 #  define DIMOF(a)	((int) (sizeof(a)/sizeof(a[0])) )
308170
-- 
308170
1.8.3.1
308170