diff --git a/ovirt-provider-ovn.spec b/ovirt-provider-ovn.spec index fdc20ad..aefda3b 100644 --- a/ovirt-provider-ovn.spec +++ b/ovirt-provider-ovn.spec @@ -1,52 +1,22 @@ -# Copyright 2016 Red Hat, Inc. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -# -# Refer to the README and COPYING files for full details of the license - %define __spec_install_post %{nil} %define debug_package %{nil} %define __os_install_post %{_dbpath}/brp-compress +%define required_python_lib(l:) python%{python3_pkgversion}-%{*} -# define the python package prefix based on distribution version -# this is needed to require a correct python-openvswitch package: -# python-openvswitch or python3-openvswitch for fedora >=28 or -# el >= 8 -%if 0%{?fedora} >= 30 || 0%{?rhel} >= 8 %global required_python python%{python3_pkgversion} %global required_python_interpreter %{__python3} -%define required_python_lib(l:) python%{python3_pkgversion}-%{*} %global required_python_sitelib %{python3_sitelib} -%else -%global required_python python -%global required_python_interpreter %{__python2} -%global required_python_sitelib %{python2_sitelib} -%define required_python_lib(l:) %{-l*}%{*} -%endif - %global required_ovs_lib %{required_python_lib -l python- openvswitch} %global required_six_lib %{required_python_lib -l python- six} %global required_ovsdbapp_lib %{required_python_lib -l python- ovsdbapp} %global required_requests_lib %{required_python_lib -l python- requests} %global required_netaddr_lib %{required_python_lib -l python- netaddr} -%global required_python_devel %{required_python_lib -l python- devel} +%global required_python_devel %{required_python_lib -l python3- devel} %global required_python_setup_tools %{required_python_lib -l python- setuptools} Name: ovirt-provider-ovn Version: 1.2.29 -Release: 1%{?dist} +Release: 2 Summary: The oVirt external network provider for OVN License: GPLv2+ BuildArch: noarch @@ -158,5 +128,8 @@ to OVN. %changelog +* Mon Jun 13 2022 chendexi - 1.2.29-2 +- Remove the release suffix + * Thu Mar 5 2020 di.wang - 1.2.29-1 - Package Initialization