From 6367d22a879c01b24201d4648ac99495fae931897b35bf807fbf7730994c0920 Mon Sep 17 00:00:00 2001 From: Cliff Zhao Date: Mon, 22 May 2023 12:38:31 +0000 Subject: [PATCH] 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 --- plymouth.changes | 8 ++++++++ plymouth.spec | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/plymouth.changes b/plymouth.changes index 1c93008..0240fd9 100644 --- a/plymouth.changes +++ b/plymouth.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon May 22 10:32:49 UTC 2023 - Dominique Leuenberger + +- 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 diff --git a/plymouth.spec b/plymouth.spec index 6a059ee..1e984bc 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -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