Build for any architectures

f38
Timothy Redaelli 6 years ago
parent 4a6a35c397
commit 0a16671c6d

@ -41,7 +41,7 @@ Name: openvswitch
Summary: Open vSwitch daemon/database/utilities Summary: Open vSwitch daemon/database/utilities
URL: http://www.openvswitch.org/ URL: http://www.openvswitch.org/
Version: 2.10.0 Version: 2.10.0
Release: 2%{?commit0:.%{date}git%{shortcommit0}}%{?dist} Release: 3%{?commit0:.%{date}git%{shortcommit0}}%{?dist}
# Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the
# lib/sflow*.[ch] files are SISSL # lib/sflow*.[ch] files are SISSL
@ -49,7 +49,7 @@ Release: 2%{?commit0:.%{date}git%{shortcommit0}}%{?dist}
License: ASL 2.0 and LGPLv2+ and SISSL License: ASL 2.0 and LGPLv2+ and SISSL
# NOTE: DPDK does not currently build for s390x # NOTE: DPDK does not currently build for s390x
%define dpdkarches x86_64 aarch64 ppc64le %define dpdkarches aarch64 i686 ppc64le x86_64
%if 0%{?commit0:1} %if 0%{?commit0:1}
Source: https://github.com/openvswitch/ovs/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz Source: https://github.com/openvswitch/ovs/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
@ -57,11 +57,6 @@ Source: https://github.com/openvswitch/ovs/archive/%{commit0}.tar.gz#/%{name}-%{
Source: http://openvswitch.org/releases/%{name}-%{version}.tar.gz Source: http://openvswitch.org/releases/%{name}-%{version}.tar.gz
%endif %endif
# The DPDK is designed to optimize througput of network traffic using, among
# other techniques, carefully crafted assembly instructions. As such it
# needs extensive work to port it to other architectures.
ExclusiveArch: x86_64 aarch64 ppc64le s390x
# ovs-patches # ovs-patches
# OVS (including OVN) backports (0 - 300) # OVS (including OVN) backports (0 - 300)
@ -673,6 +668,9 @@ chown -R openvswitch:openvswitch /etc/openvswitch
%{_unitdir}/ovn-controller-vtep.service %{_unitdir}/ovn-controller-vtep.service
%changelog %changelog
* Fri Nov 02 2018 Timothy Redaelli <tredaelli@redhat.com> - 2.10.0-3
- Build for any architectures
* Thu Oct 11 2018 Timothy Redaelli <tredaelli@redhat.com> - 2.10.0-2 * Thu Oct 11 2018 Timothy Redaelli <tredaelli@redhat.com> - 2.10.0-2
- Rebuilt for new unbound (#1638428) - Rebuilt for new unbound (#1638428)

Loading…
Cancel
Save