Accepting request 811887 from Base:System
- Switch to user:group man:man within mandb.service (boo#1172575) - Use %{_prefix}/lib for tmpfiles.d directory to avoid to get this OBS-URL: https://build.opensuse.org/request/show/811887 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/man?expand=0&rev=79
This commit is contained in:
commit
23b1126eb0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 5 15:21:06 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- Switch to user:group man:man within mandb.service (boo#1172575)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 17 17:37:58 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
Sun May 17 17:37:58 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
@ -17,7 +22,7 @@ Wed Nov 6 08:48:22 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 3 11:37:28 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
Sun Nov 3 11:37:28 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
- Use %{_prefix}/lib for tmpfiles.d directory to avoud to get this
|
- Use %{_prefix}/lib for tmpfiles.d directory to avoid to get this
|
||||||
nonexecutable location below new location of %{_libexecdir}
|
nonexecutable location below new location of %{_libexecdir}
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
6
man.spec
6
man.spec
@ -350,11 +350,11 @@ fi
|
|||||||
%attr(0755,root,root) %{_libexecdir}/man-db/man
|
%attr(0755,root,root) %{_libexecdir}/man-db/man
|
||||||
%attr(0755,root,root) %{_libexecdir}/man-db/whatis
|
%attr(0755,root,root) %{_libexecdir}/man-db/whatis
|
||||||
%attr(0755,root,root) %{_libexecdir}/man-db/mandb
|
%attr(0755,root,root) %{_libexecdir}/man-db/mandb
|
||||||
%attr(0755,man,man) %{_libexecdir}/man-db/manconv
|
%attr(0755,root,root) %{_libexecdir}/man-db/manconv
|
||||||
%attr(0755,man,man) %{_libexecdir}/man-db/globbing
|
%attr(0755,root,root) %{_libexecdir}/man-db/globbing
|
||||||
%attr(0755,root,root) %{_libexecdir}/man-db/wrapper
|
%attr(0755,root,root) %{_libexecdir}/man-db/wrapper
|
||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
%attr(0744,man,man) %{_libexecdir}/man-db/do_mandb
|
%attr(0744,root,root) %{_libexecdir}/man-db/do_mandb
|
||||||
%endif
|
%endif
|
||||||
%{_sbindir}/accessdb
|
%{_sbindir}/accessdb
|
||||||
%{_libdir}/libman*.so
|
%{_libdir}/libman*.so
|
||||||
|
@ -4,6 +4,8 @@ Documentation=man:mandb(8) man:catman(8)
|
|||||||
ConditionACPower=true
|
ConditionACPower=true
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
User=man
|
||||||
|
Group=man
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
Nice=5
|
Nice=5
|
||||||
IOSchedulingClass=idle
|
IOSchedulingClass=idle
|
||||||
|
Loading…
Reference in New Issue
Block a user