From 33364c8da43d224b3ad145062b08cadb743eb11c28a72cc693f4f1096f30e777 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 16 Apr 2018 14:27:19 +0000 Subject: [PATCH] Skip cleaning cron job for /var/cache/man OBS-URL: https://build.opensuse.org/package/show/Base:System/man?expand=0&rev=87 --- man.changes | 6 ++++++ man.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/man.changes b/man.changes index acab600..ef9350c 100644 --- a/man.changes +++ b/man.changes @@ -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 diff --git a/man.spec b/man.spec index 76dbec1..794729b 100644 --- a/man.spec +++ b/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