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.