Accepting request 1088333 from home:dimstar:Factory

- Proporly list services as parameters to
  %service_del_postun_without_restart: new versions mandate the
  parameters to further down the line eliminate errors. For the
  time being, the code does not care for the parameters.

OBS-URL: https://build.opensuse.org/request/show/1088333
OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=360
This commit is contained in:
Cliff Zhao 2023-05-22 12:38:31 +00:00 committed by Git OBS Bridge
parent 4012b253a0
commit 6367d22a87
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon May 22 10:32:49 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Proporly list services as parameters to
%service_del_postun_without_restart: new versions mandate the
parameters to further down the line eliminate errors. For the
time being, the code does not care for the parameters.
-------------------------------------------------------------------
Tue Apr 18 12:18:34 UTC 2023 - Cliff Zhao <qzhao@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package plymouth
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -413,7 +413,7 @@ mv %{buildroot}%{_sysconfdir}/logrotate.d/bootlog %{buildroot}%{_distconfdir}/lo
%postun
%{?regenerate_initrd_post}
%if 0%{?suse_version} > 1500
%service_del_postun_without_restart
%service_del_postun_without_restart plymouth-halt.service plymouth-kexec.service plymouth-poweroff.service plymouth-quit-wait.service plymouth-quit.service plymouth-read-write.service plymouth-reboot.service plymouth-start.service
%else
%systemd_postun
%endif