diff --git a/llvm13-rpmlintrc b/llvm13-rpmlintrc index 5d34887..977dcd2 100644 --- a/llvm13-rpmlintrc +++ b/llvm13-rpmlintrc @@ -7,3 +7,6 @@ addFilter("devel-file-in-non-devel-package .*/usr/include/.*") addFilter("devel-file-in-non-devel-package .*/lib.*/*.a") addFilter("devel-file-in-non-devel-package .*/lib.*/*.so") + +# We're deliberately conflicting with SLE. (https://code.opensuse.org/leap/features/issue/55) +addFilter("SUSE_Backports_policy-SLE_conflict") diff --git a/llvm13.changes b/llvm13.changes index befa421..7d998d9 100644 --- a/llvm13.changes +++ b/llvm13.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 8 23:14:36 UTC 2022 - Aaron Puchert + +- Add SUSE_Backports_policy-SLE_conflict to rpmlintrc, we're + deliberately conflicting with SLE here to offer a newer version + than what SUSE wants to support. + (https://code.opensuse.org/leap/features/issue/55) + ------------------------------------------------------------------- Thu Feb 3 21:56:28 UTC 2022 - Aaron Puchert