diff --git a/git.spec b/git.spec index 5242e8aceb880d71fc18e1f612672ba08cb48332..60735ea79c456e656ddf31c469a1b5f799992e2c 100644 --- a/git.spec +++ b/git.spec @@ -1,7 +1,7 @@ %global gitexecdir %{_libexecdir}/git-core Name: git Version: 2.27.0 -Release: 1 +Release: 2 Summary: A popular and widely used Version Control System License: GPLv2+ or LGPLv2.1 URL: https://git-scm.com/ @@ -197,13 +197,13 @@ sed -i "/Git\/SVN/ d" perl-git-files make test %preun daemon -%systemd_preun git@.service +%systemd_preun git.socket %post daemon -%systemd_post git@.service +%systemd_post git.socket %postun daemon -%systemd_postun_with_restart git@.service +%systemd_postun_with_restart git.socket %files -f git-bin-files %defattr(-,root,root) @@ -259,6 +259,12 @@ make test %{_mandir}/man7/git*.7.* %changelog +* Fri Sep 25 2020 yangzhuangzhuang - 2.27.0-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Resolved the problem that a failure message is displayed when the git-daemon package is uninstalled + * Wed Aug 26 2020 gaoyi - 2.27.0-1 - Type:enhancement - ID:NA