drop hal file

epel9
Tom Callaway 12 years ago
parent fd99d15d42
commit f5bd38f37a

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
<device>
<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>
<append key="volume.mount.valid_options" type="strlist">locale=</append>
</match>
</device>
</deviceinfo>

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

Loading…
Cancel
Save