fedora-build: Remove %{build_number} from the configure line
authorKyle Mestery <kmestery@cisco.com>
Sat, 14 Dec 2013 02:53:25 +0000 (21:53 -0500)
committerGurucharan Shetty <gshetty@nicira.com>
Sat, 14 Dec 2013 17:26:56 +0000 (09:26 -0800)
Fixes the OVS builds on Fedora, which are currently broken upstream.

Signed-off-by: Kyle Mestery <kmestery@cisco.com>
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
rhel/openvswitch-fedora.spec.in
rhel/openvswitch-kmod-fedora.spec.in

index 5384c32..197541f 100644 (file)
@@ -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
index 16a8c73..ed38002 100644 (file)
@@ -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