forked from pool/rpmlint
- Reduce Requirements for rpmlint-strict package.
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=796
This commit is contained in:
parent
a2665e6081
commit
9cfe376690
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 5 08:36:17 UTC 2021 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Reduce Requirements for rpmlint-strict package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 4 07:49:04 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
|
||||
|
||||
|
@ -53,6 +53,10 @@ BuildRequires: python3-rpm
|
||||
BuildRequires: python3-toml
|
||||
BuildRequires: python3-zstd
|
||||
BuildRequires: xz
|
||||
%ifarch x86_64
|
||||
BuildRequires: glibc-32bit
|
||||
%endif
|
||||
%if "%flavor" != "strict"
|
||||
Requires: appstream-glib
|
||||
Requires: bash
|
||||
Requires: binutils
|
||||
@ -73,11 +77,10 @@ Requires: python3-toml
|
||||
Requires: python3-xml
|
||||
Requires: python3-zstd
|
||||
Requires: rpm-build
|
||||
BuildArch: noarch
|
||||
%ifarch x86_64
|
||||
BuildRequires: glibc-32bit
|
||||
%endif
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
rpmlint is a tool to check common errors on RPM packages. Binary and
|
||||
source packages can be checked.
|
||||
|
Loading…
Reference in New Issue
Block a user