From 14ee471cb95f2b2e97be9826643e83805a6102cb Mon Sep 17 00:00:00 2001 From: Kyle Mestery Date: Fri, 13 Dec 2013 21:53:25 -0500 Subject: [PATCH] fedora-build: Remove %{build_number} from the configure line Fixes the OVS builds on Fedora, which are currently broken upstream. Signed-off-by: Kyle Mestery Signed-off-by: Gurucharan Shetty --- rhel/openvswitch-fedora.spec.in | 2 +- rhel/openvswitch-kmod-fedora.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in index 5384c32be..197541ffa 100644 --- a/rhel/openvswitch-fedora.spec.in +++ b/rhel/openvswitch-fedora.spec.in @@ -35,7 +35,7 @@ traffic. %setup -q -n openvswitch-%{version} %build -./configure --prefix=/usr --sysconfdir=/etc --localstatedir=%{_localstatedir} --enable-ssl %{build_number} +./configure --prefix=/usr --sysconfdir=/etc --localstatedir=%{_localstatedir} --enable-ssl make %{_smp_mflags} %install diff --git a/rhel/openvswitch-kmod-fedora.spec.in b/rhel/openvswitch-kmod-fedora.spec.in index 16a8c7368..ed3800226 100644 --- a/rhel/openvswitch-kmod-fedora.spec.in +++ b/rhel/openvswitch-kmod-fedora.spec.in @@ -34,7 +34,7 @@ traffic. This package contains the kernel modules. %setup -q -n openvswitch-%{version} %build -./configure --prefix=/usr --sysconfdir=/etc --localstatedir=%{_localstatedir} --with-linux=/lib/modules/%{kernel}/build --enable-ssl %{build_number} +./configure --prefix=/usr --sysconfdir=/etc --localstatedir=%{_localstatedir} --with-linux=/lib/modules/%{kernel}/build --enable-ssl make %{_smp_mflags} -C datapath/linux %install -- 2.47.0