From: Kyle Mestery Date: Sat, 14 Dec 2013 02:53:25 +0000 (-0500) Subject: fedora-build: Remove %{build_number} from the configure line X-Git-Tag: v2.1.0~138 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=14ee471cb95f2b2e97be9826643e83805a6102cb 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 --- 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