From 8df8d157d18ab9847c471b28770627c8827ef858 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Wed, 10 Nov 2021 10:17:55 +0100 Subject: [PATCH] Add dependency on glibc-gconv-extra (#2021637) --- mtools.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mtools.spec b/mtools.spec index 0db4b5f..c91ec68 100644 --- a/mtools.spec +++ b/mtools.spec @@ -1,7 +1,7 @@ Summary: Programs for accessing MS-DOS disks without mounting the disks Name: mtools Version: 4.0.35 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Source0: ftp://ftp.gnu.org/gnu/mtools/mtools-%{version}.tar.gz Url: https://www.gnu.org/software/mtools/ @@ -11,6 +11,8 @@ BuildRequires: make BuildRequires: gcc BuildRequires: texinfo, autoconf +Requires: glibc-gconv-extra + %description Mtools is a collection of utilities for accessing MS-DOS files. Mtools allow you to read, write and move around MS-DOS filesystem @@ -53,6 +55,9 @@ ln -s mtools.5.gz %{buildroot}%{_mandir}/man5/mtools.conf.5.gz %{_infodir}/mtools.info* %changelog +* Wed Sep 10 2021 Vojtech Trefny 4.0.35-2 +- Add dependency on glibc-gconv-extra (#2021637) + * Sun Aug 08 2021 Vojtech Trefny 4.0.35-1 - Update to 4.0.35