rpms/tclhttpd/devel tclhttpd.spec,1.7,1.8 needs.rebuild,1.1,NONE

Michael Thomas (wart) fedora-extras-commits at redhat.com
Fri Sep 1 19:42:17 UTC 2006


Author: wart

Update of /cvs/extras/rpms/tclhttpd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30369

Modified Files:
	tclhttpd.spec 
Removed Files:
	needs.rebuild 
Log Message:
Rebuild for Fedora Extras




Index: tclhttpd.spec
===================================================================
RCS file: /cvs/extras/rpms/tclhttpd/devel/tclhttpd.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tclhttpd.spec	24 Apr 2006 23:31:30 -0000	1.7
+++ tclhttpd.spec	1 Sep 2006 19:42:17 -0000	1.8
@@ -1,7 +1,7 @@
 %define contentdir %_var/www/tclhttpd
 Name: tclhttpd
 Version: 3.5.1
-Release: 12%{?dist}
+Release: 13%{?dist}
 Summary: Extensible Web+Application server written in Tcl
 
 Group: System Environment/Daemons
@@ -111,7 +111,7 @@
 %postun
 
 if [ "$1" -ge "1" ]; then
-    /sbin/service tclhttpd restart >/dev/null 2>&1
+    /sbin/service tclhttpd condrestart >/dev/null 2>&1
 fi
 
 %clean
@@ -135,6 +135,10 @@
 %ghost %{_var}/run/tclhttpd/tclhttpd.pid
 
 %changelog
+* Fri Sep 1 2006 Wart <wart at kobold.org> - 3.5.1-13
+- Rebulid for Fedora Extras
+- Use condrestart instead of restart in %%postun
+
 * Mon Apr 24 2006 Wart <wart at kobold.org> - 3.5.1-12
 - Change default paths to ssl files to match Fedora default locations.
 - Don't delete the tclhttpd user when uninstalling


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list