X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sliver-openvswitch.spec;h=7be7bded02d3635eb81f90adfeb1550bbfcf17db;hb=d953bfd27b55848126f65d9e19d2e90e9da97653;hp=ace55964b7270eb0d8d33e511ee5c7f1815b13bb;hpb=ea4392e3e885dff9e41d89a061cf7f2670e436ad;p=sliver-openvswitch.git diff --git a/sliver-openvswitch.spec b/sliver-openvswitch.spec index ace55964b..7be7bded0 100644 --- a/sliver-openvswitch.spec +++ b/sliver-openvswitch.spec @@ -1,7 +1,7 @@ %define name sliver-openvswitch # to check for any change: # grep AC_INIT configure.ac -%define version 1.9.90 +%define version 1.10.90 %define taglevel 1 %define debug_package %{nil} @@ -12,7 +12,12 @@ Vendor: OneLab Packager: OneLab Distribution: PlanetLab %{plrelease} URL: %{SCMURL} -#Requires: +# Dependencies +# mar 2013 - because of the move to f18 I have to turn off auto requires +# this is because rpm would otherwise find deps to /bin/python and /bin/perl +# In other modules I was able to solve this by referring to /usr/bin/python +# instead of just python in the builds scripts, but here it looks too complex +AutoReq: no Summary: Openvswitch modified for running from a PlanetLab sliver Name: %{name} @@ -42,13 +47,28 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT %files -/usr +/usr/bin/* +/usr/sbin/* +/usr/share/openvswitch +/usr/share/man %post %postun %changelog +* Mon Apr 22 2013 Thierry Parmentelat - sliver-openvswitch-1.10.90-1 +- merged with upstream (develoment version 1.10.90) +- integrated ALLEGRA contributions for the termination of virtual cables in external nodes. + +* Fri Feb 22 2013 Thierry Parmentelat - sliver-openvswitch-1.9.90-3 +- pulled mainstream - amazingly this is still known as 1.9.90 despite the size of changes + +* 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..)