- ignore "winbind" if it appears in "automount" nsswitch.conf (bz 214632).
This commit is contained in:
parent
392c74a4f6
commit
7e50b3fa10
@ -4,7 +4,7 @@
|
|||||||
Summary: A tool for automatically mounting and unmounting filesystems
|
Summary: A tool for automatically mounting and unmounting filesystems
|
||||||
Name: autofs
|
Name: autofs
|
||||||
%define version 5.0.1
|
%define version 5.0.1
|
||||||
%define release 0.rc3.5
|
%define release 0.rc3.7
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
Epoch: 1
|
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
|
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
|
Patch1: autofs-5.0.1-rc3-fix-typo-rmdir-temp.patch
|
||||||
Patch2: autofs-5.0.1-rc3-remove-rpath-link-option.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)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
|
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
|
||||||
Conflicts: kernel < 2.6.17
|
Conflicts: kernel < 2.6.17
|
||||||
@ -57,6 +58,7 @@ inkludera nätfilsystem, CD-ROM, floppydiskar, och så vidare.
|
|||||||
echo %{version}-%{release} > .version
|
echo %{version}-%{release} > .version
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||||
@ -113,6 +115,9 @@ exit 0
|
|||||||
%{_libdir}/autofs/*
|
%{_libdir}/autofs/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 10 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.5
|
||||||
- remove fullstop from Summary tag.
|
- remove fullstop from Summary tag.
|
||||||
- change Buildroot to recommended form.
|
- change Buildroot to recommended form.
|
||||||
|
Loading…
Reference in New Issue
Block a user