From be8d5adfb59c7918a13d8e51ecdb1562e0f4df06 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Tue, 15 Feb 2022 08:30:15 +0100 Subject: [PATCH] Rebuilt for glibc flatpak dependency update --- mtools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mtools.spec b/mtools.spec index 8637249..4141506 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.37 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ Source0: ftp://ftp.gnu.org/gnu/mtools/mtools-%{version}.tar.gz Url: https://www.gnu.org/software/mtools/ @@ -12,7 +12,7 @@ BuildRequires: gcc BuildRequires: texinfo, autoconf # Remove dependency on glibc-gconv-extra to avoid rebuilding entire glibc -# when building flatpaks with mtools as dependency. Glibc is already +# when building flatpaks with mtools as dependency. Glibc is already # included in the runtime. %if ! 0%{?flatpak} Requires: glibc-gconv-extra @@ -60,6 +60,9 @@ ln -s mtools.5.gz %{buildroot}%{_mandir}/man5/mtools.conf.5.gz %{_infodir}/mtools.info* %changelog +* Tue Feb 15 2022 Vojtech Trefny 4.0.37-3 +- Rebuilt for glibc flatpak dependency update + * Thu Jan 20 2022 Fedora Release Engineering - 4.0.37-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild