From c008afeacdbbb16509e48945c3e715d73801b18c Mon Sep 17 00:00:00 2001 From: ikent Date: Jul 27 2006 09:24:54 +0000 Subject: - Fix compile error. --- diff --git a/autofs.spec b/autofs.spec index c62e86c..83c39fe 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.7 +%define release 0.rc1.8 Version: %{version} Release: %{release} Epoch: 1 @@ -24,6 +24,7 @@ Patch10: autofs-5.0.1-rc1-cthon-host-name-validation.patch Patch11: autofs-5.0.1-rc1-cthon-submount-fix.patch Patch12: autofs-5.0.1-rc1-cthon-parse-and-submounts.patch Patch13: autofs-5.0.1-rc1-cthon-expire-nested.patch +Patch14: autofs-5.0.1-rc1-compile-error.patch Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Prereq: chkconfig @@ -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} @@ -132,6 +134,9 @@ exit 0 %{_libdir}/autofs/* %changelog +* Thu Jul 27 2006 Ian Kent - 5.0.1-0.rc1.8 +- Fix compile error. + * Thu Jul 27 2006 Ian Kent - 5.0.1-0.rc1.7 - cthon fix expire of various forms of nested mounts.