From 968de56e42ca57d85f421e18d1aef7d620e6eb57 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 1 Sep 2023 13:20:36 +0200 Subject: [PATCH] Convert License tag to SPDX format Related: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 --- osgi-core.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/osgi-core.spec b/osgi-core.spec index c1d2f10..3b87178 100644 --- a/osgi-core.spec +++ b/osgi-core.spec @@ -2,10 +2,10 @@ Name: osgi-core Version: 8.0.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: OSGi Core API -License: ASL 2.0 +License: Apache-2.0 URL: https://www.osgi.org Source0: https://docs.osgi.org/download/r8/osgi.core-%{version}.jar @@ -82,6 +82,9 @@ mv META-INF/maven/org.osgi/osgi.core/pom.xml . %license LICENSE %changelog +* Fri Sep 01 2023 Mikolaj Izdebski - 8.0.0-9 +- Convert License tag to SPDX format + * Thu Jul 20 2023 Fedora Release Engineering - 8.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild