shutdown scripts must be executable+valid shell (apparently)

epel9
Rex Dieter 4 years ago
parent 3105292c3a
commit 2361d4da61

@ -1,4 +1,4 @@
#!/bin/sh
# workaround for baloo_file processes persisting # workaround for baloo_file processes persisting
# after logout, parent bug: # after logout, parent bug:
# https://bugzilla.redhat.com/show_bug.cgi?id=1861700 # https://bugzilla.redhat.com/show_bug.cgi?id=1861700

@ -11,7 +11,7 @@
Name: kf5-%{framework} Name: kf5-%{framework}
Summary: A Tier 3 KDE Frameworks 5 module that provides indexing and search functionality Summary: A Tier 3 KDE Frameworks 5 module that provides indexing and search functionality
Version: 5.73.0 Version: 5.73.0
Release: 2%{?dist} Release: 3%{?dist}
# libs are LGPL, tools are GPL # libs are LGPL, tools are GPL
# KDE e.V. may determine that future LGPL/GPL versions are accepted # KDE e.V. may determine that future LGPL/GPL versions are accepted
@ -128,7 +128,7 @@ License: LGPLv2 or LGPLv3
rm -fv %{buildroot}%{_datadir}/locale/*/LC_MESSAGES/baloodb5.* rm -fv %{buildroot}%{_datadir}/locale/*/LC_MESSAGES/baloodb5.*
install -p -m644 -D %{SOURCE1} %{buildroot}%{_prefix}/lib/sysctl.d/97-kde-baloo-filewatch-inotify.conf install -p -m644 -D %{SOURCE1} %{buildroot}%{_prefix}/lib/sysctl.d/97-kde-baloo-filewatch-inotify.conf
install -p -m644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/xdg/plasma-workspace/shutdown/baloo_file.sh install -p -m755 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/xdg/plasma-workspace/shutdown/baloo_file.sh
%find_lang kio5_baloosearch %find_lang kio5_baloosearch
%find_lang kio5_tags %find_lang kio5_tags
@ -204,6 +204,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
%changelog %changelog
* Tue Sep 15 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.73.0-3
- shutdown scripts must be executable+valid shell (apparently)
* Mon Sep 14 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.73.0-2 * Mon Sep 14 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.73.0-2
- add explicit shutdown script for baloo_file (parent bug #1861700) - add explicit shutdown script for baloo_file (parent bug #1861700)

Loading…
Cancel
Save