all the python scripts are for python2, and fedora31 requires to be specific
[vsys-scripts.git] / root-context / vsys-scripts.spec
index 7cfb942..79603c9 100644 (file)
@@ -6,7 +6,7 @@
 
 %define name vsys-scripts
 %define version 0.95
-%define taglevel 47
+%define taglevel 51
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -40,7 +40,7 @@ make -C root-context
 %install
 mkdir -p $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
+install -D root-context/init/sliceip.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sliceip
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -54,6 +54,19 @@ rm -rf $RPM_BUILD_ROOT
 %postun
 
 %changelog
+* Fri Jun 26 2015 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - vsys-scripts-0.95-51
+- builds on fedora>=21
+- new script reversetraceroute
+
+* Wed Feb 18 2015 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - vsys-scripts-0.95-50
+- a new vsys script for rebooting a vserver
+
+* Mon Apr 28 2014 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - vsys-scripts-0.95-49
+- new privilege script pvtfs
+
+* Sun Jul 14 2013 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - vsys-scripts-0.95-48
+- sliceip has support for lxc and vs nodes (Thanks Giovanni)
+
 * 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