Don't explicitly require python(abi) >= 3.3

The package already requires /usr/bin/python3 and 3.3 is very old.
The explicit require confuses repoquery, such as:

    repoquery --whatrequires 'python(abi) = 3.8'
This commit is contained in:
Miro Hrončok 2020-06-04 19:10:41 +02:00
parent d4444691d2
commit 5c0cccf96c

View File

@ -4,13 +4,12 @@
Name: ibus-table Name: ibus-table
Version: 1.9.25 Version: 1.9.25
Release: 1%{?dist} Release: 2%{?dist}
Summary: The Table engine for IBus platform Summary: The Table engine for IBus platform
License: LGPLv2+ License: LGPLv2+
URL: http://code.google.com/p/ibus/ URL: http://code.google.com/p/ibus/
Source0: http://mfabian.fedorapeople.org/ibus-table/%{name}-%{version}.tar.gz Source0: http://mfabian.fedorapeople.org/ibus-table/%{name}-%{version}.tar.gz
Requires: ibus > 1.3.0 Requires: ibus > 1.3.0
Requires: python(abi) >= 3.3
%{?__python3:Requires: %{__python3}} %{?__python3:Requires: %{__python3}}
BuildRequires: gcc BuildRequires: gcc
BuildRequires: ibus-devel > 1.3.0 BuildRequires: ibus-devel > 1.3.0
@ -105,6 +104,9 @@ popd
%{_datadir}/pkgconfig/%{name}.pc %{_datadir}/pkgconfig/%{name}.pc
%changelog %changelog
* Thu Jun 04 2020 Miro Hrončok <mhroncok@redhat.com> - 1.9.25-2
- Don't explicitly require python(abi) >= 3.3
* Wed Feb 12 2020 Mike FABIAN <mfabian@redhat.com> - 1.9.25-1 * Wed Feb 12 2020 Mike FABIAN <mfabian@redhat.com> - 1.9.25-1
- update to 1.9.25 - update to 1.9.25
- Fix crash when changing some options using the menu or the floating panel - Fix crash when changing some options using the menu or the floating panel