spot pushed to ntfs-3g (epel7). "2015.3.14"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 7 21:10:11 UTC 2015


>From fc43cdc480ac63a8e7d7c787be9052144c01da74 Mon Sep 17 00:00:00 2001
From: Tom Callaway <spot at fedoraproject.org>
Date: Tue, 7 Apr 2015 17:09:48 -0400
Subject: 2015.3.14


diff --git a/ntfs-3g.spec b/ntfs-3g.spec
index 2d3125a..c27f3c7 100644
--- a/ntfs-3g.spec
+++ b/ntfs-3g.spec
@@ -15,13 +15,13 @@
 
 Name:		ntfs-3g
 Summary:	Linux NTFS userspace driver
-Version:	2014.2.15
-Release:	8%{?dist}
+Version:	2015.3.14
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		System Environment/Base
 Source0:	http://tuxera.com/opensource/%{name}_ntfsprogs-%{version}%{?subver}.tgz
 %if %{oldrhel}
-Source1:	20-ntfs-config-write-policy.fdi
+Source1:       20-ntfs-config-write-policy.fdi
 %endif
 URL:		http://www.ntfs-3g.org/
 %if %{with_externalfuse}
@@ -37,21 +37,6 @@ Obsoletes:	ntfsprogs-fuse
 Provides:	fuse-ntfs-3g = %{epoch}:%{version}-%{release}
 Patch0:		ntfs-3g_ntfsprogs-2011.10.9-RC-ntfsck-unsupported-return-0.patch
 
-# Upstream patches which add fstrim support.
-# ae9aeebbbf1523f3e37221b1172cf05775ef8ec9
-Patch1:         0001-Upgraded-fuse-lite-to-support-ioctls.patch
-# f4e3f126df0a577903ec043dbcbe38e2863ce3d6
-Patch2:         0002-Implemented-fstrim-8.patch
-# c26a519da1ed182e7cfd67e7a353932dda53d811
-Patch3:         0001-Fixed-fstrim-8-applied-to-partitions.patch
-# Patch2 requires that libntfs-3g/Makefile is regenerated.  This can
-# be removed, as well as the call to autoreconf below, when we move to
-# a released version of ntfs-3g that includes the new feature.
-BuildRequires:  autoconf automake libtool
-
-# Fixes fuse on old kernels (RHEL 6 or older)
-Patch4:		fuse-fallback.patch
-
 %description
 NTFS-3G is a stable, open source, GPL licensed, POSIX, read/write NTFS 
 driver for Linux and many other operating systems. It provides safe 
@@ -96,11 +81,6 @@ included utilities see man 8 ntfsprogs after installation).
 %prep
 %setup -q -n %{name}_ntfsprogs-%{version}%{?subver}
 %patch0 -p1 -b .unsupported
-%patch1 -p1 -b .ioctl
-%patch2 -p1 -b .fstrim
-%patch3 -p1 -b .parts
-%patch4 -p0 -b .oldkernel
-autoreconf -i
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64"
@@ -117,7 +97,8 @@ CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64"
 	--libdir=/%{_lib} \
 %endif
 	--enable-crypto \
-	--enable-extras 
+	--enable-extras \
+	--enable-quarantined
 make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool
 
 %install
@@ -190,19 +171,19 @@ cp -a %{SOURCE1} %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/
 %doc AUTHORS ChangeLog COPYING CREDITS NEWS README
 %if %{oldrhel}
 /sbin/mount.ntfs
-%attr(754,root,root) /sbin/mount.ntfs-3g
+/sbin/mount.ntfs-3g
 /sbin/mount.ntfs-fuse
 /sbin/mount.lowntfs-3g
 /bin/ntfs-3g
 /bin/ntfsmount
 %else
 %{_sbindir}/mount.ntfs
-%attr(754,root,root) %{_sbindir}/mount.ntfs-3g
+%{_sbindir}/mount.ntfs-3g
 %{_sbindir}/mount.ntfs-fuse
 %{_sbindir}/mount.lowntfs-3g
-%endif
 %{_bindir}/ntfs-3g
 %{_bindir}/ntfsmount
+%endif
 %if %{oldrhel}
 /bin/ntfs-3g.probe
 /bin/ntfs-3g.secaudit
@@ -214,8 +195,6 @@ cp -a %{SOURCE1} %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/
 %{_bindir}/ntfs-3g.usermap
 %{_bindir}/lowntfs-3g
 %endif
-%{_bindir}/ntfs-3g
-%{_bindir}/ntfsmount
 %if %{oldrhel}
 /%{_lib}/libntfs-3g.so.*
 %else
@@ -259,6 +238,7 @@ cp -a %{SOURCE1} %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/
 /bin/ntfsck
 /bin/ntfsdecrypt
 /bin/ntfsdump_logfile
+/bin/ntfsfallocate
 /bin/ntfsmftalloc
 /bin/ntfsmove
 /bin/ntfstruncate
@@ -275,6 +255,7 @@ cp -a %{SOURCE1} %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/
 %{_bindir}/ntfsck
 %{_bindir}/ntfsdecrypt
 %{_bindir}/ntfsdump_logfile
+%{_bindir}/ntfsfallocate
 %{_bindir}/ntfsmftalloc
 %{_bindir}/ntfsmove
 %{_bindir}/ntfstruncate
@@ -294,11 +275,15 @@ cp -a %{SOURCE1} %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/
 %exclude %{_mandir}/man8/ntfs-3g*
 
 %changelog
-* Wed Nov 19 2014 Tom Callaway <spot at fedoraproject.org> - 2:2014.2.15-8
-- apply upstream patch to properly use fuse on older kernels
+* Tue Apr  7 2015 Tom Callaway <spot at fedoraproject.org> 2:2015.3.14-1
+- update to 2015.3.14
+
+* Sat Feb 21 2015 Till Maas <opensource at till.name> - 2:2014.2.15-8
+- Rebuilt for Fedora 23 Change
+  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
 
-* Mon Nov 17 2014 Tom Callaway <spot at fedoraproject.org> - 2:2014.2.15-7
-- old rhel (< 7) needs old pathing and hal file. CONDITIONALIZE ALL THE THINGS!
+* Tue Jan 13 2015 Tom Callaway <spot at fedoraproject.org> - 2:2014.2.15-7
+- add patch to ignore -s option
 
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2:2014.2.15-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
diff --git a/sources b/sources
index cc19fcf..47a5bc0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f11d563816249d730a00498983485f3a  ntfs-3g_ntfsprogs-2014.2.15.tgz
+8cd57768310e3b2be39b3191d808e241  ntfs-3g_ntfsprogs-2015.3.14.tgz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/ntfs-3g.git/commit/?h=epel7&id=fc43cdc480ac63a8e7d7c787be9052144c01da74


More information about the scm-commits mailing list