bump mainstream version number and reset taglevel to 1
[sliver-openvswitch.git] / sliver-openvswitch.spec
index f17e8b3..5fe2b71 100644 (file)
@@ -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 3
+%define version 1.9.90
+%define taglevel 1
 
 %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,16 @@ rm -rf $RPM_BUILD_ROOT
 %postun
 
 %changelog
+* Tue Oct 16 2012 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - 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 <thierry.parmentelat@sophia.inria.fr> - sliver-openvswitch-1.8.90-4
+- fix file descriptor leaks
+
 * Fri Sep 28 2012 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - sliver-openvswitch-1.8.90-3
 - can specify OpenFlow controller ip/port for each ovs instance
 - through $(CONTROLLER_<id>), or $(CONTROLLER) by default