2011-06-17 08:56:56 +00:00
committed by Git OBS Bridge
parent 36b11b8b5e
commit 0298cd91bd

View File

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