diff --git a/coccinelle.changes b/coccinelle.changes index 7c42033..fe56131 100644 --- a/coccinelle.changes +++ b/coccinelle.changes @@ -3,7 +3,7 @@ Fri Dec 10 10:10:10 UTC 2021 - ohering@suse.de - update to version 1.1.1 See included changes.txt for details -- install ocaml support (bsc#1192695) +- install ocaml support, add coccinelle.rpmlintrc (bsc#1192695) ------------------------------------------------------------------- Fri Sep 24 22:36:26 UTC 2021 - Cristian Rodríguez diff --git a/coccinelle.rpmlintrc b/coccinelle.rpmlintrc new file mode 100644 index 0000000..bcabe0d --- /dev/null +++ b/coccinelle.rpmlintrc @@ -0,0 +1 @@ +addFilter('devel-file-in-non-devel-package') diff --git a/coccinelle.spec b/coccinelle.spec index 4ed204c..014931d 100644 --- a/coccinelle.spec +++ b/coccinelle.spec @@ -24,6 +24,7 @@ License: GPL-2.0-only Group: Productivity/Text/Utilities URL: http://coccinelle.lip6.fr/ Source0: %name-%version.tar.xz +Source1: %name.rpmlintrc Patch1: kill-env.diff BuildRequires: autoconf BuildRequires: automake