Fixed bug in patch for bz183713 which cause nfs4 mounts to fail

This commit is contained in:
Steve Dickson 2006-05-24 19:19:54 +00:00
parent 4910c54bf1
commit f0dfcfacd7

View File

@ -25,7 +25,7 @@ BuildRoot: %{_tmppath}/%{name}-root
Summary: A collection of basic system utilities. Summary: A collection of basic system utilities.
Name: util-linux Name: util-linux
Version: 2.13 Version: 2.13
Release: 0.22 Release: 0.23
License: distributable License: distributable
Group: System Environment/Base Group: System Environment/Base
@ -658,6 +658,9 @@ fi
/sbin/losetup /sbin/losetup
%changelog %changelog
* Wed May 24 2006 Steve Dickson <steved@redhat.com> 2.13-0.23
- Fixed bug in patch for bz183713 which cause nfs4 mounts to fail.
* Tue May 2 2006 Steve Dickson <steved@redhat.com> 2.13-0.22 * Tue May 2 2006 Steve Dickson <steved@redhat.com> 2.13-0.22
- Added syslog logging to background mounts as suggested - Added syslog logging to background mounts as suggested
by a customer. by a customer.