- Prune invalid-license rpmlint warnings, the SLE12 codestream

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

Rev devel:gcc/63 Md5 464cbe9ac4ab950098e10c5aadfc806e 2022-08-31 12:40:19 rguenther None
This commit is contained in:
OBS User rguenther 2022-08-31 12:40:19 +00:00 committed by Git OBS Bridge
parent 60a2df8af9
commit e18689ecf2
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
# of libgcc_s1
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>