From de678b8a8eb06d7a431263e15bc3f066249d8f69 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sun, 17 Mar 2013 08:54:29 +0100 Subject: [PATCH] turn off auto-detection of requires in rpm --- sliver-openvswitch.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sliver-openvswitch.spec b/sliver-openvswitch.spec index e61aedd16..c6652e839 100644 --- a/sliver-openvswitch.spec +++ b/sliver-openvswitch.spec @@ -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} -- 2.43.0