From 9cfe376690c40a260d90d2da8093878e48b6541715ed459f0a215618973ee2e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Thu, 5 Aug 2021 08:36:58 +0000 Subject: [PATCH] - Reduce Requirements for rpmlint-strict package. OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=796 --- rpmlint.changes | 5 +++++ rpmlint.spec | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/rpmlint.changes b/rpmlint.changes index 8019375..cef9cd4 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 5 08:36:17 UTC 2021 - Martin Liška + +- Reduce Requirements for rpmlint-strict package. + ------------------------------------------------------------------- Wed Aug 4 07:49:04 UTC 2021 - Matthias Gerstner diff --git a/rpmlint.spec b/rpmlint.spec index 10ff77b..b8d68f3 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -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.