!4 comment invalid info in conf file
Merge pull request !4 from hy/update
This commit is contained in:
commit
1aaf6096ba
25
comment-invalid-info-in-conf-file.patch
Normal file
25
comment-invalid-info-in-conf-file.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From 0e1339a54e9caacd015d99bf9e3e25d9d199c2f5 Mon Sep 17 00:00:00 2001
|
||||
From: eulerstorage <eulerstorage@huawei.com>
|
||||
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
|
||||
|
||||
10
mtools.spec
10
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 <sunshihao@huawei.com> - 4.0.18-19
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:comment invalid info in conf
|
||||
|
||||
* Fri Jan 10 2020 sunshihao <sunshihao@huawei.com> - 4.0.18-18
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user