Whamcloud - gitweb
smash the HEAD with the contents of b_cmd. HEAD_PRE_CMD_SMASH and
[fs/lustre-release.git] / lustre / scripts / lustre.spec.in
index 329ef4c..a1a5e49 100644 (file)
@@ -1,5 +1,5 @@
 # lustre.spec
-%define version @VERSION@
+%define version HEAD
 %define kversion @LINUXRELEASE@
 %define linuxdir @LINUX@
 %define enable_doc @ENABLE_DOC@
@@ -72,7 +72,7 @@ rm -rf $RPM_BUILD_ROOT
 
 # Set an explicit path to our Linux tree, if we can.
 cd $RPM_BUILD_DIR/lustre-%{version}
-./configure --with-linux='%{linuxdir}' %{disable_doc} --disable-liblustre
+./configure --with-linux='%{linuxdir}' %{disable_doc}
 make
 
 %install