diff --git a/git.spec b/git.spec index 14efb33f24c84b532fadaf438ea6e9b317be471d..8dfa440e64ffb8eb63e5283aed543cfa33136b32 100644 --- a/git.spec +++ b/git.spec @@ -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 - 2.27.0-6 +- Optimize compilation time + * Fri Sep 10 2021 fuanan - 2.27.0-5 - Type:CVE - ID:CVE-2021-40330