New upstream release
This commit is contained in:
parent
248ca08219
commit
cbf09be32d
@ -1 +1 @@
|
|||||||
fence-agents-3.0.7.tar.gz
|
fence-agents-3.0.8.tar.bz2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
###############################################################################
|
###############################################################################
|
||||||
##
|
##
|
||||||
## Copyright (C) 2004-2009 Red Hat, Inc. All rights reserved.
|
## Copyright (C) 2004-2010 Red Hat, Inc. All rights reserved.
|
||||||
##
|
##
|
||||||
## This copyrighted material is made available to anyone wishing to use,
|
## This copyrighted material is made available to anyone wishing to use,
|
||||||
## modify, copy, or redistribute it subject to the terms and conditions
|
## modify, copy, or redistribute it subject to the terms and conditions
|
||||||
@ -15,18 +15,18 @@
|
|||||||
|
|
||||||
Name: fence-agents
|
Name: fence-agents
|
||||||
Summary: Fence Agents for Red Hat Cluster
|
Summary: Fence Agents for Red Hat Cluster
|
||||||
Version: 3.0.7
|
Version: 3.0.8
|
||||||
Release: 1%{?alphatag:.%{alphatag}}%{?dist}
|
Release: 1%{?alphatag:.%{alphatag}}%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sources.redhat.com/cluster/wiki/
|
URL: http://sources.redhat.com/cluster/wiki/
|
||||||
Source0: https://fedorahosted.org/releases/c/l/cluster/%{name}-%{version}.tar.gz
|
Source0: https://fedorahosted.org/releases/c/l/cluster/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
## Runtime deps
|
## Runtime deps
|
||||||
Requires: sg3_utils telnet openssh-clients
|
Requires: sg3_utils telnet openssh-clients
|
||||||
Requires: pexpect net-snmp-utils
|
Requires: pexpect net-snmp-utils
|
||||||
Requires: perl-Net-Telnet
|
Requires: perl-Net-Telnet
|
||||||
Requires: fence-virt >= 0.1.3-1
|
Requires: fence-virt >= 0.2.1-1
|
||||||
|
|
||||||
# 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.
|
||||||
@ -47,8 +47,8 @@ BuildRequires: nss-devel nspr-devel
|
|||||||
BuildRequires: libxml2-devel libvirt-devel
|
BuildRequires: libxml2-devel libvirt-devel
|
||||||
BuildRequires: libxslt pexpect
|
BuildRequires: libxslt pexpect
|
||||||
BuildRequires: clusterlib-devel >= 3.0.0
|
BuildRequires: clusterlib-devel >= 3.0.0
|
||||||
BuildRequires: corosynclib-devel >= 1.0.0-1
|
BuildRequires: corosynclib-devel >= 1.2.0-1
|
||||||
BuildRequires: openaislib-devel >= 1.0.0-1
|
BuildRequires: openaislib-devel >= 1.1.2-1
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
@ -70,7 +70,6 @@ CFLAGS="$(echo '%{optflags}')" make -C fence/agents
|
|||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
make -C fence/agents install DESTDIR=%{buildroot}
|
make -C fence/agents install DESTDIR=%{buildroot}
|
||||||
make -C fence/man install DESTDIR=%{buildroot}
|
|
||||||
|
|
||||||
## tree fix up
|
## tree fix up
|
||||||
# fix libfence permissions
|
# fix libfence permissions
|
||||||
@ -91,6 +90,20 @@ power management for several devices.
|
|||||||
%{_mandir}/man8/fence*
|
%{_mandir}/man8/fence*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 22 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.8-1
|
||||||
|
- new upstream release
|
||||||
|
Resolves: rhbz#548133, rhbz#565907, rhbz#545602, rhbz#555901
|
||||||
|
Resolves: rhbz#564471, rhbz#515717, rhbz#557128, rhbz#536157
|
||||||
|
Resolves: rhbz#455300, rhbz#561416, rhbz#562237, rhbz#537201
|
||||||
|
Resolves: rhbz#536962, rhbz#553383, rhbz#556961, rhbz#555363
|
||||||
|
Resolves: rhbz#557128, rhbz#455300, rhbz#557167, rhbz#459630
|
||||||
|
Resolves: rhbz#532808, rhbz#556603, rhbz#554968, rhbz#555047
|
||||||
|
Resolves: rhbz#554968, rhbz#555047
|
||||||
|
- spec file update:
|
||||||
|
* update spec file copyright date
|
||||||
|
* use bz2 tarball
|
||||||
|
* bump minimum requirements for corosync/openais/fence-virt
|
||||||
|
|
||||||
* Tue Jan 12 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.7-1
|
* Tue Jan 12 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.7-1
|
||||||
- New upstream release:
|
- New upstream release:
|
||||||
Resolves: rhbz#549124, rhbz#546340, rhbz#526286, rhbz#549473
|
Resolves: rhbz#549124, rhbz#546340, rhbz#526286, rhbz#549473
|
||||||
|
Loading…
Reference in New Issue
Block a user