From aa478389746f46d4ace9a153f52ce4402beebc42b75d495d90ab6ee008cf6762 Mon Sep 17 00:00:00 2001 From: Marco Chiappero Date: Thu, 29 Aug 2024 13:11:50 +0000 Subject: [PATCH] Fix postun macro naming OBS-URL: https://build.opensuse.org/package/show/Base:System/stalld?expand=0&rev=5 --- stalld.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stalld.spec b/stalld.spec index 064eb9e..6407955 100644 --- a/stalld.spec +++ b/stalld.spec @@ -65,9 +65,9 @@ mv %{buildroot}%{_sysconfdir}/sysconfig/%{name} %{buildroot}%{_fillupdir}/syscon %service_add_post %{name}.service %preun -%service_del_pre %{name}.service +%service_del_preun %{name}.service %postun -%service_del_post %{name}.service +%service_del_postun %{name}.service %changelog