From b347263335b5a7525f1ac9bd72b2fa6baa268886 Mon Sep 17 00:00:00 2001 From: eulerstorage Date: Fri, 10 Jan 2020 10:18:58 +0800 Subject: [PATCH] update mtools --- 0000-mtools-3.9.6-config.patch | 18 ------------------ mtools.spec | 11 ++++++++--- 2 files changed, 8 insertions(+), 21 deletions(-) delete mode 100644 0000-mtools-3.9.6-config.patch diff --git a/0000-mtools-3.9.6-config.patch b/0000-mtools-3.9.6-config.patch deleted file mode 100644 index b7b35a7..0000000 --- a/0000-mtools-3.9.6-config.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -up mtools-4.0.9/mtools.conf.conf mtools-4.0.9/mtools.conf ---- mtools-4.0.9/mtools.conf.conf 2009-03-01 00:01:03.000000000 +0100 -+++ mtools-4.0.9/mtools.conf 2009-03-09 18:21:40.000000000 +0100 -@@ -16,11 +16,10 @@ - - # Example mtools.conf files. Uncomment the lines which correspond to - # your architecture and comment out the "SAMPLE FILE" line below --SAMPLE FILE - --# # Linux floppy drives --# drive a: file="/dev/fd0" exclusive --# drive b: file="/dev/fd1" exclusive -+# Linux floppy drives -+drive a: file="/dev/fd0" exclusive mformat_only -+drive b: file="/dev/fd1" exclusive mformat_only - - # # First SCSI hard disk partition - # drive c: file="/dev/sda1" diff --git a/mtools.spec b/mtools.spec index b91269a..791fd49 100644 --- a/mtools.spec +++ b/mtools.spec @@ -1,14 +1,12 @@ Name: mtools Version: 4.0.18 -Release: 17 +Release: 18 Summary: Collection of utilities to access MS-DOS disks License: GPLv3+ URL: http://www.gnu.org/software/mtools/ Source0: ftp://ftp.gnu.org/gnu/mtools/mtools-%{version}.tar.bz2 -Patch0: 0000-mtools-3.9.6-config.patch - BuildRequires: gcc git texinfo autoconf %description @@ -55,6 +53,13 @@ ln -s mtools.5.gz %{buildroot}%{_mandir}/man5/mtools.conf.5.gz %{_infodir}/mtools.info* %changelog + +* Jan 10 2020 sunshihao - 4.0.18-18 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:update mtools + * Fri Aug 30 2019 huangzheng - 4.0.18-17 - Type:enhancement - ID:NA -- Gitee