Accepting request 254909 from GNOME:Next

- Set DISABLE_RESTART_ON_UPDATE to 'yes' instead of '1': the
  systemd macros do an explicit compare to the string.

OBS-URL: https://build.opensuse.org/request/show/254909
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/PackageKit?expand=0&rev=233
This commit is contained in:
Bjørn Lie 2014-10-09 18:09:39 +00:00 committed by Git OBS Bridge
parent db73f2e867
commit a4af9568d1
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 9 18:02:19 UTC 2014 - dimstar@opensuse.org
- Set DISABLE_RESTART_ON_UPDATE to 'yes' instead of '1': the
systemd macros do an explicit compare to the string.
-------------------------------------------------------------------
Sat Oct 4 12:31:13 UTC 2014 - dimstar@opensuse.org

View File

@ -308,7 +308,7 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcpackagekit-offline-update
%postun
%mime_database_postun
# Do not restart PackageKit on upgrade - it kills the transaction
export DISABLE_RESTART_ON_UPDATE=1
export DISABLE_RESTART_ON_UPDATE=yes
%service_del_postun packagekit.service
%if %{with_offline_updates}
%service_del_postun packagekit-offline-update.service