Add missing %systemd_postun arguments
%systemd_postun was changed recently to require arguments[1]. This seems
to help systemd to clean up more efficiently after uninstalling a
package.
[1] 085f826676
This commit is contained in:
parent
dbcbd08793
commit
3ec7562457
@ -81,7 +81,7 @@ getent passwd sanlock > /dev/null || /usr/sbin/useradd \
|
||||
%systemd_preun wdmd.service sanlock.service
|
||||
|
||||
%postun
|
||||
%systemd_postun
|
||||
%systemd_postun wdmd.service sanlock.service
|
||||
|
||||
%files
|
||||
/usr/lib/systemd/systemd-wdmd
|
||||
|
Loading…
Reference in New Issue
Block a user