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:
parent
db73f2e867
commit
a4af9568d1
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user