diff --git a/20-ntfs-config-write-policy.fdi b/20-ntfs-config-write-policy.fdi
deleted file mode 100644
index 82731c5..0000000
--- a/20-ntfs-config-write-policy.fdi
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
- ntfs-3g
- ntfs-3g
- locale=
-
-
-
-
diff --git a/ntfs-3g.spec b/ntfs-3g.spec
index 32b45b0..6635968 100644
--- a/ntfs-3g.spec
+++ b/ntfs-3g.spec
@@ -8,11 +8,10 @@
Name: ntfs-3g
Summary: Linux NTFS userspace driver
Version: 2013.1.13
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Group: System Environment/Base
Source0: http://tuxera.com/opensource/%{name}_ntfsprogs-%{version}%{?subver}.tgz
-Source1: 20-ntfs-config-write-policy.fdi
URL: http://www.ntfs-3g.org/
%if %{with_externalfuse}
BuildRequires: fuse-devel
@@ -112,9 +111,6 @@ rmdir %{buildroot}/sbin
# We get this on our own, thanks.
rm -rf %{buildroot}%{_defaultdocdir}/%{name}/README
-mkdir -p %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/
-cp -a %{SOURCE1} %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/
-
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@@ -136,7 +132,6 @@ cp -a %{SOURCE1} %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/
%{_mandir}/man8/mount.lowntfs-3g.*
%{_mandir}/man8/mount.ntfs-3g.*
%{_mandir}/man8/ntfs-3g*
-%{_datadir}/hal/fdi/policy/10osvendor/20-ntfs-config-write-policy.fdi
%files devel
%{_includedir}/ntfs-3g/
@@ -172,6 +167,9 @@ cp -a %{SOURCE1} %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/
%{_mandir}/man8/ntfs[^m][^o]*.8*
%changelog
+* Thu Jan 31 2013 Tom Callaway - 2:2013.1.13-2
+- drop hal files, since hal is very dead
+
* Tue Jan 22 2013 Richard W.M. Jones - 2:2013.1.13-1
- New upstream version 2013.1.13 (RHBZ#902729).
- Drop ntfs-3g-junction-point-fix.patch (now upstream).