swapping root for man in man-db.conf

- related: #1110274
This commit is contained in:
jchaloup 2014-07-01 11:59:52 +02:00
parent 42c0189a41
commit 3c0726e49a
2 changed files with 6 additions and 2 deletions

View File

@ -3380,7 +3380,7 @@ index 0000000..10b27b4
--- /dev/null
+++ b/init/systemd/man-db.conf
@@ -0,0 +1 @@
+d /var/cache/man 2755 man root 1w
+d /var/cache/man 2755 root man 1w
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 404f2b9..a36a60d 100644
--- a/lib/Makefile.in

View File

@ -4,7 +4,7 @@
Summary: Tools for searching and reading man pages
Name: man-db
Version: 2.6.7.1
Release: 3%{?dist}
Release: 4%{?dist}
# GPLv2+ .. man-db
# GPLv3+ .. gnulib
License: GPLv2+ and GPLv3+
@ -125,6 +125,10 @@ install -D -p -m 0644 init/systemd/man-db.conf $RPM_BUILD_ROOT/usr/lib/tmpfiles.
%lang(zh_CN) %{_datadir}/man/zh_CN/man*/*
%changelog
* Tue Jul 01 2014 jchaloup <jchaloup@redhat.com> - 2.6.7.1-4
- related: #1110274
swapping root for man in man-db.conf
* Wed Jun 25 2014 jchaloup <jchaloup@redhat.com> - 2.6.7.1-3
- resolves: #1110274
Add systemd tmpfiles snippet to clean up old cat files after (upstream patch)