Accepting request 881322 from devel:openSUSE:Factory:rpmlint

OBS-URL: https://build.opensuse.org/request/show/881322
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint-mini?expand=0&rev=106
This commit is contained in:
Richard Brown 2021-04-06 15:28:44 +00:00 committed by Git OBS Bridge
commit 6b638ca621
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Mar 25 09:24:35 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
- apply workaround for situations in which regular rpmlint is invoked when
building rpmlint-mini. Regular rpmlint does not implicitly add rpmlintrc
files, causing fatal badness to occur when building rpmlint-mini. Therefore
explicitly copy our rpmlintrc to a location that is processed by regular
rpmlint, too.
-------------------------------------------------------------------
Thu Sep 10 09:23:46 UTC 2020 - matthias.gerstner@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package rpmlint-mini
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -53,6 +53,10 @@ source packages can be checked.
%setup -q -n desktop-file-utils-0.24
[ -r COPYING ]
tar xf %{S:2}
# workaround rpmlintrc not being effective, because regular rpmlint is invoked
# instead of rpmlint-mini, see suse-build change here:
# https://github.com/openSUSE/obs-build/commit/1139134127373b058d3622bafb989c51e2ecc7b8
cp %{SOURCE1000} $HOME/.rpmlintrc
%build
%configure