Add python3-sortedcontainers as dependency

Resolves: #1926202
f38
Timothy Redaelli 4 years ago
parent 7d5ce09332
commit 32ecf6a543

@ -45,7 +45,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.15.0 Version: 2.15.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
@ -68,7 +68,7 @@ Source: http://openvswitch.org/releases/%{name}-%{version}.tar.gz
BuildRequires: gcc gcc-c++ make BuildRequires: gcc gcc-c++ make
BuildRequires: autoconf automake libtool BuildRequires: autoconf automake libtool
BuildRequires: systemd-units openssl openssl-devel BuildRequires: systemd-units openssl openssl-devel
BuildRequires: python3-devel python3-six python3-setuptools BuildRequires: python3-devel python3-six python3-setuptools python3-sortedcontainers
BuildRequires: python3-sphinx BuildRequires: python3-sphinx
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: groff-base graphviz BuildRequires: groff-base graphviz
@ -472,6 +472,9 @@ chown -R openvswitch:openvswitch /etc/openvswitch
%endif %endif
%changelog %changelog
* Mon Feb 22 2021 Timothy Redaelli <tredaelli@redhat.com> - 2.15.0-3
- Add python3-sortedcontainers as dependency (#1926202)
* Sun Feb 21 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.15.0-2 * Sun Feb 21 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.15.0-2
- Properly build with dpdk specifying shared option - Properly build with dpdk specifying shared option

Loading…
Cancel
Save