New upstream release Switch to file based requires
This commit is contained in:
parent
2d8e1d4b58
commit
cfff991f4c
@ -1,2 +1,2 @@
|
|||||||
resource-agents-3.0.10.tar.bz2
|
|
||||||
agents-1.0.3.tar.bz2
|
agents-1.0.3.tar.bz2
|
||||||
|
resource-agents-3.0.11.tar.bz2
|
||||||
|
@ -21,8 +21,8 @@
|
|||||||
|
|
||||||
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.10
|
Version: 3.0.11
|
||||||
Release: 2%{?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/
|
||||||
@ -30,8 +30,28 @@ Source0: https://fedorahosted.org/releases/c/l/cluster/%{name}-%{version}.tar.bz
|
|||||||
Source1: http://hg.linux-ha.org/agents/archive/%{altversion}.tar.bz2
|
Source1: http://hg.linux-ha.org/agents/archive/%{altversion}.tar.bz2
|
||||||
|
|
||||||
## Runtime deps
|
## Runtime deps
|
||||||
Requires: bash grep sed gawk
|
# system tools shared by several agents
|
||||||
Requires: net-tools mount e2fsprogs
|
Requires: /bin/bash /bin/grep /bin/sed /bin/gawk
|
||||||
|
Requires: /bin/ps /usr/bin/pkill /bin/hostname
|
||||||
|
Requires: /sbin/fuser
|
||||||
|
Requires: /sbin/findfs /bin/mount
|
||||||
|
|
||||||
|
# fs.sh
|
||||||
|
Requires: /sbin/quotaon /sbin/quotacheck
|
||||||
|
Requires: /sbin/fsck
|
||||||
|
Requires: /sbin/fsck.ext2 /sbin/fsck.ext3 /sbin/fsck.ext4
|
||||||
|
Requires: /sbin/fsck.xfs
|
||||||
|
|
||||||
|
# ip.sh
|
||||||
|
Requires: /sbin/ip /usr/sbin/ethtool
|
||||||
|
Requires: /sbin/rdisc /usr/sbin/arping /bin/ping /bin/ping6
|
||||||
|
|
||||||
|
# lvm.sh
|
||||||
|
Requires: /sbin/lvm
|
||||||
|
|
||||||
|
# netfs.sh
|
||||||
|
Requires: /sbin/mount.nfs /sbin/mount.nfs4 /sbin/mount.cifs
|
||||||
|
Requires: /usr/sbin/rpc.nfsd /sbin/rpc.statd /usr/sbin/rpc.mountd
|
||||||
|
|
||||||
## Setup/build bits
|
## Setup/build bits
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
@ -168,6 +188,18 @@ rm -rf %{buildroot}
|
|||||||
/usr/lib/ocf/resource.d/heartbeat/ldirectord
|
/usr/lib/ocf/resource.d/heartbeat/ldirectord
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 21 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.11-1
|
||||||
|
- new upstream release
|
||||||
|
Resolves: rhbz#583945, rhbz#581047, rhbz#576330, rhbz#583017
|
||||||
|
Resolves: rhbz#583019, rhbz#583948, rhbz#584003, rhbz#582017
|
||||||
|
Resolves: rhbz#555901, rhbz#582754, rhbz#582573, rhbz#581533
|
||||||
|
- Switch to file based Requires.
|
||||||
|
Also address several other problems related to missing runtime
|
||||||
|
components in different agents.
|
||||||
|
With the current Requires: set, we guarantee all basic functionalities
|
||||||
|
out of the box for lvm/fs/clusterfs/netfs/networking.
|
||||||
|
Resolves: rhbz#570008
|
||||||
|
|
||||||
* Sat Apr 17 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.10-2
|
* Sat Apr 17 2010 Andrew Beekhof <andrew@beekhof.net> - 3.0.10-2
|
||||||
- New pacemaker agents upstream release
|
- New pacemaker agents upstream release
|
||||||
+ High: RA: vmware: fix set_environment() invocation (LF 2342)
|
+ High: RA: vmware: fix set_environment() invocation (LF 2342)
|
||||||
|
Loading…
Reference in New Issue
Block a user