fix hal file to ignore internal recovery partitions

epel9
Tom Callaway 16 years ago
parent 55c3a0f128
commit d5770b1218

@ -2,7 +2,6 @@
<deviceinfo version="0.2"> <deviceinfo version="0.2">
<device> <device>
<match key="volume.fstype" string="ntfs"> <match key="volume.fstype" string="ntfs">
<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>

@ -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: 3%{?dist} Release: 4%{?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-4
- fix hal file to properly ignore internal recovery partitions
* Wed Oct 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2:1.5012-3 * 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) - fix hal file to cover all mount cases (thanks to Richard Hughes)

Loading…
Cancel
Save