Fix preun systemd macro call
This commit is contained in:
parent
c8ed9ff657
commit
6351161fa2
@ -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 <vcrhonek@redhat.com> - 2.14.1-65
|
||||
- Fix preun systemd macro call
|
||||
|
||||
* Mon Jan 24 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.14.1-64
|
||||
- Fix build flags
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user