diff --git a/autofs.spec b/autofs.spec index 38af044..3dd95cf 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.rc3.5 +%define release 0.rc3.7 Version: %{version} Release: %{release} Epoch: 1 @@ -13,6 +13,7 @@ Group: System Environment/Daemons Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}-rc3.tar.bz2 Patch1: autofs-5.0.1-rc3-fix-typo-rmdir-temp.patch Patch2: autofs-5.0.1-rc3-remove-rpath-link-option.patch +Patch3: autofs-5.0.1-rc3-nsswitch-ignore-winbind.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Conflicts: kernel < 2.6.17 @@ -57,6 +58,7 @@ inkludera nÀtfilsystem, CD-ROM, floppydiskar, och sÄ vidare. echo %{version}-%{release} > .version %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -113,6 +115,9 @@ exit 0 %{_libdir}/autofs/* %changelog +* Mon Jan 15 2007 Ian Kent - 5.0.1-0.rc3.7 +- ignore "winbind" if it appears in "automount" nsswitch.conf (bz 214632). + * Tue Jan 10 2007 Ian Kent - 5.0.1-0.rc3.5 - remove fullstop from Summary tag. - change Buildroot to recommended form.