From 4f3bb4e4f3a615430dccc753f35631fabbb5028f Mon Sep 17 00:00:00 2001 From: wenzhiwei11 Date: Thu, 4 Aug 2022 14:55:21 +0800 Subject: [PATCH] change license --- regexp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/regexp.spec b/regexp.spec index ba4c63a..dc1defd 100644 --- a/regexp.spec +++ b/regexp.spec @@ -1,8 +1,8 @@ Name: regexp Version: 1.5 -Release: 28 +Release: 29 Summary: Simple regular expressions API -License: ASL 2.0 +License: Apache-2.0 URL: http://jakarta.apache.org/%{name}/ BuildArch: noarch Source0: http://archive.apache.org/dist/jakarta/%{name}/jakarta-%{name}-%{version}.tar.gz @@ -55,5 +55,8 @@ sed -i 's/[0-9a-f]\{8\}-[0-9a-f]\{4\}-[0-9a-f]\{4\}-[0-9a-f]\{4\}-[0-9a-f]\{12\} %{_javadocdir}/%{name} %changelog +* Thu Aug 4 2022 wenzhiwei - 1.5-29 +- fix license error + * Sat Dec 7 2019 openEuler Buildteam - 1.5-28 - Package init