This commit is contained in:
@@ -137,7 +137,7 @@ then
|
||||
fi
|
||||
popd > /dev/null
|
||||
fi
|
||||
if test "${board_vendor}" = "Microsoft Corporation" -a test "${product_name}" = "Virtual Machine"
|
||||
if test "${board_vendor}" = "Microsoft Corporation" -a "${product_name}" = "Virtual Machine"
|
||||
then
|
||||
echo "Enabling %{hv_kvp_daemon} on '${product_name}' from '${board_vendor}'"
|
||||
%{fillup_and_insserv -Y %{hv_kvp_daemon}}
|
||||
@@ -149,7 +149,7 @@ fi
|
||||
%stop_on_removal
|
||||
|
||||
%postun
|
||||
%%restart_on_update %{hv_kvp_daemon}
|
||||
%restart_on_update %{hv_kvp_daemon}
|
||||
%insserv_cleanup
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user