Fixed typo in -mount-textbased.patch (bz 483375)
This commit is contained in:
parent
ca5a1dab1d
commit
c73957002a
@ -61,7 +61,7 @@ index f61d0dd..4934508 100644
|
||||
- return PO_KEY1_RIGHTMOST;
|
||||
+ for (i = 0; keys[i] != NULL; i++)
|
||||
+ if (strcmp(option->keyword, keys[i]) == 0)
|
||||
+ return i;
|
||||
+ return i+1;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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.1.4
|
||||
Release: 15%{?dist}
|
||||
Release: 16%{?dist}
|
||||
Epoch: 1
|
||||
|
||||
# group all 32bit related archs
|
||||
@ -287,6 +287,9 @@ fi
|
||||
%attr(4755,root,root) /sbin/umount.nfs4
|
||||
|
||||
%changelog
|
||||
* Sat Jan 31 2009 Steve Dickson <steved@redhat.com> 1.1.4-16
|
||||
- Fixed typo in -mount-textbased.patch (bz 483375)
|
||||
|
||||
* Sat Jan 31 2009 Steve Dickson <steved@redhat.com> 1.1.4-15
|
||||
- Reworked tcp wrapper code to correctly use API (bz 480223)
|
||||
- General clean up of tcp wrapper code.
|
||||
|
Loading…
Reference in New Issue
Block a user