Accepting request 699573 from home:lnussel:branches:Base:System

- remove %verify(not group) from /var/cache/man, the inconsistent
  permissions are fixed in the permissions package (boo#1133678)

OBS-URL: https://build.opensuse.org/request/show/699573
OBS-URL: https://build.opensuse.org/package/show/Base:System/man?expand=0&rev=100
This commit is contained in:
Dr. Werner Fink 2019-04-30 09:37:20 +00:00 committed by Git OBS Bridge
parent 39fce819e7
commit 423612524b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 30 09:09:19 UTC 2019 - lnussel@suse.de
- remove %verify(not group) from /var/cache/man, the inconsistent
permissions are fixed in the permissions package (boo#1133678)
-------------------------------------------------------------------
Fri Mar 8 13:12:07 UTC 2019 - Dr. Werner Fink <werner@suse.de>

View File

@ -370,6 +370,6 @@ test -d /var/cache/man && mandb --quiet --create ||:
%dir %{_mandir}/tr
%{_fillupdir}/sysconfig.cron-man
%defattr(-,man,man)
%ghost %verify(not group) %{_localstatedir}/cache/man
%ghost %{_localstatedir}/cache/man
%changelog