diff --git a/Doc-HealthSMART-fix-the-description-of-temp_lower.patch b/Doc-HealthSMART-fix-the-description-of-temp_lower.patch new file mode 100644 index 0000000000000000000000000000000000000000..4abc518bc28ea39d9d74293cbf70aeeb1f03ddac --- /dev/null +++ b/Doc-HealthSMART-fix-the-description-of-temp_lower.patch @@ -0,0 +1,25 @@ +From d40544c0a1d50645b171f366ccae8b2a1090cf6a Mon Sep 17 00:00:00 2001 +From: bixiaoyan1 +Date: Wed, 20 Mar 2024 10:12:56 +0800 +Subject: [PATCH] Doc: HealthSMART:fix the description of temp_lower_limit + +--- + agents/ocf/HealthSMART.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/agents/ocf/HealthSMART.in b/agents/ocf/HealthSMART.in +index 0871ab91a..f688f7381 100755 +--- a/agents/ocf/HealthSMART.in ++++ b/agents/ocf/HealthSMART.in +@@ -80,7 +80,7 @@ The device type(s) to assume for the drive(s) being tested as a SPACE separated + + + +-Lower limit of the temperature in deg C of the drive(s). Below this limit the status will be red. ++Lower limit of the temperature in deg C of the drive(s). Below this limit the status of #health-smart will be red. + + Lower limit for the red smart attribute + +-- +2.25.1 + diff --git a/pacemaker.spec b/pacemaker.spec index 1d8033b8217d507b2fd2519a562016f41e8f96c8..30631219f41c80827e7f7e6cf1fa0959ae8d656c 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -17,7 +17,7 @@ ## can be incremented to build packages reliably considered "newer" ## than previously built packages with the same pcmkversion) %global pcmkversion 2.1.7 -%global specversion 4 +%global specversion 5 ## Upstream commit (full commit ID, abbreviated commit ID, or tag) to build %global commit 0f7f88312f7a1ccedee60bf768aba79ee13d41e0 @@ -151,7 +151,7 @@ Source1: https://codeload.github.com/%{github_owner}/%{nagios_name}/tar.gz Source2: pacemaker.sysusers Patch0: Add_replace_for_PCMK__REMOTE_SCHEMA_DIR.patch Patch1: 001-schema-glib.patch - +Patch2: Doc-HealthSMART-fix-the-description-of-temp_lower.patch Requires: resource-agents Requires: %{pkgname_pcmk_libs} = %{version}-%{release} Requires: %{name}-cluster-libs = %{version}-%{release} @@ -758,6 +758,9 @@ exit 0 %license %{nagios_name}-%{nagios_hash}/COPYING %changelog +* Thu Mar 21 2024 bixiaoyan - 2.1.7-5 +- Doc: HealthSMART:fix the description of temp_lower_limit + * Thu Mar 21 2024 zouzhimin - 2.1.7-4 - Refactor: libcrmcommon: add schemas glib patch