From f2af6189d0f68719bc3cfe9f0afdbd42adc481d2 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 1 Sep 2023 13:20:35 +0200 Subject: [PATCH] Convert License tag to SPDX format Related: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 --- osgi-annotation.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/osgi-annotation.spec b/osgi-annotation.spec index d0aa7c6..68df765 100644 --- a/osgi-annotation.spec +++ b/osgi-annotation.spec @@ -2,9 +2,9 @@ Name: osgi-annotation Version: 8.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Annotations for use in compiling OSGi bundles -License: ASL 2.0 +License: Apache-2.0 URL: https://www.osgi.org BuildArch: noarch ExclusiveArch: %{java_arches} noarch @@ -75,6 +75,9 @@ cp -p %{SOURCE1} pom.xml %license META-INF/LICENSE META-INF/NOTICE %changelog +* Fri Sep 01 2023 Mikolaj Izdebski - 8.1.0-2 +- Convert License tag to SPDX format + * Thu Aug 17 2023 Mikolaj Izdebski - 8.1.0-1 - Update to upstream version 8.1.0