Accepting request 233879 from home:msmeissn:branches:Base:System

- add missed %service_add_pre in %pre section

OBS-URL: https://build.opensuse.org/request/show/233879
OBS-URL: https://build.opensuse.org/package/show/Base:System/tgt?expand=0&rev=24
This commit is contained in:
Lee Duncan 2014-05-19 18:32:02 +00:00 committed by Git OBS Bridge
parent 08115bb0ff
commit 6b723c8c54
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 14 14:20:38 UTC 2014 - meissner@suse.com
- add missed %service_add_pre in %pre section
-------------------------------------------------------------------
Wed Feb 26 12:57:52 CET 2014 - hare@suse.de

View File

@ -74,6 +74,9 @@ install -vD -m 755 %{S:1} %{buildroot}/%{_unitdir}/%{name}d.service
install -vD %{S:3} %{buildroot}/etc/sysconfig/SuSEfirewall2.d/services/tgt
ln -sf service %{buildroot}/usr/sbin/rc%{name}
%pre
%service_add_pre %{name}d.service
%post
%{fillup_only}
%service_add_post %{name}d.service