diff --git a/openvswitch-ovn-kubernetes.spec b/openvswitch-ovn-kubernetes.spec index c50a8db..b341edd 100644 --- a/openvswitch-ovn-kubernetes.spec +++ b/openvswitch-ovn-kubernetes.spec @@ -22,16 +22,17 @@ Name: openvswitch-%{project} Summary: Open Virtual Networking Kubernetes Wedge URL: https://www.github.com/openvswitch/ovn-kubernetes Version: 0.1.0 -Release: 8%{?dist} +Release: 9%{?dist} # golang not supported ExcludeArch: ppc64 License: ASL 2.0 Source0: https://github.com/openvswitch/ovn-kubernetes/archive/v%{version}.tar.gz -BuildRequires: %{_py2}-devel %if 0%{?fedora} > 22 || %{with build_python3} BuildRequires: python3-devel +%else +BuildRequires: %{_py2}-devel %endif BuildRequires: golang @@ -76,6 +77,9 @@ install -p -m 644 docs/ovn-k8s-overlay.1 %{buildroot}%{_mandir}/man1 %config(noreplace) %{_sysconfdir}/openvswitch/ovn_k8s.conf %changelog +* Mon Feb 03 2020 Petr Viktorin - 0.1.0-9 +- Remove BuildRequires on python2 when building with Python 3 + * Wed Jan 29 2020 Fedora Release Engineering - 0.1.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild