From c80409973ae4473f47579a53ad108d0e22e4c3cd Mon Sep 17 00:00:00 2001 From: gord-fig Date: Fri, 26 Jul 2002 18:38:08 +0000 Subject: [PATCH] Tweak RPMs --- lustre/scripts/lustre.spec.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lustre/scripts/lustre.spec.in b/lustre/scripts/lustre.spec.in index 9b50873..e4f8740 100644 --- a/lustre/scripts/lustre.spec.in +++ b/lustre/scripts/lustre.spec.in @@ -1,5 +1,5 @@ # lustre.spec -%define version 0.5.0 +%define version 0.5.1 %define kversion @RELEASE@ %define linuxdir @LINUX@ %define portalsdir @PORTALS@ @@ -29,7 +29,8 @@ Lustre file System, server and network drivers for Linux %{kversion}. %package -n lustre-doc Summary: Documentation and sample configuration files Group: Documentation -BuildArch: noarch +# FIXME: BuildArch overrides all the packages in rpm 4.0.4-7x +#BuildArch: noarch %description -n lustre-doc Documentation and sample configuration files for Lustre @@ -48,7 +49,7 @@ Lustre Lite Source for further development rm -rf $RPM_BUILD_ROOT # Set an explicit path to our Linux tree, if we can. -./configure --enable-linuxdir=%{linuxdir} --enable-portalsdir=%{portalsdir} +./configure --enable-linuxdir='%{linuxdir}' --enable-portalsdir='%{portalsdir}' make %install -- 1.8.3.1