Accepting request 127441 from home:a_jaeger:FactoryFix

- Fix restart_on_update usage.
This fixes:
/var/tmp/rpm-tmp.xVimt9: line 9: /etc/init.d//etc/init.d/nbd-server: No such file or directory

Should go into 12.2 as well.

OBS-URL: https://build.opensuse.org/request/show/127441
OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=21
This commit is contained in:
Marcus Meissner 2012-07-10 09:07:57 +00:00 committed by Git OBS Bridge
parent 448a9c4ccf
commit dc44c977b4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 10 07:08:17 UTC 2012 - aj@suse.de
- Fix restart_on_update usage.
-------------------------------------------------------------------
Fri May 18 13:44:05 UTC 2012 - tabraham@novell.com

View File

@ -160,7 +160,7 @@ fi
%postun
%{insserv_cleanup}
%restart_on_update /etc/init.d/nbd-server
%restart_on_update nbd-server
%preun
%{stop_on_removal nbd-server}