This commit is contained in:
parent
e3ed016202
commit
653a8ebce2
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 29 15:42:26 CEST 2008 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Enable IPv6 [bnc#429853]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 26 04:01:46 CEST 2008 - nfbrown@suse.de
|
Fri Sep 26 04:01:46 CEST 2008 - nfbrown@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: nfs-utils
|
Name: nfs-utils
|
||||||
BuildRequires: e2fsprogs-devel gcc-c++ krb5-devel libgssglue-devel librpcsecgss nfsidmap-devel pkgconfig tcpd-devel
|
BuildRequires: e2fsprogs-devel gcc-c++ krb5-devel libgssglue-devel librpcsecgss libtirpc-devel nfsidmap-devel pkgconfig tcpd-devel
|
||||||
%if 0%{?suse_version} > 1100
|
%if 0%{?suse_version} > 1100
|
||||||
BuildRequires: libevent-devel
|
BuildRequires: libevent-devel
|
||||||
%else
|
%else
|
||||||
@ -27,7 +27,7 @@ BuildRequires: libevent
|
|||||||
Url: http://nfs.sourceforge.net
|
Url: http://nfs.sourceforge.net
|
||||||
Summary: Support Utilities for Kernel nfsd
|
Summary: Support Utilities for Kernel nfsd
|
||||||
Version: 1.1.3
|
Version: 1.1.3
|
||||||
Release: 4
|
Release: 5
|
||||||
Group: Productivity/Networking/NFS
|
Group: Productivity/Networking/NFS
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -136,6 +136,7 @@ CFLAGS="$RPM_OPT_FLAGS -fPIE -fno-strict-aliasing" LDFLAGS="-pie" ./configure \
|
|||||||
--mandir=%{_mandir} \
|
--mandir=%{_mandir} \
|
||||||
--disable-rquotad \
|
--disable-rquotad \
|
||||||
--enable-nfsv4 \
|
--enable-nfsv4 \
|
||||||
|
--enable-ipv6 \
|
||||||
--enable-gss \
|
--enable-gss \
|
||||||
--enable-mount \
|
--enable-mount \
|
||||||
--with-krb5=/usr/lib/mit
|
--with-krb5=/usr/lib/mit
|
||||||
@ -281,6 +282,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc nfs/*.html nfs/*.ps linux-nfs/* README.NFSv4
|
%doc nfs/*.html nfs/*.ps linux-nfs/* README.NFSv4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 29 2008 kukuk@suse.de
|
||||||
|
- Enable IPv6 [bnc#429853]
|
||||||
* Fri Sep 26 2008 nfbrown@suse.de
|
* Fri Sep 26 2008 nfbrown@suse.de
|
||||||
- Fix nfs.init to check for portmap or rpcbind properly.
|
- Fix nfs.init to check for portmap or rpcbind properly.
|
||||||
Either or both can be installed, but as long as one is
|
Either or both can be installed, but as long as one is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user