From 6351161fa23d2531e80bf933b8b56733ecd13db6 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Mon, 31 Jan 2022 14:38:52 +0100 Subject: [PATCH] Fix preun systemd macro call --- tog-pegasus.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tog-pegasus.spec b/tog-pegasus.spec index 81160cc..ebc16fb 100644 --- a/tog-pegasus.spec +++ b/tog-pegasus.spec @@ -8,7 +8,7 @@ Name: tog-pegasus Version: %{major_ver}.1 -Release: 64%{?dist} +Release: 65%{?dist} Epoch: 2 Summary: OpenPegasus WBEM Services for Linux @@ -496,7 +496,7 @@ fi :; %preun -%systemd_preun stop tog-pegasus.service +%systemd_preun tog-pegasus.service if [ $1 -eq 0 ]; then # Package removal, not upgrade rm -rf /var/run/tog-pegasus @@ -564,6 +564,9 @@ fi %changelog +* Mon Jan 31 2022 Vitezslav Crhonek - 2.14.1-65 +- Fix preun systemd macro call + * Mon Jan 24 2022 Vitezslav Crhonek - 2.14.1-64 - Fix build flags