[resource-agents] Fix location of lvm (change from /sbin to /usr/sbin)

cfeist cfeist at fedoraproject.org
Thu Jul 5 14:03:33 UTC 2012


commit e082994d355b1f513c64cd457ae6f4145c151e96
Author: Chris Feist <cfeist at redhat.com>
Date:   Thu Jul 5 09:03:28 2012 -0500

    Fix location of lvm (change from /sbin to /usr/sbin)

 resource-agents.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/resource-agents.spec b/resource-agents.spec
index c441dcf..162a378 100644
--- a/resource-agents.spec
+++ b/resource-agents.spec
@@ -33,7 +33,7 @@
 Name:		resource-agents
 Summary:	Open Source HA Reusable Cluster Resource Scripts
 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+
 URL:		http://to.be.defined.com/
 %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
 
 # lvm.sh
-Requires: /sbin/lvm
+Requires: /usr/sbin/lvm
 
 # netfs.sh
 Requires: /sbin/mount.nfs /sbin/mount.nfs4 /sbin/mount.cifs
@@ -298,6 +298,9 @@ ccs_update_schema > /dev/null 2>&1 ||:
 %endif
 
 %changelog
+* Thu Jul 05 2012 Chris Feist <cfeist at redhat.com> - 3.9.2-3.4
+- Fix location of lvm (change from /sbin to /usr/sbin)
+
 * Tue Apr 04 2012 Jon Ciesla <limburgher at gmail.com> - 3.9.2-3.3
 - Rebuilt to fix rawhide dependency issues (caused by move of fsck from
   /sbin to /usr/sbin).


More information about the scm-commits mailing list