- ignore "winbind" if it appears in "automount" nsswitch.conf (bz 214632).

This commit is contained in:
ikent 2007-01-15 04:04:28 +00:00
parent 392c74a4f6
commit 7e50b3fa10

View File

@ -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 <ikent@redhat.com> - 5.0.1-0.rc3.7
- ignore "winbind" if it appears in "automount" nsswitch.conf (bz 214632).
* Tue Jan 10 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.5
- remove fullstop from Summary tag.
- change Buildroot to recommended form.