- correct test for libhesiod.
This commit is contained in:
parent
9e41c2879b
commit
42b9eace29
@ -4,7 +4,7 @@
|
||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||
Name: autofs
|
||||
%define version 5.0.0_beta6
|
||||
%define release 5
|
||||
%define release 6
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Epoch: 1
|
||||
@ -20,6 +20,7 @@ Patch6: autofs-5.0.0_beta6-shutdown-log-message.patch
|
||||
Patch7: autofs-5.0.0_beta6-check-no-creds-required.patch
|
||||
Patch8: autofs-5.0.0_beta6-correct-auto.smb.patch
|
||||
Patch9: autofs-5.0.0_beta6-auth-add-autodetect.patch
|
||||
Patch10: autofs-5.0.0_beta6-hesiod-lib.patch
|
||||
Buildroot: /var/tmp/autofs-tmp
|
||||
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
|
||||
Prereq: chkconfig
|
||||
@ -67,6 +68,7 @@ echo %{version}-%{release} > .version
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
|
||||
%build
|
||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||
@ -123,6 +125,9 @@ exit 0
|
||||
%{_libdir}/autofs/*
|
||||
|
||||
%changelog
|
||||
* Sat Jul 8 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta6-6
|
||||
- correct test for libhesiod.
|
||||
|
||||
* Fri Jul 7 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta6-5
|
||||
- correct auto.net installed as auto.smb.
|
||||
- update LDAP auth - add autodectect option.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user