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
a13d62d4be
commit
c2b6cb950d
@ -4,14 +4,13 @@
|
|||||||
|
|
||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 2.9.1
|
Version: 2.9.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPLv3+, ASL 2.0
|
License: GPLv3+, ASL 2.0
|
||||||
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
||||||
Source0: https://github.com/mike-fabian/ibus-typing-booster/releases/download/%{version}/ibus-typing-booster-%{version}.tar.gz
|
Source0: https://github.com/mike-fabian/ibus-typing-booster/releases/download/%{version}/ibus-typing-booster-%{version}.tar.gz
|
||||||
Requires: ibus >= 1.5.3
|
Requires: ibus >= 1.5.3
|
||||||
Requires: m17n-lib
|
Requires: m17n-lib
|
||||||
Requires: python(abi) >= 3.3
|
|
||||||
%{?__python3:Requires: %{__python3}}
|
%{?__python3:Requires: %{__python3}}
|
||||||
Requires: python3-dbus
|
Requires: python3-dbus
|
||||||
Requires: python3-distro
|
Requires: python3-distro
|
||||||
@ -230,6 +229,9 @@ fi
|
|||||||
%{_datadir}/applications/emoji-picker.desktop
|
%{_datadir}/applications/emoji-picker.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 04 2020 Miro Hrončok <mhroncok@redhat.com> - 2.9.1-2
|
||||||
|
- Don't explicitly require python(abi) >= 3.3
|
||||||
|
|
||||||
* Wed May 27 2020 Mike FABIAN <mfabian@redhat.com> - 2.9.1-1
|
* Wed May 27 2020 Mike FABIAN <mfabian@redhat.com> - 2.9.1-1
|
||||||
- Update to 2.9.1
|
- Update to 2.9.1
|
||||||
- Translation updates form Weblate for fr, nl, zh_TW
|
- Translation updates form Weblate for fr, nl, zh_TW
|
||||||
|
Loading…
Reference in New Issue
Block a user