From 47f4232da645b6927a98f48040be6f9fcaa722b9 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-commons-beanutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-commons-beanutils.spec b/apache-commons-beanutils.spec index 62a3e93..09189ae 100644 --- a/apache-commons-beanutils.spec +++ b/apache-commons-beanutils.spec @@ -2,9 +2,9 @@ Name: apache-commons-beanutils Version: 1.9.4 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Java utility methods for accessing and modifying the properties of arbitrary JavaBeans -License: ASL 2.0 +License: Apache-2.0 URL: http://commons.apache.org/beanutils BuildArch: noarch ExclusiveArch: %{java_arches} noarch @@ -57,6 +57,9 @@ sed -i 's/\r//' *.txt %doc LICENSE.txt NOTICE.txt %changelog +* Fri Sep 01 2023 Mikolaj Izdebski - 1.9.4-14 +- Convert License tag to SPDX format + * Wed Jul 19 2023 Fedora Release Engineering - 1.9.4-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild