X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=root-context%2Fvsys-scripts.spec;h=7cfb942549109017df436595fbd413566de06305;hb=6715f1303c2bd3601fdc1d635b2c23d06a096292;hp=29b31cae9190476a8d05801ae44e67125179a82c;hpb=7816d33628c0496d37e3d2ddcdebaafb25ab6c07;p=vsys-scripts.git diff --git a/root-context/vsys-scripts.spec b/root-context/vsys-scripts.spec index 29b31ca..7cfb942 100644 --- a/root-context/vsys-scripts.spec +++ b/root-context/vsys-scripts.spec @@ -6,7 +6,7 @@ %define name vsys-scripts %define version 0.95 -%define taglevel 44 +%define taglevel 47 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -39,19 +39,30 @@ make -C root-context %install mkdir -p $RPM_BUILD_ROOT/vsys -cp root-context/exec/* $RPM_BUILD_ROOT/vsys +install -D root-context/exec/* $RPM_BUILD_ROOT/vsys/ +install -D root-context/init/sliceip.init ${prefix}/etc/rc.d/init.d/sliceip %clean rm -rf $RPM_BUILD_ROOT %files -/vsys/* +/vsys/ +/etc/rc.d/init.d/ %post %postun %changelog +* Tue Jun 11 2013 Thierry Parmentelat - vsys-scripts-0.95-47 +- Giuseppe Lettieri's patch for ignoring glitches when tearing down iptables rules + +* Tue Apr 23 2013 Thierry Parmentelat - vsys-scripts-0.95-46 +- vif_up can set dropkern and mtu + +* Wed Dec 19 2012 Thierry Parmentelat - vsys-scripts-0.95-45 +- script 'promisc' can set a device in promiscuous mode + * Tue Sep 04 2012 Thierry Parmentelat - vsys-scripts-0.95-44 - new slice-oriented package vsys-wrapper (python wrapper) - new layout of the module, spit between root-context and slice-context