From 25a44bc522367b5aeb1f0506b07a9ac5b8f50a2f Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Sep 11 2006 18:48:54 +0000 Subject: - Removed the compiling of getiversion and getkversion since UTS_RELEASE is no longer defined and these binary are not installed. --- diff --git a/nfs-utils-1.0.9-compile.patch b/nfs-utils-1.0.9-compile.patch new file mode 100644 index 0000000..9cc6847 --- /dev/null +++ b/nfs-utils-1.0.9-compile.patch @@ -0,0 +1,42 @@ +--- nfs-utils-1.0.9/aclocal/kerberos5.m4.orig 2006-07-07 20:04:32.000000000 -0400 ++++ nfs-utils-1.0.9/aclocal/kerberos5.m4 2006-09-11 14:38:39.000000000 -0400 +@@ -36,6 +36,8 @@ + AC_DEFINE_UNQUOTED(KRB5_VERSION, $K5VERS, [Define this as the Kerberos version number]) + if test -f $dir/include/gssapi/gssapi_krb5.h -a \ + \( -f $dir/lib/libgssapi_krb5.a -o \ ++ -f $dir/lib64/libgssapi_krb5.a -o \ ++ -f $dir/lib64/libgssapi_krb5.so -o \ + -f $dir/lib/libgssapi_krb5.so \) ; then + AC_DEFINE(HAVE_KRB5, 1, [Define this if you have MIT Kerberos libraries]) + KRBDIR="$dir" +--- nfs-utils-1.0.9/tools/Makefile.am.orig 2006-07-07 20:04:32.000000000 -0400 ++++ nfs-utils-1.0.9/tools/Makefile.am 2006-09-11 14:39:11.000000000 -0400 +@@ -1,5 +1,5 @@ + ## Process this file with automake to produce Makefile.in + +-SUBDIRS = getiversion getkversion locktest rpcdebug rpcgen nlmtest ++SUBDIRS = locktest rpcdebug rpcgen nlmtest + + MAINTAINERCLEANFILES = Makefile.in +--- nfs-utils-1.0.9/Makefile.am.orig 2006-07-07 20:04:32.000000000 -0400 ++++ nfs-utils-1.0.9/Makefile.am 2006-09-11 14:38:39.000000000 -0400 +@@ -47,7 +47,6 @@ + mkdir -p $(DESTDIR)$(statedir)/sm $(DESTDIR)$(statedir)/sm.bak + touch $(DESTDIR)$(statedir)/state + chmod go-rwx $(DESTDIR)$(statedir)/sm $(DESTDIR)$(statedir)/sm.bak $(DESTDIR)$(statedir)/state +- chown $(statduser) $(DESTDIR)$(statedir)/sm $(DESTDIR)$(statedir)/sm.bak $(DESTDIR)$(statedir)/state + + uninstall-hook: + rm $(DESTDIR)$(statedir)/xtab +--- nfs-utils-1.0.9/configure.in.orig 2006-07-07 20:04:32.000000000 -0400 ++++ nfs-utils-1.0.9/configure.in 2006-09-11 14:38:39.000000000 -0400 +@@ -117,6 +117,9 @@ + # Check whether user wants TCP wrappers support + AC_TCP_WRAPPERS + ++# Arrange for large-file support ++AC_SYS_LARGEFILE ++ + AC_CONFIG_SRCDIR([support/include/config.h.in]) + AC_CONFIG_HEADERS([support/include/config.h]) + diff --git a/nfs-utils.spec b/nfs-utils.spec index 5b76642..e72e582 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -1,7 +1,7 @@ Summary: NFS utlilities and supporting daemons for the kernel NFS server. Name: nfs-utils Version: 1.0.9 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 1 # group all 32bit related archs @@ -31,7 +31,7 @@ Patch56: nfs-utils-1.0.9-lazy-umount.patch Patch57: nfs-utils-1.0.9-mount-fsc.patch Patch58: nfs-utils-1.0.9-krb5-memory.patch -Patch100: nfs-utils-1.0.8-compile.patch +Patch100: nfs-utils-1.0.9-compile.patch Group: System Environment/Daemons Obsoletes: nfs-server @@ -251,6 +251,11 @@ fi %endif %changelog +* Mon Sep 11 2006 1.0.9-6 +- Removed the compiling of getiversion and getkversion since + UTS_RELEASE is no longer defined and these binary are + not installed. + * Fri Aug 18 2006 1.0.9-5 - Changed gssd daemons to cache things in memory instead of /tmp which makes selinux much happier.