X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sliver-openvswitch.spec;h=4737fe980482c9d74d3ba913e660a12404c9e8dd;hb=refs%2Fheads%2Fhotfix;hp=fd072979833c0680eb04662c0e35e332355432c6;hpb=6654c988b95c24c1d44b4f678a2d9b247d0da302;p=sliver-openvswitch.git diff --git a/sliver-openvswitch.spec b/sliver-openvswitch.spec index fd0729798..4737fe980 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 6 %define debug_package %{nil} @@ -31,13 +31,12 @@ 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 make install DESTDIR=$RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT/usr/bin -rsync -av planetlab/scripts/* $RPM_BUILD_ROOT/usr/bin %clean rm -rf $RPM_BUILD_ROOT @@ -50,3 +49,28 @@ rm -rf $RPM_BUILD_ROOT %postun %changelog +* 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 + +* 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