X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sliver-openvswitch.spec;h=8337c220d335f302f535e01f155c474768232d35;hb=45b1b2d22ed8728702c61ec78ef935077b054772;hp=f8f568e01ee3e5e2b4cad5e18b978b34f9b9ed8f;hpb=044d0f5fdd0be1b2bcb8f69d45dc3cab4158ef8b;p=sliver-openvswitch.git diff --git a/sliver-openvswitch.spec b/sliver-openvswitch.spec index f8f568e01..8337c220d 100644 --- a/sliver-openvswitch.spec +++ b/sliver-openvswitch.spec @@ -1,8 +1,8 @@ %define name sliver-openvswitch # to check for any change: # grep AC_INIT configure.ac -%define version 1.8.90 -%define taglevel 4 +%define version 1.9.90 +%define taglevel 2 %define debug_package %{nil} @@ -32,7 +32,7 @@ Openvswitch tuned for running within a PlanetLab sliver %build ./boot.sh # let's be as close as the regular linux/fedora layout -./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var +./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-logdir=/var/log make %install @@ -49,6 +49,21 @@ rm -rf $RPM_BUILD_ROOT %postun %changelog +* Fri Dec 21 2012 Thierry Parmentelat - sliver-openvswitch-1.9.90-2 +- merged with upstream +- handling of promisc &up/down flags for tap devices +- small improvements to the Makefile + +* Fri Nov 23 2012 Thierry Parmentelat - sliver-openvswitch-1.8.90-6 +- fixes in the exp-tool makefile (bash redirections, scp with key..) + +* Tue Oct 16 2012 Thierry Parmentelat - sliver-openvswitch-1.8.90-5 +- numerous additional make targets for finer control (use make help) +- including gprobe for reporting traffic to an ndnmap instance +- related, more functions in sliver-ovs as well, like exposing +- detailed info (mac, dpids..) relevant to the OF controller +- retrieving rx_bytes/tx_bytes (fixed) accessible through ovs-appctl + * Fri Sep 28 2012 Thierry Parmentelat - sliver-openvswitch-1.8.90-4 - fix file descriptor leaks