[ntfs-3g/f14] fix ntfsck symlink

Tom Callaway spot at fedoraproject.org
Mon Sep 12 17:29:09 UTC 2011


commit b217449a7d75de70960897ce9409a7c819cad83e
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Mon Sep 12 13:28:58 2011 -0400

    fix ntfsck symlink

 ntfs-3g.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ntfs-3g.spec b/ntfs-3g.spec
index 54a309e..706b92c 100644
--- a/ntfs-3g.spec
+++ b/ntfs-3g.spec
@@ -8,7 +8,7 @@
 Name:		ntfs-3g
 Summary:	Linux NTFS userspace driver
 Version:	2011.4.12
-Release:	4%{?dist}
+Release:	5%{?dist}
 License:	GPLv2+
 Group:		System Environment/Base
 Source0:	http://tuxera.com/opensource/%{name}_ntfsprogs-%{version}%{?subver}.tgz
@@ -118,7 +118,7 @@ ln -s mount.ntfs-3g mount.ntfs-fuse
 # mount...
 ln -s mount.ntfs-3g mount.ntfs
 # Need this for fsck to find it
-ln -s ../ntfsck fsck.ntfs
+ln -s ../bin/ntfsck fsck.ntfs
 popd
 
 # Compat symlinks
@@ -195,6 +195,9 @@ cp -a %{SOURCE1} %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/
 %{_mandir}/man8/ntfs[^m][^o]*.8*
 
 %changelog
+* Mon Sep 12 2011 Tom Callaway <spot at fedoraproject.org> - 2:2011.4.12-5
+- fix ntfsck symlink (thanks to Chris Smart for catching it)
+
 * Wed Sep  7 2011 Tom Callaway <spot at fedoraproject.org> - 2:2011.4.12-4
 - fix issue preventing some volume types from not working properly (bz735862)
 - create fsck.ntfs symlink to ntfsck (bz735612).


More information about the scm-commits mailing list