- Add rpmlint filter for SLE12 complaining about invalid licenses.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc13?expand=0&rev=54
This commit is contained in:
Richard Biener 2023-07-19 07:36:53 +00:00 committed by Git OBS Bridge
parent 5518d702a2
commit c8f884fe54
2 changed files with 7 additions and 1 deletions

View File

@ -15,4 +15,5 @@ addFilter ("shlib-legacy-policy-name-error")
# Packages provide libgcc_s1 = $version and conflict with other providers
# of libgcc_s1
addFilter ("conflicts-with-provides")
# SLE12 rpmlint complains about valid SPDX licenses
addFilter ("invalid-license")

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 19 07:33:44 UTC 2023 - Richard Biener <rguenther@suse.com>
- Add rpmlint filter for SLE12 complaining about invalid licenses.
-------------------------------------------------------------------
Tue Jul 11 14:33:29 UTC 2023 - Andreas Schwab <schwab@suse.de>