summaryrefslogtreecommitdiff
path: root/ghc-rpmlintrc
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-10-28 09:59:10 +0000
committerCoprDistGit <infra@openeuler.org>2023-10-28 09:59:10 +0000
commitb02e7abee55d6e9e31efa2fc9f3df455ca9c9f1d (patch)
tree4d726cdf3e5fc4329489fd1a3645cc1c5e4e20a3 /ghc-rpmlintrc
parent1cc8798baf9426f821b4f887f2914eac62e3ecd8 (diff)
automatic import of ghcopeneuler23.03
Diffstat (limited to 'ghc-rpmlintrc')
-rw-r--r--ghc-rpmlintrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/ghc-rpmlintrc b/ghc-rpmlintrc
new file mode 100644
index 0000000..885a3d9
--- /dev/null
+++ b/ghc-rpmlintrc
@@ -0,0 +1,8 @@
+addFilter("devel-file-in-non-devel-package")
+addFilter("static-library-without-debuginfo")
+# ghc-compiler has devel-dependency
+addFilter("devel-dependency")
+# Regrettably, upstream does not provide man pages for all executables
+addFilter("no-manual-page-for-binary")
+# Prevent warning about ghc containing no binary (it is a metapackage)
+addFilter("no-binary")