diff --git a/rpmlint-mini.changes b/rpmlint-mini.changes index 244003c..42983ea 100644 --- a/rpmlint-mini.changes +++ b/rpmlint-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 10 15:31:47 UTC 2022 - Martin Liška + +- Add rpmlintrc filter for pycparser Python package. + ------------------------------------------------------------------- Mon Sep 6 12:12:52 UTC 2021 - Martin Liška diff --git a/rpmlint-mini.rpmlintrc b/rpmlint-mini.rpmlintrc index 7878e2e..46fea1b 100644 --- a/rpmlint-mini.rpmlintrc +++ b/rpmlint-mini.rpmlintrc @@ -4,3 +4,4 @@ addFilter("python-bytecode-without-source") addFilter("files-duplicate") addFilter("filelist-forbidden-opt") addFilter("invalid-url") +addFilter("E: devel-file-in-non-devel-package .*site-packages.*fake_libc_include.*") diff --git a/rpmlint-mini.spec b/rpmlint-mini.spec index 117a553..88fe30e 100644 --- a/rpmlint-mini.spec +++ b/rpmlint-mini.spec @@ -1,7 +1,7 @@ # # spec file for package rpmlint-mini # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed