[Ocfs2-tools-devel] [PATCH] ocfs2-tools: add rpm check for which.

Tao Ma tao.ma at oracle.com
Sun Feb 15 09:51:12 PST 2009


In service ocfs2, we call "which", so we have to add
dependency for "which".

Signed-off-by: Tao Ma <tao.ma at oracle.com>
---
 vendor/common/ocfs2-tools.spec-generic.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vendor/common/ocfs2-tools.spec-generic.in b/vendor/common/ocfs2-tools.spec-generic.in
index 3d61d3c..61f44c3 100644
--- a/vendor/common/ocfs2-tools.spec-generic.in
+++ b/vendor/common/ocfs2-tools.spec-generic.in
@@ -28,7 +28,7 @@ Distribution: Oracle
 Vendor: Oracle
 Packager: nobody <nobody at oracle.com>
 Exclusiveos: Linux
-Requires: bash, coreutils, net-tools, modutils, e2fsprogs, @@CHKCONFIG_DEP@@, glib2 >= 2.2.3, util-linux >= 2.12j
+Requires: bash, which, coreutils, net-tools, modutils, e2fsprogs, @@CHKCONFIG_DEP@@, glib2 >= 2.2.3, util-linux >= 2.12j
 BuildRequires: e2fsprogs-devel, glib2-devel >= 2.2.3, @@PYGTK_NAME@@ >= 1.99.16, python-devel >= @@PYVERSION@@, util-linux >= 2.12j
 
 BuildRoot: %{_tmppath}/ocfs2-tools-%{PACKAGE_VERSION}-%{PACKAGE_RELEASE}-root
-- 
1.5.4.GIT




More information about the Ocfs2-tools-devel mailing list