fix ntfsck symlink

epel9
Tom "spot" Callaway 14 years ago
parent 41564fbb78
commit 7478d5a1c5

@ -8,7 +8,7 @@
Name: ntfs-3g Name: ntfs-3g
Summary: Linux NTFS userspace driver Summary: Linux NTFS userspace driver
Version: 2011.4.12 Version: 2011.4.12
Release: 4%{?dist} Release: 5%{?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
@ -118,7 +118,7 @@ ln -s mount.ntfs-3g mount.ntfs-fuse
# mount... # mount...
ln -s mount.ntfs-3g mount.ntfs ln -s mount.ntfs-3g mount.ntfs
# Need this for fsck to find it # Need this for fsck to find it
ln -s ../ntfsck fsck.ntfs ln -s ../bin/ntfsck fsck.ntfs
popd popd
# Compat symlinks # Compat symlinks
@ -195,6 +195,9 @@ cp -a %{SOURCE1} %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/
%{_mandir}/man8/ntfs[^m][^o]*.8* %{_mandir}/man8/ntfs[^m][^o]*.8*
%changelog %changelog
* Mon Sep 12 2011 Tom Callaway <spot@fedoraproject.org> - 2:2011.4.12-5
- fix ntfsck symlink (thanks to Chris Smart for catching it)
* Wed Sep 7 2011 Tom Callaway <spot@fedoraproject.org> - 2:2011.4.12-4 * Wed Sep 7 2011 Tom Callaway <spot@fedoraproject.org> - 2:2011.4.12-4
- fix issue preventing some volume types from not working properly (bz735862) - fix issue preventing some volume types from not working properly (bz735862)
- create fsck.ntfs symlink to ntfsck (bz735612). - create fsck.ntfs symlink to ntfsck (bz735612).

Loading…
Cancel
Save