!58 Optimize compilation time

From: @panxh_purple 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2022-02-16 01:34:43 +00:00 committed by Gitee
commit 0dca27c869
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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