From b5811c294eac11022c285c61a5cc63cb46b5a149 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 28 Apr 2021 15:39:01 -0500 Subject: [PATCH] Fix license Resolves: #1952530 --- resteasy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/resteasy.spec b/resteasy.spec index fec98ca..5049c04 100644 --- a/resteasy.spec +++ b/resteasy.spec @@ -3,9 +3,9 @@ Name: resteasy Version: 3.0.26 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Framework for RESTful Web services and Java applications -License: ASL 2.0 and CDDL +License: ASL 2.0 URL: http://resteasy.jboss.org/ Source0: https://github.com/resteasy/Resteasy/archive/%{namedversion}/%{name}-%{namedversion}.tar.gz Patch1: 0001-RESTEASY-2559-Improper-validation-of-response-header.patch @@ -238,6 +238,9 @@ find -name '*.jar' -print -delete %license License.html %changelog +* Wed Apr 28 2021 Red Hat PKI Team - 3.0.26-11 +- Fix license + * Wed Apr 28 2021 Red Hat PKI Team - 3.0.26-10 - Add Obsoletes and Conflicts