From 2be8461bf357f64af353699d0e10e4e91424e683 Mon Sep 17 00:00:00 2001 From: ikent Date: Sep 17 2006 06:03:22 +0000 Subject: - fix include check full patch for file map of same name. --- diff --git a/autofs.spec b/autofs.spec index 20ff9c4..722c869 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.rc2.2 +%define release 0.rc2.3 Version: %{version} Release: %{release} Epoch: 1 @@ -12,6 +12,7 @@ License: GPL Group: System Environment/Daemons Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}-rc2.tar.bz2 Patch0: autofs-5.0.1-rc2-handle-autofs-options.patch +Patch1: autofs-5.0.1-rc2-include-check-full-path.patch Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Prereq: chkconfig @@ -52,6 +53,7 @@ inkludera nÀtfilsystem, CD-ROM, floppydiskar, och sÄ vidare. %setup -q echo %{version}-%{release} > .version %patch0 -p1 +%patch1 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -108,6 +110,9 @@ exit 0 %{_libdir}/autofs/* %changelog +* Sun Sep 17 2006 Ian Kent - 5.0.1-0.rc2.3 +- fix include check full patch for file map of same name. + * Wed Sep 13 2006 Ian Kent - 5.0.1-0.rc2.2 - fix handling of autofs specific mount options (bz 199777).