Setting tag sliver-openvswitch-1.9.90-2 sliver-openvswitch-1.9.90-2
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 21 Dec 2012 07:17:55 +0000 (08:17 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 21 Dec 2012 07:17:55 +0000 (08:17 +0100)
merged with upstream
handling of promisc &up/down flags for tap devices
small improvements to the Makefile

sliver-openvswitch.spec

index ace5596..8337c22 100644 (file)
@@ -2,7 +2,7 @@
 # to check for any change:
 # grep AC_INIT configure.ac 
 %define version 1.9.90
-%define taglevel 1
+%define taglevel 2
 
 %define debug_package %{nil}
 
@@ -49,6 +49,11 @@ rm -rf $RPM_BUILD_ROOT
 %postun
 
 %changelog
+* Fri Dec 21 2012 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - 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 <thierry.parmentelat@sophia.inria.fr> - sliver-openvswitch-1.8.90-6
 - fixes in the exp-tool makefile (bash redirections, scp with key..)