Optimize compilation time

This commit is contained in:
fuanan 2021-03-19 17:38:35 +08:00
parent bad46e400f
commit b8000de6b8

View File

@ -1,7 +1,7 @@
%global gitexecdir %{_libexecdir}/git-core %global gitexecdir %{_libexecdir}/git-core
Name: git Name: git
Version: 2.30.0 Version: 2.30.0
Release: 2 Release: 3
Summary: A popular and widely used Version Control System Summary: A popular and widely used Version Control System
License: GPLv2+ or LGPLv2.1 License: GPLv2+ or LGPLv2.1
URL: https://git-scm.com/ URL: https://git-scm.com/
@ -196,7 +196,7 @@ grep Git/SVN perl-git-files > perl-git-svn-files
sed -i "/Git\/SVN/ d" perl-git-files sed -i "/Git\/SVN/ d" perl-git-files
%check %check
make test make %{?_smp_mflags} test
%preun daemon %preun daemon
%systemd_preun git.socket %systemd_preun git.socket
@ -261,6 +261,9 @@ make test
%{_mandir}/man7/git*.7.* %{_mandir}/man7/git*.7.*
%changelog %changelog
* Fri Mar 19 2021 fuanan <fuanan3@huawei.com> - 2.30.0-3
- Optimize compilation time
* Thu Mar 18 2021 lirui <lirui130@huawei.com> - 2.30.0-2 * Thu Mar 18 2021 lirui <lirui130@huawei.com> - 2.30.0-2
- Type:CVE - Type:CVE
- ID:NA - ID:NA