From 9ea4928e9d9051e6f3e4346b90fca36795906011239e4ee0f9f60bc9f0eb93ea Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 12 Jun 2020 15:27:52 +0000 Subject: [PATCH] Revert to rev78 - https://bugzilla.opensuse.org/show_bug.cgi?id=1172876 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/man?expand=0&rev=80 --- man.changes | 7 +------ man.spec | 6 +++--- mandb.service | 2 -- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/man.changes b/man.changes index 068e45d..d211dc3 100644 --- a/man.changes +++ b/man.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Fri Jun 5 15:21:06 UTC 2020 - Dr. Werner Fink - -- Switch to user:group man:man within mandb.service (boo#1172575) - ------------------------------------------------------------------- Sun May 17 17:37:58 UTC 2020 - Andreas Stieger @@ -22,7 +17,7 @@ Wed Nov 6 08:48:22 UTC 2019 - Dr. Werner Fink ------------------------------------------------------------------- Sun Nov 3 11:37:28 UTC 2019 - Dr. Werner Fink -- Use %{_prefix}/lib for tmpfiles.d directory to avoid to get this +- Use %{_prefix}/lib for tmpfiles.d directory to avoud to get this nonexecutable location below new location of %{_libexecdir} ------------------------------------------------------------------- diff --git a/man.spec b/man.spec index 8d6f0a5..734a427 100644 --- a/man.spec +++ b/man.spec @@ -350,11 +350,11 @@ fi %attr(0755,root,root) %{_libexecdir}/man-db/man %attr(0755,root,root) %{_libexecdir}/man-db/whatis %attr(0755,root,root) %{_libexecdir}/man-db/mandb -%attr(0755,root,root) %{_libexecdir}/man-db/manconv -%attr(0755,root,root) %{_libexecdir}/man-db/globbing +%attr(0755,man,man) %{_libexecdir}/man-db/manconv +%attr(0755,man,man) %{_libexecdir}/man-db/globbing %attr(0755,root,root) %{_libexecdir}/man-db/wrapper %if 0%{?suse_version} >= 1500 -%attr(0744,root,root) %{_libexecdir}/man-db/do_mandb +%attr(0744,man,man) %{_libexecdir}/man-db/do_mandb %endif %{_sbindir}/accessdb %{_libdir}/libman*.so diff --git a/mandb.service b/mandb.service index ab00eb2..ac4300b 100644 --- a/mandb.service +++ b/mandb.service @@ -4,8 +4,6 @@ Documentation=man:mandb(8) man:catman(8) ConditionACPower=true [Service] -User=man -Group=man Type=oneshot Nice=5 IOSchedulingClass=idle