From d4914ef9a8a35c3d522756f98db99236515b3400 Mon Sep 17 00:00:00 2001 From: ikent Date: Wed, 19 Jul 2006 16:14:50 +0000 Subject: [PATCH] - Add conflicts kernel < 2.6.17. - Fix submount operation broken by connectathon updates. --- autofs.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/autofs.spec b/autofs.spec index 99e8b8a..a9e358b 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.4 +%define release 0.rc1.5 Version: %{version} Release: %{release} Epoch: 1 @@ -21,9 +21,11 @@ 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 +Patch11: autofs-5.0.1-rc1-cthon-submount-fix.patch Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Prereq: chkconfig +Conflicts: kernel < 2.6.17 Requires: /bin/bash mktemp sed gawk textutils sh-utils grep /bin/ps Obsoletes: autofs-ldap Summary(de): autofs daemon @@ -69,6 +71,7 @@ echo %{version}-%{release} > .version %patch8 -p1 %patch9 -p1 %patch10 -p1 +%patch11 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -125,6 +128,10 @@ exit 0 %{_libdir}/autofs/* %changelog +* 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. + * Wed Jul 19 2006 Ian Kent - 5.0.1-0.rc1.4 - Correction to host name validation test for connectathon tests.