|
|
@ -1,17 +1,27 @@
|
|
|
|
Summary: Programs for accessing MS-DOS disks without mounting the disks
|
|
|
|
Summary: Programs for accessing MS-DOS disks without mounting the disks
|
|
|
|
Name: mtools
|
|
|
|
Name: mtools
|
|
|
|
Version: 4.0.26
|
|
|
|
Version: 4.0.43
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 6%{?dist}
|
|
|
|
License: GPLv3+
|
|
|
|
License: GPL-3.0-or-later
|
|
|
|
Source0: ftp://ftp.gnu.org/gnu/mtools/mtools-%{version}.tar.gz
|
|
|
|
Source0: ftp://ftp.gnu.org/gnu/mtools/mtools-%{version}.tar.gz
|
|
|
|
Url: https://www.gnu.org/software/mtools/
|
|
|
|
Url: https://www.gnu.org/software/mtools/
|
|
|
|
Patch0: mtools-3.9.6-config.patch
|
|
|
|
Patch0: mtools-3.9.6-config.patch
|
|
|
|
|
|
|
|
Patch1: mtools-4.0.43-errmsgsize.patch
|
|
|
|
|
|
|
|
Patch2: mtools-4.0.43-iconv_close.patch
|
|
|
|
|
|
|
|
Patch3: mtools-4.0.43-close.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: texinfo, autoconf
|
|
|
|
BuildRequires: texinfo
|
|
|
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Remove dependency on glibc-gconv-extra to avoid rebuilding entire glibc
|
|
|
|
|
|
|
|
# when building flatpaks with mtools as dependency. Glibc is already
|
|
|
|
|
|
|
|
# included in the runtime.
|
|
|
|
|
|
|
|
%if ! 0%{?flatpak}
|
|
|
|
Requires: glibc-gconv-extra
|
|
|
|
Requires: glibc-gconv-extra
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Mtools is a collection of utilities for accessing MS-DOS files.
|
|
|
|
Mtools is a collection of utilities for accessing MS-DOS files.
|
|
|
@ -23,7 +33,10 @@ Mtools should be installed if you need to use MS-DOS disks
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
%patch0 -p1 -b .conf
|
|
|
|
%patch 0 -p1 -b .conf
|
|
|
|
|
|
|
|
%patch 1 -p1
|
|
|
|
|
|
|
|
%patch 2 -p1
|
|
|
|
|
|
|
|
%patch 3 -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
autoreconf -fiv
|
|
|
|
autoreconf -fiv
|
|
|
@ -55,13 +68,94 @@ ln -s mtools.5.gz %{buildroot}%{_mandir}/man5/mtools.conf.5.gz
|
|
|
|
%{_infodir}/mtools.info*
|
|
|
|
%{_infodir}/mtools.info*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Jun 7 2022 Pavel Cahyna <pcahyna@redhat.com> - 4.0.26-4
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 4.0.43-6
|
|
|
|
- Add dependency on glibc-gconv-extra
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
mtools need codepage 850, which was split from glibc into a subpackage.
|
|
|
|
|
|
|
|
(Fedora bug #2021637, RHEL bug #2073843)
|
|
|
|
* Wed Aug 21 2024 Pavel Cahyna <pcahyna@redhat.com> - 4.0.43-6
|
|
|
|
|
|
|
|
- Increase error message buffer size
|
|
|
|
|
|
|
|
- Prevent a leak of iconv_t
|
|
|
|
|
|
|
|
- Prevent a file descriptor leak
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 4.0.43-5
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.43-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.43-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.43-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 22 2023 Vojtech Trefny <vtrefny@redhat.com> 4.0.43-1
|
|
|
|
|
|
|
|
- Update to 4.0.43
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.42-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 11 2022 Vojtech Trefny <vtrefny@redhat.com> - 4.0.42-2
|
|
|
|
|
|
|
|
- Change license string to the SPDX format required by Fedora
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 24 2022 Vojtech Trefny <vtrefny@redhat.com> 4.0.42-1
|
|
|
|
|
|
|
|
- Update to 4.0.42
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 20 2022 Vojtech Trefny <vtrefny@redhat.com> 4.0.41-1
|
|
|
|
|
|
|
|
- Update to 4.0.41
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.40-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 06 2022 Vojtech Trefny <vtrefny@redhat.com> 4.0.40-1
|
|
|
|
|
|
|
|
- Update to 4.0.40
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 12 2022 Vojtech Trefny <vtrefny@redhat.com> 4.0.39-1
|
|
|
|
|
|
|
|
- Update to 4.0.39
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 07 2022 Vojtech Trefny <vtrefny@redhat.com> 4.0.38-1
|
|
|
|
|
|
|
|
- Update to 4.0.38
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 15 2022 Vojtech Trefny <vtrefny@redhat.com> 4.0.37-3
|
|
|
|
|
|
|
|
- Rebuilt for glibc flatpak dependency update
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.37-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 10 2022 Vojtech Trefny <vtrefny@redhat.com> 4.0.37-1
|
|
|
|
|
|
|
|
- Update to 4.0.37
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 22 2021 Vojtech Trefny <vtrefny@redhat.com> 4.0.36-1
|
|
|
|
|
|
|
|
- Update to 4.0.36
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jul 25 2021 Vojtech Trefny <vtrefny@redhat.com> 4.0.34-1
|
|
|
|
|
|
|
|
- Update to 4.0.34
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.33-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 19 2021 Vojtech Trefny <vtrefny@redhat.com> 4.0.33-1
|
|
|
|
|
|
|
|
- Update to 4.0.33
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 14 2021 Vojtech Trefny <vtrefny@redhat.com> 4.0.32-1
|
|
|
|
|
|
|
|
- Update to 4.0.32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 28 2021 Vojtech Trefny <vtrefny@redhat.com> 4.0.31-1
|
|
|
|
|
|
|
|
- Update to 4.0.31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 18 2021 Vojtech Trefny <vtrefny@redhat.com> 4.0.30-1
|
|
|
|
|
|
|
|
- Update to 4.0.30
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 01 2021 Vojtech Trefny <vtrefny@redhat.com> 4.0.29-1
|
|
|
|
|
|
|
|
- Update to 4.0.29
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 4.0.26-3
|
|
|
|
* Mon Apr 19 2021 Vojtech Trefny <vtrefny@redhat.com> 4.0.27-1
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Update to 4.0.27
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.26-2
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.26-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|