Bring source file into correspondence with described in spec file

This commit is contained in:
wang--ge 2022-11-14 15:07:17 +08:00
parent 7772bd991b
commit 5244e83398
2 changed files with 7 additions and 4 deletions

Binary file not shown.

View File

@ -2,11 +2,11 @@
%global namedversion %{version}%{namedreltag}
Name: resteasy
Version: 3.0.19
Release: 4
Release: 5
Summary: Framework for RESTful Web services and Java applications
License: ASL 2.0 and CDDL
License: Apache-2.0
URL: https://github.com/resteasy/Resteasy/
Source0: https://github.com/resteasy/Resteasy/archive/%{namedversion}/%{name}-%{namedversion}.tar.gz
Source0: https://github.com/resteasy/resteasy/archive/%{namedversion}/%{name}-%{namedversion}.tar.gz
Patch0: resteasy-3.0.19-Mime4j-0.7.2-support.patch
Patch1: resteasy-3.0.19-port-resteasy-netty-to-netty-3.10.6.patch
Patch2: CVE-2016-9606.patch
@ -153,7 +153,7 @@ Summary: Test modules for %{name}
%{extdesc} %{summary}.
%prep
%setup -q -n Resteasy-%{namedversion}
%setup -q -n resteasy-%{namedversion}
%mvn_package ":resteasy-jaxrs" core
%mvn_package ":providers-pom" core
%mvn_package ":resteasy-jaxrs-all" core
@ -337,6 +337,9 @@ done
%license jaxrs/License.html
%changelog
* Mon Nov 14 2022 Ge Wang <wangge20@h-partners.com> - 3.0.19-5
- bring source file into correspondence with described in spec file
* Thu Jun 10 2021 wangyue <wangyue92@huawei.com> - 3.0.19-4
- fix CVE-2020-10688