X-Git-Url: http://git.onelab.eu/?p=fprobe-ulog.git;a=blobdiff_plain;f=fprobe-ulog.spec;h=e844f8c1670061512807168ab339cdb27a3d39c5;hp=08cdf798614ee2cba0602bc718e3336cf4459fb9;hb=f42d3718eaa93d9efb2cfcb7cb455d7b8f4bc775;hpb=fe0683a05ed5f048ef9c473c39c857436e73ad4a diff --git a/fprobe-ulog.spec b/fprobe-ulog.spec index 08cdf79..e844f8c 100644 --- a/fprobe-ulog.spec +++ b/fprobe-ulog.spec @@ -7,7 +7,7 @@ # see build/module-tag.py for details %define name fprobe-ulog %define version 1.1.3 -%define taglevel 0 +%define taglevel 1 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -55,10 +55,9 @@ rm -rf %{buildroot} %post chkconfig --add fprobe-ulog -chkconfig fprobe-ulog on if [ "$PL_BOOTCD" != "1" ] ; then - service fprobe-ulog restart - fi + service fprobe-ulog condrestart +fi %preun # 0 = erase, 1 = upgrade @@ -66,12 +65,14 @@ if [ "$1" -eq 0 ]; then if [ "$PL_BOOTCD" != "1" ] ; then service fprobe-ulog stop fi - chkconfig fprobe-ulog off chkconfig --del fprobe-ulog fi %changelog +* Fri Nov 06 2009 Daniel Hokka Zakrisson - fprobe-ulog-1.1.3-1 +- Proper initscript semantics. + * Sun Sep 14 2008 Sapan Bhatia - fprobe-ulog-1.1.2-6 - Codemux support: react to changes in the xid of a connection to update the corresponding flow record.