#2 Don't explicitly require python(abi) >= 3.3
Merged 3 years ago by mfabian. Opened 3 years ago by churchyard.
rpms/ churchyard/ibus-table noabi  into  master

file modified
+4 -2
@@ -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 @@ 

  %{_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

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'

Pull-Request has been merged by mfabian

3 years ago