- remove unused option UNDERSCORETODOT from default config files.

This commit is contained in:
ikent 2006-09-25 16:02:05 +00:00
parent e8aa88ddaa
commit b8f6744d7c

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.rc2.5
%define release 0.rc2.6
Version: %{version}
Release: %{release}
Epoch: 1
@ -16,6 +16,7 @@ Patch1: autofs-5.0.1-rc2-include-check-full-path.patch
Patch2: autofs-5.0.1-rc2-submount-cache-clean.patch
Patch3: autofs-5.0.1-rc2-ldap-noexist-rmdir.patch
Patch4: autofs-5.0.1-rc2-replicated-close-sock.patch
Patch5: autofs-5.0.1-rc2-remove-UNDERSCORETODOT.patch
Buildroot: /var/tmp/autofs-tmp
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
Prereq: chkconfig
@ -58,6 +59,9 @@ echo %{version}-%{release} > .version
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -114,6 +118,9 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Mon Sep 25 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.6
- remove unused option UNDERSCORETODOT from default config files.
* Mon Sep 25 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.5
- fix LDAP lookup delete cache entry only if entry doesn't exist.
- add missing socket close in replicated host check (Jeff Moyer).