From 012800b5a7b068b0dd234f0a42cdc790b46a206b Mon Sep 17 00:00:00 2001 From: shangyibin Date: Fri, 7 Jan 2022 09:44:58 +0800 Subject: [PATCH] Fix compilation failed --- man-db.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/man-db.spec b/man-db.spec index 2eb6fa2..b139c65 100644 --- a/man-db.spec +++ b/man-db.spec @@ -2,7 +2,7 @@ Name: man-db Version: 2.9.4 -Release: 1 +Release: 2 Summary: Online database for using man pages License: GPLv2+ and GPLv3+ URL: http://www.nongnu.org/man-db/ @@ -12,13 +12,14 @@ Source2: man-db.sysconfig Source3: man-db-cache-update.service BuildRequires: gcc systemd gdbm-devel gettext groff less libpipeline-devel zlib-devel -BuildRequires: po4a perl-interpreter perl-version make +BuildRequires: po4a perl-interpreter perl-version make chrpath Requires: coreutils grep groff gzip less crontabs Provides: man = %{version} man-pages-reader = %{version} bundled(gnulib) = 20140202 Obsoletes: man < 2.0 Provides: man-db-cron Obsoletes: man-db-cron +Obsoletes: man-pages-zh-CN %description man-db is an implementation of the standard Unix documentation system accessed using the man command. @@ -166,6 +167,9 @@ fi %{_mandir}/ro/man8/mandb.8.gz %changelog +* Fri Jan 07 2022 shangyibin - 2.9.4-2 +- Fix compilation failed + * Sun Dec 26 2021 liudabo - 2.9.4-1 - upgrade version to 2.9.4