Fix cifs mount requires
This commit is contained in:
parent
921ac739be
commit
d7c2bc2f48
@ -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: 4%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
Release: 5%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||||
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}
|
||||||
@ -97,7 +97,7 @@ Requires: /sbin/rdisc /usr/sbin/arping /bin/ping /bin/ping6
|
|||||||
Requires: /usr/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 /usr/sbin/mount.cifs
|
||||||
Requires: /usr/sbin/rpc.nfsd /sbin/rpc.statd /usr/sbin/rpc.mountd
|
Requires: /usr/sbin/rpc.nfsd /sbin/rpc.statd /usr/sbin/rpc.mountd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -300,6 +300,9 @@ ccs_update_schema > /dev/null 2>&1 ||:
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 25 2013 Kevin Fenzi <kevin@scrye.com> 3.9.2-5
|
||||||
|
- Fix cifs mount requires
|
||||||
|
|
||||||
* Mon Nov 12 2012 Chris Feist <cfeist@redhat.com> - 3.9.2-4
|
* Mon Nov 12 2012 Chris Feist <cfeist@redhat.com> - 3.9.2-4
|
||||||
- Removed version number after dist
|
- Removed version number after dist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user