parent
c63ae7e22e
commit
67da76e768
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/man-db-2.7.5.tar.xz
|
/man-db-2.7.5.tar.xz
|
||||||
/man-db-2.7.6.1.tar.xz
|
/man-db-2.7.6.1.tar.xz
|
||||||
/man-db-2.8.3.tar.xz
|
/man-db-2.8.3.tar.xz
|
||||||
|
/man-db-2.8.4.tar.xz
|
||||||
|
@ -8,11 +8,11 @@ Subject: [PATCH] Set owner of man cache to root
|
|||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/init/systemd/man-db.conf.in b/init/systemd/man-db.conf.in
|
diff --git a/init/systemd/man-db.conf.in b/init/systemd/man-db.conf.in
|
||||||
index 90ca7f6..cac2b52 100644
|
index 7a461e8..cac2b52 100644
|
||||||
--- a/init/systemd/man-db.conf.in
|
--- a/init/systemd/man-db.conf.in
|
||||||
+++ b/init/systemd/man-db.conf.in
|
+++ b/init/systemd/man-db.conf.in
|
||||||
@@ -1 +1 @@
|
@@ -1 +1 @@
|
||||||
-d /var/cache/man 0755 @man_owner@ @man_owner@ 1w
|
-d /var/cache/man 0755 @cache_top_owner@ @cache_top_owner@ 1w
|
||||||
+d /var/cache/man 0755 root root 1w
|
+d /var/cache/man 0755 root root 1w
|
||||||
--
|
--
|
||||||
2.13.6
|
2.13.6
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
Summary: Tools for searching and reading man pages
|
Summary: Tools for searching and reading man pages
|
||||||
Name: man-db
|
Name: man-db
|
||||||
Version: 2.8.3
|
Version: 2.8.4
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
# GPLv2+ .. man-db
|
# GPLv2+ .. man-db
|
||||||
# GPLv3+ .. gnulib
|
# GPLv3+ .. gnulib
|
||||||
License: GPLv2+ and GPLv3+
|
License: GPLv2+ and GPLv3+
|
||||||
@ -178,6 +178,10 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron
|
%config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 30 2018 Nikola Forró <nforro@redhat.com> - 2.8.4-1
|
||||||
|
- update to 2.8.4
|
||||||
|
resolves #1609438
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-4
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (man-db-2.8.3.tar.xz) = 35d5dda7a2bda94978d10770d24d4c78b3c62c71a68cfeb400df61b0df289ed17aa8aa223d4ae3ffa094d76df8d9172b878230fd7b0397ce7728b9c8ac0b1745
|
SHA512 (man-db-2.8.4.tar.xz) = 3cc160a5a8a0a4e918f6f6546582d1e5fe9851a13c5bd8dc94e3fcbf4ec28cb3cd1524b1ae30722931c84981fa8ca9ac64c9c4d9544c2d0bea80ac9f39cb5e66
|
||||||
|
Loading…
Reference in New Issue
Block a user