install a 'sliceip' initscript that cleans up stuff at boot-time for the sake of...
[vsys-scripts.git] / root-context / vsys-scripts.spec
index 29b31ca..7cfb942 100644 (file)
@@ -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 <thierry.parmentelat@sophia.inria.fr> - vsys-scripts-0.95-47
+- Giuseppe Lettieri's patch for ignoring glitches when tearing down iptables rules
+
+* Tue Apr 23 2013 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - vsys-scripts-0.95-46
+- vif_up can set dropkern and mtu
+
+* Wed Dec 19 2012 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - vsys-scripts-0.95-45
+- script 'promisc' can set a device in promiscuous mode
+
 * Tue Sep 04 2012 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - 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