diff --git a/git.spec b/git.spec index 69b09bdb29f6d540805fb6655c42a9aefdca2ca3..be61f356dd7de87d3aad8505516484239f6b5646 100644 --- a/git.spec +++ b/git.spec @@ -1,7 +1,7 @@ %global gitexecdir %{_libexecdir}/git-core Name: git Version: 2.27.0 -Release: 3 +Release: 4 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.27.0-4 +- Optimize compilation time + * Thu Mar 18 2021 lirui - 2.27.0-3 - Type:CVE - ID:NA