From 8634d908450052dcfe9dbef7f534494d4296f597264c04855698d76a345f59f8 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Wed, 16 Oct 2019 07:25:50 +0000 Subject: [PATCH] Accepting request 738659 from home:lnussel:branches:Base:System - filter install-info warnings. Handled by file triggers now (boo#1152169) OBS-URL: https://build.opensuse.org/request/show/738659 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=693 --- config | 6 ++++++ rpmlint.changes | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/config b/config index c430d2f..59f0e00 100644 --- a/config +++ b/config @@ -1138,5 +1138,11 @@ addFilter(' no-provides ') # bash completion files are not scripts, do not require them marked as %config addFilter('W: non-conffile-in-etc /etc/bash_completion.d/') +# info uses file triggers now (boo#1152169) +addFilter(' info-files-without-install-info-postin' ) +addFilter(' postin-without-install-info ') +addFilter(' info-files-without-install-info-postun ') +addFilter(' postin-without-install-info ') + # config ends here diff --git a/rpmlint.changes b/rpmlint.changes index 9e6e167..83fda15 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 15 07:12:22 UTC 2019 - Ludwig Nussel + +- filter install-info warnings. Handled by file triggers now (boo#1152169) + ------------------------------------------------------------------- Mon Sep 30 08:15:38 UTC 2019 - Ondřej Súkup