|
|
|
@ -45,7 +45,7 @@ Name: openvswitch
|
|
|
|
|
Summary: Open vSwitch daemon/database/utilities
|
|
|
|
|
URL: http://www.openvswitch.org/
|
|
|
|
|
Version: 2.15.0
|
|
|
|
|
Release: 1%{?commit0:.%{date}git%{shortcommit0}}%{?dist}
|
|
|
|
|
Release: 2%{?commit0:.%{date}git%{shortcommit0}}%{?dist}
|
|
|
|
|
|
|
|
|
|
# Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the
|
|
|
|
|
# lib/sflow*.[ch] files are SISSL
|
|
|
|
@ -193,7 +193,7 @@ sed -i.old -e "s/^AC_INIT(openvswitch,.*,/AC_INIT(openvswitch, %{version},/" con
|
|
|
|
|
--enable-ssl \
|
|
|
|
|
%if %{with dpdk}
|
|
|
|
|
%ifarch %{dpdkarches}
|
|
|
|
|
--with-dpdk \
|
|
|
|
|
--with-dpdk=shared \
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
--with-pkidir=%{_sharedstatedir}/openvswitch/pki
|
|
|
|
@ -472,6 +472,9 @@ chown -R openvswitch:openvswitch /etc/openvswitch
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Feb 21 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.15.0-2
|
|
|
|
|
- Properly build with dpdk specifying shared option
|
|
|
|
|
|
|
|
|
|
* Wed Feb 17 2021 Timothy Redaelli <tredaelli@redhat.com> - 2.15.0-1
|
|
|
|
|
- Updated to 2.15.0
|
|
|
|
|
|
|
|
|
|