]> git.pld-linux.org Git - packages/nfs-utils.git/commitdiff
- added missing br: libtool, auto/ac/nfs-utils-1_0_10-3
authorkosmo <kosmo@pld-linux.org>
Sun, 24 Sep 2006 09:49:59 +0000 (09:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- enabled tcp_wrappers usage,
  (older releases were not linked with libwrap and /etc/tcpd/hosts.* were not used)
- SECURITY STBR !

Changed files:
    nfs-utils.spec -> 1.112

nfs-utils.spec

index e6cfb9700b74472b579f3878c47d7b2398a2f29f..0024f00fa12e9d082b1a9549dff5dea23e289a3e 100644 (file)
@@ -11,7 +11,7 @@ Summary(ru):  
 Summary(uk):   õÔÉ̦ÔÉ ÄÌÑ NFS ÔÁ ÄÅÍÏÎɠЦÄÔÒÉÍËÉ ÄÌÑ NFS-ÓÅÒ×ÅÒÁ ÑÄÒÁ
 Name:          nfs-utils
 Version:       1.0.10
-Release:       2
+Release:       3
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/nfs/%{name}-%{version}.tar.gz
@@ -42,6 +42,7 @@ BuildRequires:        libevent-devel >= 1.1a
 BuildRequires: libnfsidmap-devel
 BuildRequires: librpcsecgss-devel >= 0.11-3
 %endif
+BuildRequires: libtool
 BuildRequires: libwrap-devel
 BuildRequires: pkgconfig
 BuildRequires: sed >= 4.0
@@ -192,7 +193,8 @@ sed -i -e 's#libroken.a#libroken.so#g' aclocal/kerberos5.m4
 %endif
        --enable-nfsv3 \
        --enable-secure-statd \
-       --with-statedir=/var/lib/nfs
+       --with-statedir=/var/lib/nfs \
+       --with-tcp-wrappers
 
 %{__make} all
 
This page took 0.166082 seconds and 4 git commands to generate.