rpms/ntfs-3g/F-8 ntfs-3g-1.2216-nomtab.patch, NONE, 1.1 ntfs-3g.spec, 1.24, 1.25

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue May 6 02:38:10 UTC 2008


Author: spot

Update of /cvs/extras/rpms/ntfs-3g/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32109/F-8

Modified Files:
	ntfs-3g.spec 
Added Files:
	ntfs-3g-1.2216-nomtab.patch 
Log Message:

missing patch


ntfs-3g-1.2216-nomtab.patch:

--- NEW FILE ntfs-3g-1.2216-nomtab.patch ---
diff -up ntfs-3g-1.2216/src/ntfs-3g.c.BAD ntfs-3g-1.2216/src/ntfs-3g.c
--- ntfs-3g-1.2216/src/ntfs-3g.c.BAD	2008-02-27 11:40:33.000000000 -0500
+++ ntfs-3g-1.2216/src/ntfs-3g.c	2008-02-27 13:17:57.000000000 -0500
@@ -1947,10 +1947,11 @@ static int parse_options(int argc, char 
 {
 	int c;
 
-	static const char *sopt = "-o:hv";
+	static const char *sopt = "-o:hnv";
 	static const struct option lopt[] = {
 		{ "options",	 required_argument,	NULL, 'o' },
 		{ "help",	 no_argument,		NULL, 'h' },
+		{ "nomtab",	 no_argument,		NULL, 'n' },
 		{ "verbose",	 no_argument,		NULL, 'v' },
 		{ NULL,		 0,			NULL,  0  }
 	};
@@ -1989,6 +1990,11 @@ static int parse_options(int argc, char 
 			if (strappend(&opts.options, optarg))
 				return -1;
 			break;
+		case 'n':
+			/* We must handle the 'nomtab' option even if
+			 * we don't use it because mount(8) passes it.
+			 */
+			break;
 		case 'h':
 			usage();
 			exit(9);


Index: ntfs-3g.spec
===================================================================
RCS file: /cvs/extras/rpms/ntfs-3g/F-8/ntfs-3g.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ntfs-3g.spec	6 May 2008 02:19:06 -0000	1.24
+++ ntfs-3g.spec	6 May 2008 02:37:28 -0000	1.25
@@ -5,7 +5,7 @@
 Name:		ntfs-3g
 Summary: 	Linux NTFS userspace driver 
 Version:	1.2506
-Release:	1%{?dist}
+Release:	1%{?dist}.1
 License:	GPLv2+
 Group:		System Environment/Base
 Source0:	http://www.ntfs-3g.org/%{name}-%{version}.tgz
@@ -123,6 +123,9 @@
 %{_libdir}/pkgconfig/libntfs-3g.pc
 
 %changelog
+* Mon May  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2:1.2506-1.1
+- missing patch
+
 * Mon May  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2:1.2506-1
 - update to 1.2506
 




More information about the fedora-extras-commits mailing list