diff --git a/001-feature-set.patch b/001-feature-set.patch new file mode 100644 index 0000000..caf5e1d --- /dev/null +++ b/001-feature-set.patch @@ -0,0 +1,34 @@ +From adcb9733e8a2cf637b42949d3c62d46e7a8b9dc4 Mon Sep 17 00:00:00 2001 +From: Chris Lumens +Date: Wed, 16 Oct 2024 15:54:54 -0400 +Subject: [PATCH] Build: Bump CRM_FEATURE_SET and version for scratch build. + +--- + include/crm/crm.h | 2 +- + m4/version.m4 | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/include/crm/crm.h b/include/crm/crm.h +index f9f7d8d..7839ae4 100644 +--- a/include/crm/crm.h ++++ b/include/crm/crm.h +@@ -63,7 +63,7 @@ extern "C" { + * >=3.2.0: DC supports PCMK_EXEC_INVALID and PCMK_EXEC_NOT_CONNECTED + * >=3.19.0: DC supports PCMK__CIB_REQUEST_COMMIT_TRANSACT + */ +-# define CRM_FEATURE_SET "3.19.7" ++# define CRM_FEATURE_SET "3.20.0" + + /* Pacemaker's CPG protocols use fixed-width binary fields for the sender and + * recipient of a CPG message. This imposes an arbitrary limit on cluster node +diff --git a/m4/version.m4 b/m4/version.m4 +index 96277df..0270051 100644 +--- a/m4/version.m4 ++++ b/m4/version.m4 +@@ -1,2 +1,2 @@ +-m4_define([VERSION_NUMBER], [2.1.9]) ++m4_define([VERSION_NUMBER], [3.0.0]) + m4_define([PCMK_URL], [https://ClusterLabs.org/projects/pacemaker/]) +-- +2.43.0 + diff --git a/pacemaker.spec b/pacemaker.spec index f8f1cb6..0d9264f 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -219,6 +219,7 @@ Url: https://www.clusterlabs.org/ Source0: https://codeload.github.com/%{github_owner}/%{name}/tar.gz/%{archive_github_url} Source1: pacemaker.sysusers # upstream commits +Patch001: 001-feature-set.patch Requires: resource-agents Requires: %{pkgname_pcmk_libs}%{?_isa} = %{version}-%{release}