aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/obs/data/rpmlintrc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/obs/data/rpmlintrc')
-rw-r--r--scripts/obs/data/rpmlintrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/obs/data/rpmlintrc b/scripts/obs/data/rpmlintrc
new file mode 100644
index 0000000..aa3903c
--- /dev/null
+++ b/scripts/obs/data/rpmlintrc
@@ -0,0 +1,5 @@
+# Don't abort the build when finding a library that depends on a package with
+# a specific version. This is intentional for nightly builds, we don't want
+# libraries from different build dates to be mixed as they might have ABI
+# incompatibilities.
+setBadness('shlib-fixed-dependency', 0)