Author: buchan
Date: Mon Feb  5 18:29:00 2007
New Revision: 116321

Modified:
   packages/cooker/samba/current/SPECS/samba.spec

Log:
Use a different method for telling users that options exist (to fix submit-ing)


Modified: packages/cooker/samba/current/SPECS/samba.spec
==============================================================================
--- packages/cooker/samba/current/SPECS/samba.spec      (original)
+++ packages/cooker/samba/current/SPECS/samba.spec      Mon Feb  5 18:29:00 2007
@@ -899,9 +899,10 @@
 %{error:--with[out] test     Enable testing and benchmarking tools     - 
%opt_status %build_test}
 %{error: }
 %else
-%{error: }
-%{error: This rpm has build options available, use --with options to see them}
-%{error: }
+#{error: }
+#{error: This rpm has build options available, use --with options to see them}
+#{error: }
+%(echo This rpm has build options available, use --with options to see them 
>&2)
 %endif
 
 %if %{?_with_options:1}%{!?_with_options:0} && %build_scanners

Reply via email to