Fix location of lvm (change from /sbin to /usr/sbin)
This commit is contained in:
parent
50549536d5
commit
e082994d35
@ -33,7 +33,7 @@
|
|||||||
Name: resource-agents
|
Name: resource-agents
|
||||||
Summary: Open Source HA Reusable Cluster Resource Scripts
|
Summary: Open Source HA Reusable Cluster Resource Scripts
|
||||||
Version: 3.9.2
|
Version: 3.9.2
|
||||||
Release: 3%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}.3
|
Release: 3%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}.4
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: http://to.be.defined.com/
|
URL: http://to.be.defined.com/
|
||||||
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
|
||||||
@ -93,7 +93,7 @@ Requires: /sbin/ip /usr/sbin/ethtool
|
|||||||
Requires: /sbin/rdisc /usr/sbin/arping /bin/ping /bin/ping6
|
Requires: /sbin/rdisc /usr/sbin/arping /bin/ping /bin/ping6
|
||||||
|
|
||||||
# lvm.sh
|
# lvm.sh
|
||||||
Requires: /sbin/lvm
|
Requires: /usr/sbin/lvm
|
||||||
|
|
||||||
# netfs.sh
|
# netfs.sh
|
||||||
Requires: /sbin/mount.nfs /sbin/mount.nfs4 /sbin/mount.cifs
|
Requires: /sbin/mount.nfs /sbin/mount.nfs4 /sbin/mount.cifs
|
||||||
@ -298,6 +298,9 @@ ccs_update_schema > /dev/null 2>&1 ||:
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 05 2012 Chris Feist <cfeist@redhat.com> - 3.9.2-3.4
|
||||||
|
- Fix location of lvm (change from /sbin to /usr/sbin)
|
||||||
|
|
||||||
* Tue Apr 04 2012 Jon Ciesla <limburgher@gmail.com> - 3.9.2-3.3
|
* Tue Apr 04 2012 Jon Ciesla <limburgher@gmail.com> - 3.9.2-3.3
|
||||||
- Rebuilt to fix rawhide dependency issues (caused by move of fsck from
|
- Rebuilt to fix rawhide dependency issues (caused by move of fsck from
|
||||||
/sbin to /usr/sbin).
|
/sbin to /usr/sbin).
|
||||||
|
Loading…
Reference in New Issue
Block a user