Index: trunk/docs/Changelog
===================================================================
--- trunk/docs/Changelog	(revision 417)
+++ trunk/docs/Changelog	(revision 418)
@@ -1,2 +1,6 @@
+3.0.9:
+	* Fix the RPM spec file for --enable-network=client and no password
+	  (reported by Mitch St Martin)
+
 3.0.8:
 	* rename to 3.0.8 for release
Index: trunk/samhain.spec.in
===================================================================
--- trunk/samhain.spec.in	(revision 417)
+++ trunk/samhain.spec.in	(revision 418)
@@ -69,5 +69,5 @@
 make
 %if "%{withpwd_prg}" == "xDSH_WITH_CLIENT"
-%if 0%{?password:1}
+%if 0%{?password}
         ./samhain_setpwd samhain new %{password}
 	mv samhain samhain.old
