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:
parent
177d368b47
commit
e2b8e4d890
@ -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>
|
||||
|
||||
|
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user