From 45f9ee733246c52ec4e82afc6dfe4f6ddea47943 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 10 May 2022 03:01:25 -0400 Subject: [PATCH] import fence-virt-1.0.0-2.el8 --- SOURCES/bz1927171-fence_xvm-fix-typo.patch | 11 +++++++++++ SPECS/fence-virt.spec | 7 ++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 SOURCES/bz1927171-fence_xvm-fix-typo.patch diff --git a/SOURCES/bz1927171-fence_xvm-fix-typo.patch b/SOURCES/bz1927171-fence_xvm-fix-typo.patch new file mode 100644 index 0000000..a98c646 --- /dev/null +++ b/SOURCES/bz1927171-fence_xvm-fix-typo.patch @@ -0,0 +1,11 @@ +--- a/client/options.c 2019-11-20 14:13:42.000000000 +0100 ++++ b/client/options.c 2021-10-15 14:29:42.933127346 +0200 +@@ -760,7 +760,7 @@ + + printf("\n"); + printf("\n", basename(progname)); +- printf("%s is an I/O Fencing agent which can be used with" ++ printf("%s is an I/O Fencing agent which can be used with " + "virtual machines.\n", basename(progname)); + printf("\n"); + diff --git a/SPECS/fence-virt.spec b/SPECS/fence-virt.spec index 378092b..23387a0 100644 --- a/SPECS/fence-virt.spec +++ b/SPECS/fence-virt.spec @@ -13,11 +13,12 @@ Name: fence-virt Summary: A pluggable fencing framework for virtual machines Version: 1.0.0 -Release: 1%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist} +Release: 2%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist} License: GPLv2+ Group: System Environment/Base URL: https://github.com/ClusterLabs/fence-virt Source0: %{name}-%{version}%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:-%{alphatag}}%{?dirty:-%{dirty}}.tar.bz2 +Patch0: bz1927171-fence_xvm-fix-typo.patch %if 0%{?rhel} ExclusiveArch: i686 x86_64 @@ -175,6 +176,10 @@ are located on corosync cluster nodes. %{_libdir}/%{name}/cpg.so %changelog +* Fri Oct 15 2021 Oyvind Albrigtsen - 1.0.0-2 +- fence_xvm: fix typo + Resolves: rhbz#1927171 + * Wed Mar 11 2020 Oyvind Albrigtsen - 1.0.0-1 - Rebase to fence-virt-1.0.0 Resolves: rhbz#1774394