Bring source file into correspondence with described in spec file

This commit is contained in:
wang--ge 2022-11-10 10:57:07 +08:00
parent e5eaa076bc
commit 952c26d4c2
2 changed files with 5 additions and 2 deletions

View File

@ -2,9 +2,9 @@
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: datanucleus-rdbms
Version: 3.2.13
Release: 3
Release: 4
Summary: DataNucleus RDBMS
License: ASL 2.0
License: Apache-2.0
URL: http://www.datanucleus.org/%{name}
Source: https://github.com/datanucleus/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz
BuildRequires: java-devel mvn(com.mchange:c3p0) mvn(commons-collections:commons-collections)
@ -69,6 +69,9 @@ cp -p META-INF/README.txt .
%doc LICENSE.txt NOTICE.txt
%changelog
* Thu Nov 10 2022 Ge Wang <wangge20@h-partners.com> - 3.2.13-4
- Bring source file into correspondence with described in spec file
* Fri Dec 24 2021 yaoxin <yaoxin30@huawei.com> - 3.2.13-3
- This package depends on log4j.After the log4j vulnerability CVE-2021-45105 is fixed,the version needs to be rebuild.