rpms/ntfs-3g/F-9 20-ntfs-config-write-policy.fdi, 1.1, 1.2 ntfs-3g.spec, 1.36, 1.37

Tom Callaway spot at fedoraproject.org
Wed Oct 29 14:53:55 UTC 2008


Author: spot

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

Modified Files:
	20-ntfs-config-write-policy.fdi ntfs-3g.spec 
Log Message:
fix hal fdi file


Index: 20-ntfs-config-write-policy.fdi
===================================================================
RCS file: /cvs/extras/rpms/ntfs-3g/F-9/20-ntfs-config-write-policy.fdi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 20-ntfs-config-write-policy.fdi	20 Oct 2008 17:03:53 -0000	1.1
+++ 20-ntfs-config-write-policy.fdi	29 Oct 2008 14:53:25 -0000	1.2
@@ -2,11 +2,9 @@
 <deviceinfo version="0.2">
    <device>
        <match key="volume.fstype" string="ntfs">
-           <match key="@block.storage_device:storage.hotpluggable" bool="true">
-               <merge key="volume.fstype" type="string">ntfs-3g</merge>
-               <merge key="volume.policy.mount_filesystem" type="string">ntfs-3g</merge>
-               <append key="volume.mount.valid_options" type="strlist">locale=</append>
-           </match>
+           <merge key="volume.fstype" type="string">ntfs-3g</merge>
+           <merge key="volume.policy.mount_filesystem" type="string">ntfs-3g</merge>
+           <append key="volume.mount.valid_options" type="strlist">locale=</append>
        </match>
    </device>
 </deviceinfo>


Index: ntfs-3g.spec
===================================================================
RCS file: /cvs/extras/rpms/ntfs-3g/F-9/ntfs-3g.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ntfs-3g.spec	20 Oct 2008 17:03:54 -0000	1.36
+++ ntfs-3g.spec	29 Oct 2008 14:53:25 -0000	1.37
@@ -5,7 +5,7 @@
 Name:		ntfs-3g
 Summary: 	Linux NTFS userspace driver 
 Version:	1.5012
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPLv2+
 Group:		System Environment/Base
 Source0:	http://ntfs-3g.org/ntfs-3g-%{version}.tgz
@@ -128,6 +128,9 @@
 %{_libdir}/pkgconfig/libntfs-3g.pc
 
 %changelog
+* Wed Oct 29 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2:1.5012-3
+- fix hal file to cover all mount cases (thanks to Richard Hughes)
+
 * Mon Oct 20 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2:1.5012-2
 - add fdi file to enable hal automounting
 




More information about the fedora-extras-commits mailing list