From fc0c7de0bd9ce59b130dad1b4a16f1c772462f34 Mon Sep 17 00:00:00 2001 From: eulerstorage Date: Mon, 2 Mar 2020 16:17:52 +0800 Subject: [PATCH] comment invalid info in conf file --- comment-invalid-info-in-conf-file.patch | 25 +++++++++++++++++++++++++ mtools.spec | 10 +++++++++- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 comment-invalid-info-in-conf-file.patch diff --git a/comment-invalid-info-in-conf-file.patch b/comment-invalid-info-in-conf-file.patch new file mode 100644 index 0000000..a120304 --- /dev/null +++ b/comment-invalid-info-in-conf-file.patch @@ -0,0 +1,25 @@ +From 0e1339a54e9caacd015d99bf9e3e25d9d199c2f5 Mon Sep 17 00:00:00 2001 +From: eulerstorage +Date: Mon, 2 Mar 2020 16:12:12 +0800 +Subject: [PATCH] comment invalid info in conf file + +--- + mtools.conf | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/mtools.conf b/mtools.conf +index dc186df..1018bbd 100644 +--- a/mtools.conf ++++ b/mtools.conf +@@ -16,7 +16,7 @@ + + # Example mtools.conf files. Uncomment the lines which correspond to + # your architecture and comment out the "SAMPLE FILE" line below +-SAMPLE FILE ++#SAMPLE FILE + + # # Linux floppy drives + # drive a: file="/dev/fd0" exclusive +-- +1.8.3.1 + diff --git a/mtools.spec b/mtools.spec index ac8d322..a3f1601 100644 --- a/mtools.spec +++ b/mtools.spec @@ -1,6 +1,6 @@ Name: mtools Version: 4.0.18 -Release: 18 +Release: 19 Summary: Collection of utilities to access MS-DOS disks License: GPLv3+ URL: http://www.gnu.org/software/mtools/ @@ -9,6 +9,8 @@ Source0: ftp://ftp.gnu.org/gnu/mtools/mtools-%{version}.tar.bz2 BuildRequires: gcc git texinfo autoconf +Patch0: comment-invalid-info-in-conf-file.patch + %description Mtools is a collection of utilities to access MS-DOS disks from GNU and Unix without mounting them. It supports Win'95 style long file names, @@ -53,6 +55,12 @@ ln -s mtools.5.gz %{buildroot}%{_mandir}/man5/mtools.conf.5.gz %{_infodir}/mtools.info* %changelog +* Mar 2 2020 sunshihao - 4.0.18-19 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:comment invalid info in conf + * Fri Jan 10 2020 sunshihao - 4.0.18-18 - Type:enhancement - ID:NA -- Gitee