- Prune invalid-license rpmlint warnings, the SLE12 codestream

doesn't get fixed but FF applies there, too.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc12?expand=0&rev=63
This commit is contained in:
Richard Biener 2022-08-31 12:40:19 +00:00 committed by Git OBS Bridge
parent c39cbb64d9
commit a16fd49c3e
2 changed files with 8 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 # Packages provide libgcc_s1 = $version and conflict with other providers
# of libgcc_s1 # of libgcc_s1
addFilter ("conflicts-with-provides") addFilter ("conflicts-with-provides")
# SLE12 rpmlint complains about valid SPDX licenses
addFilter ("invalid-license")

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 31 12:38:20 UTC 2022 - Richard Biener <rguenther@suse.com>
- Prune invalid-license rpmlint warnings, the SLE12 codestream
doesn't get fixed but FF applies there, too.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 30 10:09:37 UTC 2022 - Richard Biener <rguenther@suse.com> Tue Aug 30 10:09:37 UTC 2022 - Richard Biener <rguenther@suse.com>