Optimize compilation time

This commit is contained in:
panxiaohe 2022-02-15 11:08:12 +08:00
parent c9dba445bb
commit 8157a30b6d

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