rpms/ntfsprogs/EL-4 ntfsprogs.spec,1.4,1.5

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Feb 27 17:11:52 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/ntfsprogs/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7974

Modified Files:
	ntfsprogs.spec 
Log Message:

disable crypto bits for EL-4



Index: ntfsprogs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ntfsprogs/EL-4/ntfsprogs.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ntfsprogs.spec	24 Aug 2007 17:31:17 -0000	1.4
+++ ntfsprogs.spec	27 Feb 2008 17:11:18 -0000	1.5
@@ -1,6 +1,6 @@
 Name:		ntfsprogs
 Version:	1.13.1
-Release:	5%{?dist}
+Release:	5%{?dist}.1
 Summary:	NTFS filesystem libraries and utilities
 Source0:	http://download.sf.net/linux-ntfs/%{name}-%{version}.tar.gz
 License:	GPLv2+
@@ -8,7 +8,6 @@
 Group:		System Environment/Base
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	glib2-devel, gnome-vfs2-devel, libtool
-BuildRequires:	libgcrypt-devel, gnutls-devel
 
 %description
 The Linux-NTFS project (http://www.linux-ntfs.org/) aims to bring full support
@@ -42,7 +41,7 @@
 %build
 # If we need to enable the fuse module, we'd change this.
 # The ntfs-3g stuff is better than what is here currently, so we'll let people use it.
-%configure --enable-gnome-vfs --disable-fuse-module --disable-static --enable-test --enable-crypto
+%configure --enable-gnome-vfs --disable-fuse-module --disable-static --enable-test --disable-crypto
 make LIBTOOL=/usr/bin/libtool %{?_smp_mflags}
 make LIBTOOL=/usr/bin/libtool %{?_smp_mflags} extra
 
@@ -113,6 +112,9 @@
 %{_libdir}/gnome-vfs-2.0/modules/libntfs-gnomevfs.so
 
 %changelog
+* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.13.1-5.1
+- disable crypto bits for EL-4
+
 * Mon Jul  9 2007 Tom "spot" Callaway <tcallawa at redhat.com> 1.13.1-5
 - don't package items which say they should never be installed (resolves bz 247398)
 




More information about the fedora-extras-commits mailing list