!58 Optimize compilation time
From: @panxh_purple Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
0dca27c869
7
git.spec
7
git.spec
@ -1,7 +1,7 @@
|
||||
%global gitexecdir %{_libexecdir}/git-core
|
||||
Name: git
|
||||
Version: 2.27.0
|
||||
Release: 5
|
||||
Release: 6
|
||||
Summary: A popular and widely used Version Control System
|
||||
License: GPLv2+ or LGPLv2.1
|
||||
URL: https://git-scm.com/
|
||||
@ -200,7 +200,7 @@ grep Git/SVN perl-git-files > perl-git-svn-files
|
||||
sed -i "/Git\/SVN/ d" perl-git-files
|
||||
|
||||
%check
|
||||
make test
|
||||
make %{?_smp_mflags} test
|
||||
|
||||
%preun daemon
|
||||
%systemd_preun git.socket
|
||||
@ -265,6 +265,9 @@ make test
|
||||
%{_mandir}/man7/git*.7.*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 15 2022 panxiaohe <panxh.life@foxmail.com> - 2.27.0-6
|
||||
- Optimize compilation time
|
||||
|
||||
* Fri Sep 10 2021 fuanan <fuanan3@huawei.com> - 2.27.0-5
|
||||
- Type:CVE
|
||||
- ID:CVE-2021-40330
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user