diff --git a/openvswitch.spec b/openvswitch.spec index bed5c8d..7d9a65b 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -45,7 +45,7 @@ Name: openvswitch Summary: Open vSwitch daemon/database/utilities URL: http://www.openvswitch.org/ 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 # 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: autoconf automake libtool 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: desktop-file-utils BuildRequires: groff-base graphviz @@ -472,6 +472,9 @@ chown -R openvswitch:openvswitch /etc/openvswitch %endif %changelog +* Mon Feb 22 2021 Timothy Redaelli - 2.15.0-3 +- Add python3-sortedcontainers as dependency (#1926202) + * Sun Feb 21 2021 Mamoru TASAKA - 2.15.0-2 - Properly build with dpdk specifying shared option