From 6cbf7be5ad61c983f163d8676e21981e74dcac4b Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 1 Sep 2023 13:20:33 +0200 Subject: [PATCH] Convert License tag to SPDX format Related: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 --- httpcomponents-project.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/httpcomponents-project.spec b/httpcomponents-project.spec index 069cfc2..286b86d 100644 --- a/httpcomponents-project.spec +++ b/httpcomponents-project.spec @@ -3,8 +3,8 @@ Name: httpcomponents-project Summary: Common POM file for HttpComponents Version: 13 -Release: 1%{?dist} -License: ASL 2.0 +Release: 2%{?dist} +License: Apache-2.0 URL: https://hc.apache.org/ Source0: https://archive.apache.org/dist/httpcomponents/httpcomponents-parent/httpcomponents-parent-%{version}-source-release.zip BuildArch: noarch @@ -44,6 +44,9 @@ use it as runtime requirement. %license LICENSE.txt NOTICE.txt %changelog +* Fri Sep 01 2023 Mikolaj Izdebski - 13-2 +- Convert License tag to SPDX format + * Wed Aug 16 2023 Mikolaj Izdebski - 13-1 - Update to upstream version 13