X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fprobe-ulog.spec;h=286c16af191ecfdd742d13d645659f606c3dbd96;hb=c7e7ff9a6a849cf94662ef5394fe4bde83c31bdc;hp=08cdf798614ee2cba0602bc718e3336cf4459fb9;hpb=fe0683a05ed5f048ef9c473c39c857436e73ad4a;p=fprobe-ulog.git diff --git a/fprobe-ulog.spec b/fprobe-ulog.spec index 08cdf79..286c16a 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 2 %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,18 @@ 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 +* Mon Apr 26 2010 Sapan Bhatia - fprobe-ulog-1.1.3-2 +- This version uses the new location of the slice id field in /etc/vservers/vserver_name/. Needs Node Manager +- 2.0-6 and higher to function. + +* 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.