From 966fc5d9d780cca870f039335571c0240c634d2e Mon Sep 17 00:00:00 2001 From: buffalo-pull Date: Tue, 29 Mar 2005 09:08:01 +0000 Subject: [PATCH] Enable SMFS build. Include /usr/sbin/l_getgroups in the RPM. --- build/lustre.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/lustre.spec.in b/build/lustre.spec.in index 8534a11..794290d 100644 --- a/build/lustre.spec.in +++ b/build/lustre.spec.in @@ -87,6 +87,7 @@ rm -rf $RPM_BUILD_ROOT # Set an explicit path to our Linux tree, if we can. cd $RPM_BUILD_DIR/lustre-%{version} ./configure \ + --enable-smfs \ --with-linux='%{linuxdir}' \ --with-linux-obj='@LINUX_OBJ@' \ --with-linux-config=@LINUX_CONFIG@ \ @@ -149,6 +150,7 @@ mkdir -p $RPM_BUILD_ROOT/var/lib/ldap/lustre %attr(-, root, root) /usr/sbin/obdio %attr(-, root, root) /usr/sbin/routerstat %attr(-, root, root) /usr/sbin/wirecheck +%attr(-, root, root) /usr/sbin/l_getgroups %attr(-, root, root) /usr/bin/lfs %attr(-, root, root) /usr/bin/lfind %attr(-, root, root) /usr/bin/lstripe -- 1.8.3.1