rpms/ntfs-3g/devel ntfs-3g.spec,1.6,1.7

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Jan 19 17:44:01 UTC 2007


Author: spot

Update of /cvs/extras/rpms/ntfs-3g/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3065/devel

Modified Files:
	ntfs-3g.spec 
Log Message:

Fix bugzilla 218836



Index: ntfs-3g.spec
===================================================================
RCS file: /cvs/extras/rpms/ntfs-3g/devel/ntfs-3g.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ntfs-3g.spec	18 Jan 2007 01:56:52 -0000	1.6
+++ ntfs-3g.spec	19 Jan 2007 17:43:31 -0000	1.7
@@ -3,7 +3,7 @@
 Name:		ntfs-3g
 Summary: 	Linux NTFS userspace driver 
 Version:	0
-Release:	0.8.%{buildrev}%{?dist}
+Release:	0.9.%{buildrev}%{?dist}
 License:	GPL
 Group:		System Environment/Base
 Source0:	http://www.ntfs-3g.org/ntfs-3g-0.%{buildrev}-BETA.tgz
@@ -63,6 +63,9 @@
 ln -s ntfs-3g ntfsmount
 cd $RPM_BUILD_ROOT/sbin
 ln -s mount.ntfs-3g mount.ntfs-fuse
+# And since there is no other package in Fedora that provides an ntfs 
+# mount...
+ln -s mount.ntfs-3g mount.ntfs
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -74,6 +77,7 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING CREDITS NEWS README
+/sbin/mount.ntfs
 /sbin/mount.ntfs-3g
 /sbin/mount.ntfs-fuse
 %{_bindir}/ntfs-3g
@@ -87,6 +91,9 @@
 %{_libdir}/libntfs-3g.so
 
 %changelog
+* Fri Jan 19 2007 Tom "spot" Callaway <tcallawa at redhat.com> 2:0-0.9.20070118
+- symlink to mount.ntfs
+
 * Wed Jan 17 2007 Tom "spot" Callaway <tcallawa at redhat.com> 2:0-0.8.20070118
 - bump to 20070118
 




More information about the scm-commits mailing list