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:
Stephan Kulow 2013-03-28 12:11:58 +00:00 committed by Git OBS Bridge
parent 65031f8424
commit 21fc25c24c
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -279,10 +279,11 @@ fi
%{fillup_and_insserv -n git-daemon}
%postun daemon
%{restart_on_update git-daemon}
%{insserv_cleanup}
%preun daemon
%stop_on_removal
%{stop_on_removal git-daemon}
%files
%defattr(-,root,root)