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:
parent
d4444691d2
commit
5c0cccf96c
@ -4,13 +4,12 @@
|
||||
|
||||
Name: ibus-table
|
||||
Version: 1.9.25
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
URL: http://code.google.com/p/ibus/
|
||||
Source0: http://mfabian.fedorapeople.org/ibus-table/%{name}-%{version}.tar.gz
|
||||
Requires: ibus > 1.3.0
|
||||
Requires: python(abi) >= 3.3
|
||||
%{?__python3:Requires: %{__python3}}
|
||||
BuildRequires: gcc
|
||||
BuildRequires: ibus-devel > 1.3.0
|
||||
@ -105,6 +104,9 @@ popd
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%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
|
||||
- update to 1.9.25
|
||||
- Fix crash when changing some options using the menu or the floating panel
|
||||
|
Loading…
Reference in New Issue
Block a user