X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=root-context%2Fvsys-scripts.spec;h=3f1881951543d06b08d1331f5ee7b908805b0f08;hb=9bf4755e932e0036db1bc03285e8c2a3b8ed0ede;hp=784c4184347695ab3fef8f2fafb4c64cd957a679;hpb=10503d985ac1acdac4ed653e608ccc492baa446a;p=vsys-scripts.git diff --git a/root-context/vsys-scripts.spec b/root-context/vsys-scripts.spec index 784c418..3f18819 100644 --- a/root-context/vsys-scripts.spec +++ b/root-context/vsys-scripts.spec @@ -3,19 +3,17 @@ # # RPM spec file # -# $Id$ -# %define name vsys-scripts %define version 0.95 -%define taglevel 43 +%define taglevel 47 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} -URL: %(echo %{url} | cut -d ' ' -f 2) +URL: %{SCMURL} Summary: Vsys scripts scripts Name: %{name} @@ -37,11 +35,11 @@ to which users require privileged access. %build rm -rf $RPM_BUILD_ROOT -make +make -C root-context %install mkdir -p $RPM_BUILD_ROOT/vsys -cp exec/* $RPM_BUILD_ROOT/vsys +cp root-context/exec/* $RPM_BUILD_ROOT/vsys %clean rm -rf $RPM_BUILD_ROOT @@ -54,10 +52,23 @@ rm -rf $RPM_BUILD_ROOT %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 + * Fri Jul 27 2012 Sapan Bhatia - vsys-scripts-0.95-43 * Mon Jul 09 2012 Thierry Parmentelat - vsys-scripts-0.95-42 -- fix TUN devices creation (was always creating TAP's) +- fix TUN devices creation (was always creating TAPs) * Tue Jun 12 2012 Sapan Bhatia - vsys-scripts-0.95-41