]> git.pld-linux.org Git - packages/nfs-utils.git/commitdiff
- updated to 1.0.7, updated nolibs,usn36 patches
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 22 Dec 2004 12:53:06 +0000 (12:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disable NFSv4 and Kerberos for now (unmet deps)

Changed files:
    nfs-utils.spec -> 1.85

nfs-utils.spec

index 3286f49a305df3eea9a50477e4e221129be4485e..7662b18f33dc223bb49aa78cbe76f1fff87899a5 100644 (file)
@@ -4,12 +4,12 @@ Summary(pt_BR):       Os utilit
 Summary(ru):   õÔÉÌÉÔÙ ÄÌÑ NFS É ÄÅÍÏÎÙ ÐÏÄÄÅÒÖËÉ ÄÌÑ NFS-ÓÅÒ×ÅÒÁ ÑÄÒÁ
 Summary(uk):   õÔÉ̦ÔÉ ÄÌÑ NFS ÔÁ ÄÅÍÏÎɠЦÄÔÒÉÍËÉ ÄÌÑ NFS-ÓÅÒ×ÅÒÁ ÑÄÒÁ
 Name:          nfs-utils
-Version:       1.0.6
-Release:       10
+Version:       1.0.7
+Release:       1
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/nfs/%{name}-%{version}.tar.gz
-# Source0-md5: f17e9983457e1cf61c37f0be4493fce6
+# Source0-md5: 8f863120261cd572ad320a9152581e11
 Source1:       ftp://ftp.linuxnfs.sourceforge.org/pub/nfs/nfs.doc.tar.gz
 # Source1-md5: ae7db9c61c5ad04f83bb99e5caed73da
 Source2:       nfs.init
@@ -142,12 +142,18 @@ dla zdalnego systemu plik
 %patch4 -p1
 %patch5 -p1
 
+chmod u+w configure
+
 %build
 %{__autoconf}
+# nfsv4 needs libevent and libnfsidmap
+# gss needs nfsidmap.h
 %configure \
-       --with-statedir=/var/lib/nfs \
+       --disable-gss \
+       --disable-nfsv4 \
        --enable-nfsv3 \
-       --enable-secure-statd
+       --enable-secure-statd \
+       --with-statedir=/var/lib/nfs
 %{__make} all
 
 %install
This page took 0.066084 seconds and 4 git commands to generate.