X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=root-context%2Fvsys-scripts.spec;h=4ed067cd858a39ac4ea827e8f565dd760a7977b7;hb=20749ef2d179cab28ac1e3b318662f5926b3931e;hp=3081a98fc14220b8d0ae5b1ce8e6d6a97312bb06;hpb=3398d6dced6e84e6eefd087cc323ae6c1115329e;p=vsys-scripts.git diff --git a/root-context/vsys-scripts.spec b/root-context/vsys-scripts.spec index 3081a98..4ed067c 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 45 +%define taglevel 50 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -39,19 +39,36 @@ 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 $RPM_BUILD_ROOT/etc/rc.d/init.d/sliceip %clean rm -rf $RPM_BUILD_ROOT %files -/vsys/* +/vsys/ +/etc/rc.d/init.d/ %post %postun %changelog +* Wed Feb 18 2015 Thierry Parmentelat - vsys-scripts-0.95-50 +- a new vsys script for rebooting a vserver + +* Mon Apr 28 2014 Thierry Parmentelat - vsys-scripts-0.95-49 +- new privilege script pvtfs + +* Sun Jul 14 2013 Thierry Parmentelat - vsys-scripts-0.95-48 +- sliceip has support for lxc and vs nodes (Thanks Giovanni) + +* 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