Accepting request 952965 from devel:tools:compiler

- 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)

OBS-URL: https://build.opensuse.org/request/show/952965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm13?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2022-02-11 22:07:01 +00:00 committed by Git OBS Bridge
commit c2ef5c3df9
2 changed files with 11 additions and 0 deletions

View File

@ -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")

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Feb 8 23:14:36 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- 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 <aaronpuchert@alice-dsl.net>