Update Python 2 dependency declarations to new packaging standards

f38
Iryna Shcherbina 7 years ago
parent a5a8717f40
commit 96a08cf12c

@ -41,7 +41,7 @@ Summary: Open vSwitch
Group: System Environment/Daemons daemon/database/utilities Group: System Environment/Daemons daemon/database/utilities
URL: http://www.openvswitch.org/ URL: http://www.openvswitch.org/
Version: 2.9.0 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 # 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
@ -128,11 +128,11 @@ BuildRequires: desktop-file-utils
BuildRequires: groff-base graphviz BuildRequires: groff-base graphviz
# make check dependencies # make check dependencies
BuildRequires: procps-ng BuildRequires: procps-ng
BuildRequires: pyOpenSSL BuildRequires: python2-pyOpenSSL
%if %{with check_datapath_kernel} %if %{with check_datapath_kernel}
BuildRequires: nmap-ncat BuildRequires: nmap-ncat
# would be useful but not available in RHEL or EPEL # would be useful but not available in RHEL or EPEL
#BuildRequires: pyftpdlib #BuildRequires: python2-pyftpdlib
%endif %endif
%if %{with libcapng} %if %{with libcapng}
@ -734,6 +734,10 @@ fi
%{_unitdir}/ovn-controller-vtep.service %{_unitdir}/ovn-controller-vtep.service
%changelog %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 * Tue Feb 20 2018 Timothy Redaelli <tredaelli@redhat.com> - 2.9.0-2
- Align totally with RHEL "Fast Datapath" channel 2.9.0-1 - Align totally with RHEL "Fast Datapath" channel 2.9.0-1

Loading…
Cancel
Save