X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vsys.spec;h=29398ce26f5c9191b416c74c8737946d0eed331a;hb=c78cd23d7e0d0f58fd2251fbd01d81b845534fd0;hp=c5848d7321cfd1d9904a2b95f735512bbfdb6dd9;hpb=3b1b2d6f980e3d7960026cad4d5445ea8dcab533;p=vsys.git diff --git a/vsys.spec b/vsys.spec index c5848d7..29398ce 100644 --- a/vsys.spec +++ b/vsys.spec @@ -10,7 +10,7 @@ %define name vsys %define version 0.7 -%define taglevel 13 +%define taglevel 16 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -70,10 +70,24 @@ rm -rf $RPM_BUILD_ROOT %post chkconfig --add vsys chkconfig vsys on +if [ "$PL_BOOTCD" != "1" ] ; then + service vsys restart +fi %postun %changelog +* Wed Jul 02 2008 Thierry Parmentelat - vsys-0.7-16 +- Usability changes that are necessary for the stability of CoMon + +* Wed Jun 25 2008 Stephen Soltesz - vsys-0.7-15 +- added patch to pl-ps needed by slicestat +- +- + +* Mon Jun 23 2008 Sapan Bhatia - vsys-0.7-14 +- This change is an attempt to fix unexpected blocking after many days of uptime, reported by KyoungSoo. + * Thu Jun 19 2008 Stephen Soltesz - vsys-0.7-13 - accept '-' in filenames also -