From e28afa7d4a4e980028592044517ef07e334776e9 Mon Sep 17 00:00:00 2001 From: ikent Date: Wed, 19 Jul 2006 13:59:16 +0000 Subject: [PATCH] - Correction to host name validation test for connectathon tests. --- autofs.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/autofs.spec b/autofs.spec index 80a487c..99e8b8a 100644 --- a/autofs.spec +++ b/autofs.spec @@ -4,7 +4,7 @@ Summary: A tool for automatically mounting and unmounting filesystems. Name: autofs %define version 5.0.1 -%define release 0.rc1.3 +%define release 0.rc1.4 Version: %{version} Release: %{release} Epoch: 1 @@ -20,6 +20,7 @@ Patch6: autofs-5.0.1-rc1-cthon-parser-2.patch Patch7: autofs-5.0.1-rc1-cthon-cleanup.patch Patch8: autofs-5.0.1-rc1-cthon-add-parser-subs.patch Patch9: autofs-5.0.1-rc1-cthon-more-cleanup.patch +Patch10: autofs-5.0.1-rc1-cthon-host-name-validation.patch Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Prereq: chkconfig @@ -67,6 +68,7 @@ echo %{version}-%{release} > .version %patch7 -p1 %patch8 -p1 %patch9 -p1 +%patch10 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -123,6 +125,9 @@ exit 0 %{_libdir}/autofs/* %changelog +* Wed Jul 19 2006 Ian Kent - 5.0.1-0.rc1.4 +- Correction to host name validation test for connectathon tests. + * Wed Jul 19 2006 Ian Kent - 5.0.1-0.rc1.3 - More code cleanup and corrections for connectathon tests.