!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:
commit
29116a1fde
BIN
quartz-2.2.1.tar.gz
Normal file
BIN
quartz-2.2.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
13
quartz.spec
13
quartz.spec
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user