rpms/ntfs-3g/F-10 mount-readlink-hang-workaround.diff, NONE, 1.1 ntfs-3g.spec, 1.44, 1.45

Tom Callaway spot at fedoraproject.org
Mon Mar 30 15:28:28 UTC 2009


Author: spot

Update of /cvs/extras/rpms/ntfs-3g/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22776/F-10

Modified Files:
	ntfs-3g.spec 
Added Files:
	mount-readlink-hang-workaround.diff 
Log Message:
Patch from upstream provided as temporary workaround for bz 486619

mount-readlink-hang-workaround.diff:

--- NEW FILE mount-readlink-hang-workaround.diff ---
Index: libfuse-lite/mount_util.c
===================================================================
RCS file: /cvsroot/ntfs-3g/ntfs-3g/libfuse-lite/mount_util.c,v
retrieving revision 1.5
diff -u -p -r1.5 mount_util.c
--- libfuse-lite/mount_util.c	27 Jun 2008 12:37:02 -0000	1.5
+++ libfuse-lite/mount_util.c	30 Mar 2009 13:30:36 -0000
@@ -96,6 +96,7 @@ int fuse_mnt_add_mount(const char *progn
                 strerror(errno));
         exit(1);
     }
+/*    
     res = waitpid(res, &status, 0);
     if (res == -1) {
         fprintf(stderr, "%s: waitpid: %s\n", progname, strerror(errno));
@@ -103,7 +104,7 @@ int fuse_mnt_add_mount(const char *progn
     }
     if (status != 0)
         return -1;
-
+*/
     return 0;
 }
 


Index: ntfs-3g.spec
===================================================================
RCS file: /cvs/extras/rpms/ntfs-3g/F-10/ntfs-3g.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ntfs-3g.spec	26 Mar 2009 23:11:57 -0000	1.44
+++ ntfs-3g.spec	30 Mar 2009 15:27:58 -0000	1.45
@@ -5,12 +5,14 @@
 Name:		ntfs-3g
 Summary: 	Linux NTFS userspace driver 
 Version:	2009.3.8
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPLv2+
 Group:		System Environment/Base
 Source0:	http://ntfs-3g.org/ntfs-3g-%{version}.tgz
 Source1:	20-ntfs-config-write-policy.fdi
 Patch0:		ntfs-3g-1.2216-nomtab.patch
+# Patch from upstream provided as temporary workaround for bz 486619
+Patch1:		mount-readlink-hang-workaround.diff
 URL:		http://www.ntfs-3g.org/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 %if %{with_externalfuse}
@@ -49,6 +51,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p0
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64"
@@ -128,6 +131,9 @@
 %{_libdir}/pkgconfig/libntfs-3g.pc
 
 %changelog
+* Mon Mar 30 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2:2009.3.8-2
+- Patch from upstream provided as temporary workaround for bz 486619
+
 * Thu Mar 26 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2:2009.3.8-1
 - update to 2009.3.8
 




More information about the fedora-extras-commits mailing list