aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/packaging/rpm/rpmlintrc
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-13 17:34:41 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-13 17:34:41 +0200
commit96f7fdc1ac0736a741e13e838f98517beac36db0 (patch)
tree123b6a6ffa5eff98e934b0ed16772244b841de83 /conf.d/packaging/rpm/rpmlintrc
parent005e0eb072418456055783491f907fc08cb42fd7 (diff)
Packaging: ignore expected rpmlint warnings
Change-Id: I397efcf9076ac002f82d1e8eb226733a5e095028 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d/packaging/rpm/rpmlintrc')
-rw-r--r--conf.d/packaging/rpm/rpmlintrc6
1 files changed, 6 insertions, 0 deletions
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")