- Check the return code of is_local_addr in get_best_mount. (bz #169523)

This commit is contained in:
Jeffrey E. Moyer 2005-10-26 22:44:34 +00:00
parent 5dc2273ed9
commit 7805dcb079

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs
%define version 4.1.4
%define release 10
%define release 11
Version: %{version}
Release: %{release}
Epoch: 1
@ -24,6 +24,7 @@ Patch10: autofs-4.1.4-cache-update-race-fix.patch
Patch11: autofs-4.1.4-solaris-hosts-in-auto-master.patch
Patch12: autofs-4.1.4-keylen-length-check.patch
Patch13: autofs-4.1.4-sun-parse-fixes.patch
Patch14: autofs-4.1.4-check-return-of-is-local-addr.patch
Buildroot: /var/tmp/autofs-tmp
BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl
@ -76,6 +77,7 @@ echo %{version}-%{release} > .version
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -129,6 +131,9 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Wed Oct 26 2005 <jmoyer@redhat.com> - 1:4.1.4-11
- Check the return code of is_local_addr in get_best_mount. (bz #169523)
* Wed Oct 26 2005 <jmoyer@redhat.com> - 1:4.1.4-10
- Fix some bugs in the parser
- allow -net instead of /etc/auto.net