add dash and checkbashisms as requires
This commit is contained in:
parent
a32a3ca17a
commit
1baf2ea022
@ -1,6 +1,6 @@
|
||||
Name: rpmlint
|
||||
Version: 2.0.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Tool for checking common errors in RPM packages
|
||||
License: GPLv2
|
||||
URL: https://github.com/rpm-software-management/rpmlint
|
||||
@ -19,6 +19,7 @@ BuildRequires: %{py3_dist pyxdg}
|
||||
BuildRequires: %{py3_dist rpm}
|
||||
BuildRequires: %{py3_dist toml}
|
||||
BuildRequires: %{py3_dist zstd}
|
||||
Requires: devscripts-checkbashisms, dash
|
||||
# Technically works without it, but results are better with it.
|
||||
Requires: /usr/bin/appstream-util
|
||||
# tests
|
||||
@ -60,6 +61,9 @@ cp -a %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{buildroot}%{_sysc
|
||||
%{python3_sitelib}/rpmlint*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 4 2021 Tom Callaway <spot@fedoraproject.org> - 2.0.0-2
|
||||
- add dash and checkbashisms as Requires
|
||||
|
||||
* Thu Jun 3 2021 Tom Callaway <spot@fedoraproject.org> - 2.0.0-1
|
||||
- update to 2.0.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user