diff --git a/gcc12-rpmlintrc b/gcc12-rpmlintrc index b012f08..2299124 100644 --- a/gcc12-rpmlintrc +++ b/gcc12-rpmlintrc @@ -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") diff --git a/gcc12.changes b/gcc12.changes index 06d15a1..8eda4b1 100644 --- a/gcc12.changes +++ b/gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 31 12:38:20 UTC 2022 - Richard Biener + +- 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