Add dependency on glibc-gconv-extra (#2021637)
This commit is contained in:
parent
93ba93c9c8
commit
8df8d157d1
@ -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 <vtrefny@redhat.com> 4.0.35-2
|
||||
- Add dependency on glibc-gconv-extra (#2021637)
|
||||
|
||||
* Sun Aug 08 2021 Vojtech Trefny <vtrefny@redhat.com> 4.0.35-1
|
||||
- Update to 4.0.35
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user