From 72bb4ee7a07b51a5ce73855af0e8e33d38c36835 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Fri, 11 May 2007 08:52:43 +0000 Subject: [PATCH] rewrited /usr/bin/amuFormat.sh to /bin/sh by Matej Cepl Resolves: #239741 --- mtools.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/mtools.spec b/mtools.spec index 072c76f..0905aec 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: 3.9.10 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/System Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2 @@ -14,6 +14,7 @@ Patch3: mtools-3.9.7-bigdisk.patch Patch4: mtools-3.9.9-noargs.patch Patch5: mtools-3.9.9-badc.patch Patch6: mtools-memset.patch +Patch7: mtools-3.9.10-sh.patch Requires: info BuildRequires: texinfo @@ -35,10 +36,11 @@ Mtools should be installed if you need to use MS-DOS disks %patch4 -p1 -b .noargs %patch5 -p1 -b .badc %patch6 -p1 -b .memset +%patch7 -p1 -b .sh %build %configure -make +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -70,6 +72,10 @@ fi %{_infodir}/* %changelog +* Fri May 11 2007 Adam Tkac 3.9.10-5.fc7 +- patch to #239741 by Matej Cepl + (rewrites /usr/bin/amuFormat.sh to /bin/sh) + * Tue Feb 05 2007 Adam Tkac 3.9.10-4.fc7 - fixed some unstandard statements in spec file (#226162)