|
|
|
@ -41,7 +41,7 @@ Summary: Open vSwitch
|
|
|
|
|
Group: System Environment/Daemons daemon/database/utilities
|
|
|
|
|
URL: http://www.openvswitch.org/
|
|
|
|
|
Version: 2.9.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
|
|
|
|
|
# lib/sflow*.[ch] files are SISSL
|
|
|
|
@ -128,11 +128,11 @@ BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: groff-base graphviz
|
|
|
|
|
# make check dependencies
|
|
|
|
|
BuildRequires: procps-ng
|
|
|
|
|
BuildRequires: pyOpenSSL
|
|
|
|
|
BuildRequires: python2-pyOpenSSL
|
|
|
|
|
%if %{with check_datapath_kernel}
|
|
|
|
|
BuildRequires: nmap-ncat
|
|
|
|
|
# would be useful but not available in RHEL or EPEL
|
|
|
|
|
#BuildRequires: pyftpdlib
|
|
|
|
|
#BuildRequires: python2-pyftpdlib
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{with libcapng}
|
|
|
|
@ -734,6 +734,10 @@ fi
|
|
|
|
|
%{_unitdir}/ovn-controller-vtep.service
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Feb 20 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.9.0-3
|
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
|
|
|
|
|
* Tue Feb 20 2018 Timothy Redaelli <tredaelli@redhat.com> - 2.9.0-2
|
|
|
|
|
- Align totally with RHEL "Fast Datapath" channel 2.9.0-1
|
|
|
|
|
|
|
|
|
|