diff --git a/tgt.changes b/tgt.changes index 9533c70..68f4187 100644 --- a/tgt.changes +++ b/tgt.changes @@ -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 diff --git a/tgt.spec b/tgt.spec index 8b20771..b09f88a 100644 --- a/tgt.spec +++ b/tgt.spec @@ -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