diff --git a/python-pyobd.spec b/python-pyobd.spec index 69e8a60..84cbce2 100644 --- a/python-pyobd.spec +++ b/python-pyobd.spec @@ -6,7 +6,7 @@ Name: python-%{srcname} Version: %{ver} -Release: 14%{?dist} +Release: 15%{?dist} Summary: OBD-II (SAE-J1979) compliant scan tool software # CC-BY-SA for icon, see README.Fedora for details License: GPLv2+ and CC-BY-SA @@ -20,7 +20,6 @@ BuildArch: noarch # import from pyobd module Patch0: python-pyobd-0.9.3-pyobd-module.patch Patch1: python-pyobd-0.9.3-fix-invalid-device-traceback.patch -Requires: pyserial, wxPython, hicolor-icon-theme BuildRequires: desktop-file-utils BuildRequires: dos2unix, ImageMagick @@ -33,11 +32,12 @@ devices such as ELM-USB. %{_description} %package -n python2-%{srcname} -Summary: %{summary} +Summary: %{summary} %{?python_provide:%python_provide python2-%{srcname}} -BuildRequires: python2-devel, wxPython -Provides: pyobd = %{ver} -Obsoletes: pyobd < 0.9.3-7 +BuildRequires: python2-devel, python2-wxpython +Provides: pyobd = %{ver} +Obsoletes: pyobd < 0.9.3-7 +Requires: python2-pyserial, python2-wxpython, hicolor-icon-theme %description -n python2-%{srcname} %{_description} @@ -97,6 +97,10 @@ desktop-file-install --add-category="Utility" \ %{_bindir}/pyobd %changelog +* Mon Mar 25 2019 Jaroslav Škarvada - 0.9.3-15 +- Fixed requires + Resolves: rhbz#1692145 + * Sat Feb 02 2019 Fedora Release Engineering - 0.9.3-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild