Accepting request 161517 from devel:tools:scm
- fix git-daemon's pre-uninstall script to correctly stop the daemon after removal (bnc#812123) - fix git-daemon's post-uninstall script to restart the daemon after update (bnc#812123) (forwarded request 161506 from leonardocf) OBS-URL: https://build.opensuse.org/request/show/161517 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=106
This commit is contained in:
parent
65031f8424
commit
21fc25c24c
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 27 22:42:15 UTC 2013 - lchiquitto@suse.com
|
||||||
|
|
||||||
|
- fix git-daemon's pre-uninstall script to correctly stop the
|
||||||
|
daemon after removal (bnc#812123)
|
||||||
|
- fix git-daemon's post-uninstall script to restart the daemon
|
||||||
|
after update (bnc#812123)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 14 03:29:56 UTC 2013 - douglarek@outlook.com
|
Thu Mar 14 03:29:56 UTC 2013 - douglarek@outlook.com
|
||||||
|
|
||||||
|
3
git.spec
3
git.spec
@ -279,10 +279,11 @@ fi
|
|||||||
%{fillup_and_insserv -n git-daemon}
|
%{fillup_and_insserv -n git-daemon}
|
||||||
|
|
||||||
%postun daemon
|
%postun daemon
|
||||||
|
%{restart_on_update git-daemon}
|
||||||
%{insserv_cleanup}
|
%{insserv_cleanup}
|
||||||
|
|
||||||
%preun daemon
|
%preun daemon
|
||||||
%stop_on_removal
|
%{stop_on_removal git-daemon}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user