From e9ba08eec3417683e3b8dcee579d85b86666d769 Mon Sep 17 00:00:00 2001 From: fuanan <2385803914@qq.com> Date: Fri, 19 Mar 2021 17:46:46 +0800 Subject: [PATCH] Optimize compilation time --- git.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/git.spec b/git.spec index 5c5c58e..d54cccf 100644 --- a/git.spec +++ b/git.spec @@ -1,7 +1,7 @@ %global gitexecdir %{_libexecdir}/git-core Name: git Version: 2.30.0 -Release: 2 +Release: 3 Summary: A popular and widely used Version Control System License: GPLv2+ or LGPLv2.1 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 %check -make test +make %{?_smp_mflags} test %preun daemon %systemd_preun git.socket @@ -261,6 +261,9 @@ make test %{_mandir}/man7/git*.7.* %changelog +* Fri Mar 19 2021 fuanan - 2.30.0-3 +- Optimize compilation time + * Thu Mar 18 2021 lirui - 2.30.0-2 - Type:CVE - ID:NA -- Gitee