From 75e961c75ee57dac17027ff64e1d52c4f7c12377 Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Mon, 10 Jul 2023 08:49:11 +0000 Subject: [PATCH] Add Recommends to package glibc-gconv-extra When glibc-gconv-extra package is missing, `mandb -c` returns warnings if man pages on the system attempt to utilize the ISO 8859-2 charset. Adding only recommends because some packages that want's the minimal footprint may accept to have these warnings. Resolves: #2182414 --- man-db.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man-db.spec b/man-db.spec index 949b747..29316d7 100644 --- a/man-db.spec +++ b/man-db.spec @@ -3,7 +3,7 @@ Summary: Tools for searching and reading man pages Name: man-db Version: 2.11.2 -Release: 2%{?dist} +Release: 3%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib License: GPL-2.0-or-later AND GPL-3.0-or-later @@ -27,6 +27,7 @@ BuildRequires: gcc BuildRequires: systemd BuildRequires: gdbm-devel, gettext, groff, less, libpipeline-devel, zlib-devel BuildRequires: po4a, perl-interpreter, perl-version +Recommends: glibc-gconv-extra Requires(post): %{_sbindir}/update-alternatives Requires(postun): %{_sbindir}/update-alternatives @@ -226,6 +227,10 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Mon Jul 10 2023 Lukas Javorsky - 2.11.2-3 +- Add Recommends to package glibc-gconv-extra +- Justification in BZ#2182414 + * Thu Jan 19 2023 Fedora Release Engineering - 2.11.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild