X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sliver-openvswitch.spec;h=3157f2d6c623b5ae870e3b70145c2564ba93396f;hb=3c7126b933c3ccb263648c59ffd010e97f2fb634;hp=6fcfc254aea72ca83c96d47dc8b0d19562ff4f46;hpb=1e3f34c7693bcabae8e443ac1b246680ef9b60e2;p=sliver-openvswitch.git diff --git a/sliver-openvswitch.spec b/sliver-openvswitch.spec index 6fcfc254a..3157f2d6c 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.6.90 -%define taglevel 1 +%define version 1.8.90 +%define taglevel 4 %define debug_package %{nil} @@ -31,7 +31,8 @@ Openvswitch tuned for running within a PlanetLab sliver %build ./boot.sh -./configure --prefix=/usr +# let's be as close as the regular linux/fedora layout +./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-logdir=/var/log make %install @@ -48,3 +49,18 @@ rm -rf $RPM_BUILD_ROOT %postun %changelog +* Fri Sep 28 2012 Thierry Parmentelat - sliver-openvswitch-1.8.90-4 +- fix file descriptor leaks + +* Fri Sep 28 2012 Thierry Parmentelat - sliver-openvswitch-1.8.90-3 +- can specify OpenFlow controller ip/port for each ovs instance +- through $(CONTROLLER_), or $(CONTROLLER) by default + +* Thu Sep 27 2012 Thierry Parmentelat - sliver-openvswitch-1.8.90-2 +- add/skip packet information on tap send/recv + +* Wed Sep 26 2012 Thierry Parmentelat - sliver-openvswitch-1.8.90-1 +- merged mainstream 1.8.90 +- planetlab extensions to the openvswitch: single helper command tool 'sliver-ovs' in /usr/sbin +- planetlab exp-tool : single config file (conf.mk) +- planetlab exp-tool : can retrieve and save current topology