From d5770b12182a5a1e9cd6753e35e126bfc42aa0c9 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 4 Nov 2008 20:42:42 +0000 Subject: [PATCH] fix hal file to ignore internal recovery partitions --- 20-ntfs-config-write-policy.fdi | 1 - ntfs-3g.spec | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/20-ntfs-config-write-policy.fdi b/20-ntfs-config-write-policy.fdi index 82731c5..9235ff6 100644 --- a/20-ntfs-config-write-policy.fdi +++ b/20-ntfs-config-write-policy.fdi @@ -2,7 +2,6 @@ - ntfs-3g ntfs-3g locale= diff --git a/ntfs-3g.spec b/ntfs-3g.spec index 5e3ed1e..b6e7c7c 100644 --- a/ntfs-3g.spec +++ b/ntfs-3g.spec @@ -5,7 +5,7 @@ Name: ntfs-3g Summary: Linux NTFS userspace driver Version: 1.5012 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: System Environment/Base Source0: http://ntfs-3g.org/ntfs-3g-%{version}.tgz @@ -128,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libntfs-3g.pc %changelog +* Wed Oct 29 2008 Tom "spot" Callaway - 2:1.5012-4 +- fix hal file to properly ignore internal recovery partitions + * Wed Oct 29 2008 Tom "spot" Callaway - 2:1.5012-3 - fix hal file to cover all mount cases (thanks to Richard Hughes)