Packaging: ignore expected rpmlint warnings 41/15641/1
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 13 Jul 2018 15:33:01 +0000 (17:33 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 13 Jul 2018 15:33:01 +0000 (17:33 +0200)
Change-Id: I156d588cd96b5f7a54c477c4e1ebe411599ecab2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
conf.d/packaging/obs/_service.in
conf.d/packaging/rpm/agl-xds-gdb.spec
conf.d/packaging/rpm/rpmlintrc [new file with mode: 0644]

index b5ee6c8..fd26f99 100644 (file)
@@ -5,6 +5,7 @@
     <param name="version">@VERSION@</param>
     <param name="revision">@REVISION@</param>
     <param name="extract">conf.d/packaging/rpm/agl-xds-gdb.spec</param>
+    <param name="extract">conf.d/packaging/rpm/rpmlintrc</param>
     <param name="extract">conf.d/packaging/deb/agl-xds-gdb.dsc</param>
     <param name="extract">conf.d/packaging/deb/agl-xds-gdb.install</param>
     <param name="extract">conf.d/packaging/deb/debian.changelog</param>
index 83bc2f7..b22fc92 100644 (file)
@@ -12,6 +12,7 @@ License:        Apache-2.0
 Summary:        Wrapper on gdb debugger for XDS
 Url:            https://gerrit.automotivelinux.org/gerrit/p/src/xds/xds-gdb.git
 Source0:        xds-gdb_linux-amd64-%{version}.zip
+Source1:        rpmlintrc
 BuildRequires:  unzip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Group:          Development/Tools/Debuggers
diff --git a/conf.d/packaging/rpm/rpmlintrc b/conf.d/packaging/rpm/rpmlintrc
new file mode 100644 (file)
index 0000000..eb7b233
--- /dev/null
@@ -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")