add explicit Requires for pyenchant

This commit is contained in:
Tom spot Callaway 2021-10-05 15:36:31 -04:00
parent 256a77a06f
commit a80a7e3835

View File

@ -2,7 +2,7 @@
Name: rpmlint Name: rpmlint
Version: 2.1.0 Version: 2.1.0
Release: 4%{?dist} Release: 5%{?dist}
Summary: Tool for checking common errors in RPM packages Summary: Tool for checking common errors in RPM packages
License: GPLv2 License: GPLv2
URL: https://github.com/rpm-software-management/rpmlint URL: https://github.com/rpm-software-management/rpmlint
@ -30,6 +30,7 @@ BuildRequires: %{py3_dist zstd}
Requires: devscripts-checkbashisms, dash, rpm-build Requires: devscripts-checkbashisms, dash, rpm-build
# Technically works without it, but results are better with it. # Technically works without it, but results are better with it.
Requires: /usr/bin/appstream-util Requires: /usr/bin/appstream-util
Requires: %{py3_dist pyenchant}
# tests # tests
BuildRequires: /usr/bin/appstream-util BuildRequires: /usr/bin/appstream-util
BuildRequires: %{py3_dist pytest} BuildRequires: %{py3_dist pytest}
@ -75,6 +76,9 @@ cp -a %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{buildroot}%{_sysc
%{python3_sitelib}/rpmlint* %{python3_sitelib}/rpmlint*
%changelog %changelog
* Tue Oct 5 2021 Tom Callaway <spot@fedoraproject.org> - 2.1.0-5
- add explicit Requires for pyenchant
* Thu Sep 16 2021 Tom Callaway <spot@fedoraproject.org> - 2.1.0-4 * Thu Sep 16 2021 Tom Callaway <spot@fedoraproject.org> - 2.1.0-4
- fix rpmlintrc load from cmdline option (bz2000018) - fix rpmlintrc load from cmdline option (bz2000018)