From 376f8b22263aaad5de3b9dfe4dc08dd2c25d3da5 Mon Sep 17 00:00:00 2001 From: ikent Date: Jul 24 2006 13:09:24 +0000 Subject: - cthon more parser corrections and attempt to fix multi-mounts with various combinations of submounts (still not right). --- diff --git a/autofs.spec b/autofs.spec index a9e358b..888f3fb 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.5 +%define release 0.rc1.6 Version: %{version} Release: %{release} Epoch: 1 @@ -22,6 +22,7 @@ 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 Patch11: autofs-5.0.1-rc1-cthon-submount-fix.patch +Patch12: autofs-5.0.1-rc1-cthon-parse-and-submounts.patch Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Prereq: chkconfig @@ -72,6 +73,7 @@ echo %{version}-%{release} > .version %patch9 -p1 %patch10 -p1 %patch11 -p1 +%patch12 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -128,6 +130,10 @@ exit 0 %{_libdir}/autofs/* %changelog +* Thu Jul 24 2006 Ian Kent - 5.0.1-0.rc1.6 +- cthon more parser corrections and attempt to fix multi-mounts + with various combinations of submounts (still not right). + * Wed Jul 19 2006 Ian Kent - 5.0.1-0.rc1.5 - Add conflicts kernel < 2.6.17. - Fix submount operation broken by connectathon updates.