diff --git a/powerline.spec b/powerline.spec index 540a7b2..45577ab 100644 --- a/powerline.spec +++ b/powerline.spec @@ -2,7 +2,7 @@ Name: powerline Version: 2.8.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The ultimate status-line/prompt utility License: MIT @@ -189,13 +189,13 @@ install -m 0644 powerline/dist/systemd/powerline-daemon.service %{buildroot}%{_u %endif %post -%systemd_post powerline.service +%systemd_user_post powerline.service %preun -%systemd_preun powerline.service +%systemd_user_preun powerline.service %postun -%systemd_postun_with_restart powerline.service +%systemd_user_postun_with_restart powerline.service %files %license LICENSE @@ -331,6 +331,9 @@ install -m 0644 powerline/dist/systemd/powerline-daemon.service %{buildroot}%{_u %{_datadir}/tmux/powerline*.conf %changelog +* Sun Jun 05 2022 Christoph Erhardt - 2.8.3-4 +- Use correct `%systemd_` RPM macros for user unit (#2093695) + * Fri Jun 03 2022 Christoph Erhardt - 2.8.3-3 - Build `powerline` binary with correct linker flags - Make Fontconfig symlink relative