From debee7b8bf6dd58f3f05857bcb467d6fb56c546f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Tue, 22 Mar 2022 02:01:17 +0000 Subject: [PATCH] change Requires: groff-base --- man-db.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/man-db.spec b/man-db.spec index b139c65..0501d36 100644 --- a/man-db.spec +++ b/man-db.spec @@ -2,7 +2,7 @@ Name: man-db Version: 2.9.4 -Release: 2 +Release: 3 Summary: Online database for using man pages License: GPLv2+ and GPLv3+ URL: http://www.nongnu.org/man-db/ @@ -13,7 +13,7 @@ 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 chrpath -Requires: coreutils grep groff gzip less crontabs +Requires: coreutils grep groff-base gzip less crontabs Provides: man = %{version} man-pages-reader = %{version} bundled(gnulib) = 20140202 Obsoletes: man < 2.0 @@ -167,6 +167,9 @@ fi %{_mandir}/ro/man8/mandb.8.gz %changelog +* Mon Mar 21 2022 fushanqing - 2.9.4-3 +- change Requires: groff-base + * Fri Jan 07 2022 shangyibin - 2.9.4-2 - Fix compilation failed