fix hal fdi file

epel9
Tom Callaway 16 years ago
parent e6694b04bf
commit 55c3a0f128

@ -2,11 +2,9 @@
<deviceinfo version="0.2"> <deviceinfo version="0.2">
<device> <device>
<match key="volume.fstype" string="ntfs"> <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.fstype" type="string">ntfs-3g</merge> <merge key="volume.policy.mount_filesystem" 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>
<append key="volume.mount.valid_options" type="strlist">locale=</append>
</match>
</match> </match>
</device> </device>
</deviceinfo> </deviceinfo>

@ -5,7 +5,7 @@
Name: ntfs-3g Name: ntfs-3g
Summary: Linux NTFS userspace driver Summary: Linux NTFS userspace driver
Version: 1.5012 Version: 1.5012
Release: 2%{?dist} Release: 3%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Base Group: System Environment/Base
Source0: http://ntfs-3g.org/ntfs-3g-%{version}.tgz Source0: http://ntfs-3g.org/ntfs-3g-%{version}.tgz
@ -128,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libntfs-3g.pc %{_libdir}/pkgconfig/libntfs-3g.pc
%changelog %changelog
* Wed Oct 29 2008 Tom "spot" Callaway <tcallawa@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@redhat.com> - 2:1.5012-2 * Mon Oct 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2:1.5012-2
- add fdi file to enable hal automounting - add fdi file to enable hal automounting

Loading…
Cancel
Save