X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sliver-openvswitch.spec;h=fbe1bcb4a1a61c4eea26d424b0726965c6d5784b;hb=a6ca7c672f6d5aaf24111d3414ea132ec36b40d6;hp=8337c220d335f302f535e01f155c474768232d35;hpb=85b20fd6ee585f462e012fbcc7f966a81edab2ed;p=sliver-openvswitch.git diff --git a/sliver-openvswitch.spec b/sliver-openvswitch.spec index 8337c220d..fbe1bcb4a 100644 --- a/sliver-openvswitch.spec +++ b/sliver-openvswitch.spec @@ -2,7 +2,7 @@ # to check for any change: # grep AC_INIT configure.ac %define version 1.9.90 -%define taglevel 2 +%define taglevel 3 %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,19 @@ 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 +* 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