import fence-virt-1.0.0-2.el8
This commit is contained in:
parent
f3c70f5caa
commit
c99d5d1968
11
SOURCES/bz1927171-fence_xvm-fix-typo.patch
Normal file
11
SOURCES/bz1927171-fence_xvm-fix-typo.patch
Normal file
@ -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("<?xml version=\"1.0\" ?>\n");
|
||||||
|
printf("<resource-agent name=\"%s\" shortdesc=\"Fence agent for virtual machines\">\n", basename(progname));
|
||||||
|
- printf("<longdesc>%s is an I/O Fencing agent which can be used with"
|
||||||
|
+ printf("<longdesc>%s is an I/O Fencing agent which can be used with "
|
||||||
|
"virtual machines.</longdesc>\n", basename(progname));
|
||||||
|
printf("<parameters>\n");
|
||||||
|
|
@ -13,11 +13,12 @@
|
|||||||
Name: fence-virt
|
Name: fence-virt
|
||||||
Summary: A pluggable fencing framework for virtual machines
|
Summary: A pluggable fencing framework for virtual machines
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 1%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
Release: 2%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: https://github.com/ClusterLabs/fence-virt
|
URL: https://github.com/ClusterLabs/fence-virt
|
||||||
Source0: %{name}-%{version}%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:-%{alphatag}}%{?dirty:-%{dirty}}.tar.bz2
|
Source0: %{name}-%{version}%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:-%{alphatag}}%{?dirty:-%{dirty}}.tar.bz2
|
||||||
|
Patch0: bz1927171-fence_xvm-fix-typo.patch
|
||||||
|
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
ExclusiveArch: i686 x86_64
|
ExclusiveArch: i686 x86_64
|
||||||
@ -175,6 +176,10 @@ are located on corosync cluster nodes.
|
|||||||
%{_libdir}/%{name}/cpg.so
|
%{_libdir}/%{name}/cpg.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 15 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 1.0.0-2
|
||||||
|
- fence_xvm: fix typo
|
||||||
|
Resolves: rhbz#1927171
|
||||||
|
|
||||||
* Wed Mar 11 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 1.0.0-1
|
* Wed Mar 11 2020 Oyvind Albrigtsen <oalbrigt@redhat.com> - 1.0.0-1
|
||||||
- Rebase to fence-virt-1.0.0
|
- Rebase to fence-virt-1.0.0
|
||||||
Resolves: rhbz#1774394
|
Resolves: rhbz#1774394
|
||||||
|
Loading…
Reference in New Issue
Block a user