From 881633b639856a9575072d2f53bb3518acbf64a8 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 13 Jul 2018 14:23:13 +0200 Subject: Packaging: ignore expected rpmlint warning Change-Id: I27d2e592514032b63dae38986a74b74a1068ebd5 Signed-off-by: Sebastien Douheret --- conf.d/packaging/rpm/rpmlintrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 conf.d/packaging/rpm/rpmlintrc (limited to 'conf.d/packaging/rpm/rpmlintrc') diff --git a/conf.d/packaging/rpm/rpmlintrc b/conf.d/packaging/rpm/rpmlintrc new file mode 100644 index 0000000..eb7b233 --- /dev/null +++ b/conf.d/packaging/rpm/rpmlintrc @@ -0,0 +1,6 @@ +# Note that while they are architecture-dependent, they are named to avoid +# conflicts (and we make sure of that in the RPM through go_arch). +addFilter("W: position-independent-executable-suggested") + +# We want to use /opt/AGL +addFilter("W: suse-filelist-forbidden-opt") -- cgit 1.2.3-korg