Resolve rhbz#574732 and 572993
This commit is contained in:
parent
2c5f441a04
commit
d22003b7a8
@ -1,2 +1,3 @@
|
|||||||
c76b4a6eb576.tar.bz2
|
c76b4a6eb576.tar.bz2
|
||||||
resource-agents-3.0.9.tar.bz2
|
resource-agents-3.0.9.tar.bz2
|
||||||
|
ldirectord-man.patch
|
||||||
|
@ -22,12 +22,13 @@
|
|||||||
Name: resource-agents
|
Name: resource-agents
|
||||||
Summary: Open Source HA Resource Agents for Red Hat Cluster
|
Summary: Open Source HA Resource Agents for Red Hat Cluster
|
||||||
Version: 3.0.9
|
Version: 3.0.9
|
||||||
Release: 1%{?alphatag:.%{alphatag}}%{?dist}
|
Release: 2%{?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.bz2
|
Source0: https://fedorahosted.org/releases/c/l/cluster/%{name}-%{version}.tar.bz2
|
||||||
Source1: http://hg.linux-ha.org/agents/archive/%{altversion}.tar.bz2
|
Source1: http://hg.linux-ha.org/agents/archive/%{altversion}.tar.bz2
|
||||||
|
Patch1: ldirectord-man.patch
|
||||||
|
|
||||||
## Runtime deps
|
## Runtime deps
|
||||||
Requires: bash grep sed gawk
|
Requires: bash grep sed gawk
|
||||||
@ -40,7 +41,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|||||||
BuildRequires: cluster-glue-libs-devel glib2-devel
|
BuildRequires: cluster-glue-libs-devel glib2-devel
|
||||||
BuildRequires: automake autoconf pkgconfig
|
BuildRequires: automake autoconf pkgconfig
|
||||||
BuildRequires: libxslt docbook-style-xsl
|
BuildRequires: libxslt docbook-style-xsl
|
||||||
BuildRequires: python
|
BuildRequires: python perl libnet-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A set of scripts to interface with several services to operate in a
|
A set of scripts to interface with several services to operate in a
|
||||||
@ -76,6 +77,7 @@ and works with the heartbeat code (http://www.linux-ha.org/).
|
|||||||
# See http://www.redhat.com/archives/cluster-devel/2009-February/msg00003.html
|
# See http://www.redhat.com/archives/cluster-devel/2009-February/msg00003.html
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version} -a 1
|
%setup -q -n %{name}-%{version} -a 1
|
||||||
|
%patch1 -p0
|
||||||
|
|
||||||
# prepare rgmanager RAs
|
# prepare rgmanager RAs
|
||||||
%{_configure} \
|
%{_configure} \
|
||||||
@ -162,6 +164,10 @@ rm -rf %{buildroot}
|
|||||||
/usr/lib/ocf/resource.d/heartbeat/ldirectord
|
/usr/lib/ocf/resource.d/heartbeat/ldirectord
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 24 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.9-2
|
||||||
|
- Resolves: rhbz#572993 - Patched build process to correctly generate ldirectord man page
|
||||||
|
- Resolves: rhbz#574732 - Add libnet-devel as a dependancy to ensure IPaddrv6 is built
|
||||||
|
|
||||||
* Mon Mar 1 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.9-1
|
* Mon Mar 1 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.9-1
|
||||||
- New rgmanager resource agents upstream release
|
- New rgmanager resource agents upstream release
|
||||||
Resolves: rhbz#455300, rhbz#568446, rhbz#561862, rhbz#536902
|
Resolves: rhbz#455300, rhbz#568446, rhbz#561862, rhbz#536902
|
||||||
|
1
sources
1
sources
@ -1,2 +1,3 @@
|
|||||||
560e687fa108dbe90e4fae0772ea6e66 c76b4a6eb576.tar.bz2
|
560e687fa108dbe90e4fae0772ea6e66 c76b4a6eb576.tar.bz2
|
||||||
e75e1a1e01cb40d5ffad52adef78c1cb resource-agents-3.0.9.tar.bz2
|
e75e1a1e01cb40d5ffad52adef78c1cb resource-agents-3.0.9.tar.bz2
|
||||||
|
6d7d6f53cfc0099759b7171db69d8b21 ldirectord-man.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user