Accepting request 1152481 from home:Vogtinator:frameworks6

- Don't rely on %systemd_user_* beginning with a newline

OBS-URL: https://build.opensuse.org/request/show/1152481
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-baloo?expand=0&rev=6
This commit is contained in:
Christophe Marin 2024-02-27 20:41:24 +00:00 committed by Git OBS Bridge
parent 177d368b47
commit e2b8e4d890
2 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 27 17:52:32 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Don't rely on %systemd_user_* beginning with a newline
-------------------------------------------------------------------
Tue Feb 27 10:38:00 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -142,9 +142,14 @@ package contains aditional command line utilities. Development files.
%ldconfig_scriptlets -n libKF6Baloo6
%ldconfig_scriptlets -n libKF6BalooEngine6
%post file %{systemd_user_post kde-baloo.service}
%preun file %{systemd_user_preun kde-baloo.service}
%postun file %{systemd_user_postun kde-baloo.service}
%post file
%{systemd_user_post kde-baloo.service}
%preun file
%{systemd_user_preun kde-baloo.service}
%postun file
%{systemd_user_postun kde-baloo.service}
%files -n libKF6Baloo6
%license LICENSES/*