From f543a222e22a32e0645525ab2d94fdedb06181b9 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: May 24 2007 12:52:19 +0000 Subject: - Fixed typo in mount.nfs4 that causes a segfault during error processing (bz 241190) --- diff --git a/nfs-utils-1.0.12-mount-v4-errors.patch b/nfs-utils-1.0.12-mount-v4-errors.patch index fec0981..f5472e3 100644 --- a/nfs-utils-1.0.12-mount-v4-errors.patch +++ b/nfs-utils-1.0.12-mount-v4-errors.patch @@ -42,7 +42,7 @@ Date: Wed May 9 13:14:26 2007 -0400 fprintf(stderr, "%s: %s\n", progname, strerror(errno)); } } -+static int chk_mountpoint(mount_point) ++static int chk_mountpoint(char *mount_point) +{ + struct stat sb; + diff --git a/nfs-utils.spec b/nfs-utils.spec index 6ca6e77..014e08d 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser Name: nfs-utils URL: http://sourceforge.net/projects/nfs Version: 1.0.12 -Release: 6%{?dist} +Release: 7%{?dist} Epoch: 1 # group all 32bit related archs @@ -300,6 +300,10 @@ fi %attr(4755,root,root) /sbin/umount.nfs4 %changelog +* Thu May 24 2007 Steve Dickson 1.0.10-7 +- Fixed typo in mount.nfs4 that causes a segfault during + error processing (bz 241190) + * Tue May 22 2007 Steve Dickson 1.0.10-6 - Make sure the condrestarts exit with a zero value (bz 240225) - Stopped /etc/sysconfig/nfs from being overwritten on updates (bz 234543)