fix dep
This commit is contained in:
parent
824ccf971a
commit
6de1c3c109
@ -16,7 +16,7 @@
|
|||||||
Name: fence-agents
|
Name: fence-agents
|
||||||
Summary: Fence Agents for Red Hat Cluster
|
Summary: Fence Agents for Red Hat Cluster
|
||||||
Version: 3.1.12
|
Version: 3.1.12
|
||||||
Release: 2%{?alphatag:.%{alphatag}}%{?dist}
|
Release: 3%{?alphatag:.%{alphatag}}%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sourceware.org/cluster/wiki/
|
URL: http://sourceware.org/cluster/wiki/
|
||||||
@ -27,7 +27,6 @@ Requires: sg3_utils telnet openssh-clients
|
|||||||
Requires: pexpect python-pycurl python-suds pyOpenSSL
|
Requires: pexpect python-pycurl python-suds pyOpenSSL
|
||||||
Requires: net-snmp-utils
|
Requires: net-snmp-utils
|
||||||
Requires: perl-Net-Telnet
|
Requires: perl-Net-Telnet
|
||||||
Requires: perl-podlators
|
|
||||||
|
|
||||||
# This is required by fence_virsh. Per discussion on fedora-devel
|
# This is required by fence_virsh. Per discussion on fedora-devel
|
||||||
# switching from package to file based require.
|
# switching from package to file based require.
|
||||||
@ -48,6 +47,7 @@ BuildRequires: nss-devel nspr-devel
|
|||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
BuildRequires: python pexpect python-pycurl python-suds
|
BuildRequires: python pexpect python-pycurl python-suds
|
||||||
BuildRequires: perl-Net-Telnet net-snmp-utils
|
BuildRequires: perl-Net-Telnet net-snmp-utils
|
||||||
|
BuildRequires: perl-podlators
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
@ -86,7 +86,7 @@ power management for several devices.
|
|||||||
%{_mandir}/man8/fence*
|
%{_mandir}/man8/fence*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Feb 02 2013 Marek Grac <mgrac@redhat.com> - 3.1.12-2
|
* Mon Feb 02 2013 Marek Grac <mgrac@redhat.com> - 3.1.12-3
|
||||||
- new upstream release
|
- new upstream release
|
||||||
|
|
||||||
* Mon Nov 05 2012 Marek Grac <mgrac@redhat.com> - 3.1.11-1
|
* Mon Nov 05 2012 Marek Grac <mgrac@redhat.com> - 3.1.11-1
|
||||||
|
Loading…
Reference in New Issue
Block a user