From f0dfcfacd7d8967ca499088efe45419e6d573a4f Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Wed, 24 May 2006 19:19:54 +0000 Subject: [PATCH] Fixed bug in patch for bz183713 which cause nfs4 mounts to fail --- util-linux.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/util-linux.spec b/util-linux.spec index b6f539e..569af61 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -25,7 +25,7 @@ BuildRoot: %{_tmppath}/%{name}-root Summary: A collection of basic system utilities. Name: util-linux Version: 2.13 -Release: 0.22 +Release: 0.23 License: distributable Group: System Environment/Base @@ -658,6 +658,9 @@ fi /sbin/losetup %changelog +* Wed May 24 2006 Steve Dickson 2.13-0.23 +- Fixed bug in patch for bz183713 which cause nfs4 mounts to fail. + * Tue May 2 2006 Steve Dickson 2.13-0.22 - Added syslog logging to background mounts as suggested by a customer.