Bump Release, update %changelog

Resolves: RHEL-138313
This commit is contained in:
Pavel Cahyna 2024-08-21 14:17:33 +02:00
parent 8f347030dd
commit f6b86c178c

View File

@ -1,7 +1,7 @@
Summary: Programs for accessing MS-DOS disks without mounting the disks
Name: mtools
Version: 4.0.26
Release: 4%{?dist}
Release: 5%{?dist}
License: GPLv3+
Source0: ftp://ftp.gnu.org/gnu/mtools/mtools-%{version}.tar.gz
Url: https://www.gnu.org/software/mtools/
@ -61,6 +61,11 @@ ln -s mtools.5.gz %{buildroot}%{_mandir}/man5/mtools.conf.5.gz
%{_infodir}/mtools.info*
%changelog
* Mon Feb 16 2026 Pavel Cahyna <pcahyna@redhat.com> - 4.0.26-5
- Increase error message buffer size
- Prevent a leak of iconv_t
- Prevent a file descriptor leak
* Tue Jun 7 2022 Pavel Cahyna <pcahyna@redhat.com> - 4.0.26-4
- Add dependency on glibc-gconv-extra
mtools need codepage 850, which was split from glibc into a subpackage.