From 9f2b32c7778b0efd82ffb441338a05a027ec5b96 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 1 Sep 2023 13:20:30 +0200 Subject: [PATCH] Convert License tag to SPDX format Related: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 --- apache-resource-bundles.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-resource-bundles.spec b/apache-resource-bundles.spec index 7a19e12..e9840c6 100644 --- a/apache-resource-bundles.spec +++ b/apache-resource-bundles.spec @@ -3,9 +3,9 @@ Name: apache-resource-bundles Epoch: 1 Version: 1.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Apache Resource Bundles -License: ASL 2.0 +License: Apache-2.0 URL: https://maven.apache.org/apache-resource-bundles/ BuildArch: noarch ExclusiveArch: %{java_arches} noarch @@ -47,6 +47,9 @@ and notices for all Apache releases. %license LICENSE NOTICE %changelog +* Fri Sep 01 2023 Mikolaj Izdebski - 1:1.5-3 +- Convert License tag to SPDX format + * Wed Aug 23 2023 Mikolaj Izdebski - 1:1.5-2 - Port to maven-verifier 2.0.0~M1