From 8168964ad533ad19b245f4b0d8d5001059249e08 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 --- plexus-build-api.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plexus-build-api.spec b/plexus-build-api.spec index dc9f741..93bd300 100644 --- a/plexus-build-api.spec +++ b/plexus-build-api.spec @@ -2,9 +2,9 @@ Name: plexus-build-api Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Plexus Build API -License: ASL 2.0 +License: Apache-2.0 URL: https://github.com/codehaus-plexus/plexus-build-api BuildArch: noarch ExclusiveArch: %{java_arches} noarch @@ -56,6 +56,9 @@ cp -p %{SOURCE1} . %doc LICENSE-2.0.txt %changelog +* Fri Sep 01 2023 Mikolaj Izdebski - 1.2.0-2 +- Convert License tag to SPDX format + * Mon Aug 21 2023 Mikolaj Izdebski - 1.2.0-1 - Update to upstream version 1.2.0