Skip cleaning cron job for /var/cache/man
OBS-URL: https://build.opensuse.org/package/show/Base:System/man?expand=0&rev=87
This commit is contained in:
parent
c5932fbc4d
commit
33364c8da4
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 16 14:25:43 UTC 2018 - werner@suse.de
|
||||
|
||||
- Skip cron job for cleaning /var/cache/man as there exists
|
||||
/usr/lib/tmpfiles.d/man-db.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 17:33:26 CET 2017 - kukuk@suse.de
|
||||
|
||||
|
5
man.spec
5
man.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package man
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -272,7 +272,8 @@ test -d /var/cache/man && mandb --quiet --create ||:
|
||||
%doc ChangeLog
|
||||
%doc %{_datadir}/doc/packages/man/man-db-manual.*
|
||||
%config /etc/manpath.config
|
||||
%attr(0744,root,root) /etc/cron.daily/suse-clean_catman
|
||||
# There exists /usr/lib/tmpfiles.d/man-db.conf
|
||||
# %attr(0744,root,root) /etc/cron.daily/suse-clean_catman
|
||||
%attr(0744,root,root) /etc/cron.daily/suse-do_mandb
|
||||
%{_bindir}/apropos
|
||||
%{_bindir}/catman
|
||||
|
Loading…
Reference in New Issue
Block a user