From e18689ecf28d468ee8891be5f4ad99f9520a2e3a Mon Sep 17 00:00:00 2001 From: OBS User rguenther Date: Wed, 31 Aug 2022 12:40:19 +0000 Subject: [PATCH] - 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 --- gcc12-rpmlintrc | 3 ++- gcc12.changes | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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