!8 Bring source file into correspondence with described in spec file

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-11-15 01:02:05 +00:00 committed by Gitee
commit 29116a1fde
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 6 deletions

BIN
quartz-2.2.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,11 @@
Summary: Enterprise Job Scheduler for Java
Name: quartz
Version: 2.2.1
Release: 2
Release: 3
Epoch: 0
License: ASL 2.0
License: Apache-2.0
URL: http://www.quartz-scheduler.org/
# svn export http://svn.terracotta.org/svn/quartz/tags/quartz-2.2.1
# tar caf quartz-2.2.1.tar.xz quartz-2.2.1
Source0: quartz-%{version}.tar.xz
Source0: https://github.com/quartz-scheduler/quartz/archive/refs/tags/%{name}-%{version}.tar.gz
Patch6000: CVE-2019-13990.patch
BuildRequires: maven-local maven-antrun-plugin maven-checkstyle-plugin maven-dependency-plugin
BuildRequires: maven-enforcer-plugin maven-release-plugin maven-shade-plugin maven-shared
@ -36,7 +34,7 @@ Summary: API docs for quartz
This package contains the API Documentation for quartz.
%prep
%autosetup -p1
%autosetup -p1 -n %{name}-%{name}-%{version}
%pom_disable_module quartz-jboss
%pom_disable_module quartz-oracle
%pom_disable_module quartz-weblogic
@ -89,6 +87,9 @@ sed -i 's/\r//' LICENSE.txt
%license LICENSE.txt
%changelog
* Mon Nov 14 2022 Ge Wang <wangge20@h-partners.com> - 0:2.2.1-3
- Bring source file into correspondence with described in spec file
* Sat Sep 19 2020 zhanghua <zhanghua40@huawei.com> - 2.2.1-2
- Fix CVE-2019-13990