From 2949c782befa9be43dd624f713327a63a0f7d8d1 Mon Sep 17 00:00:00 2001 From: ikent Date: Wed, 28 Jun 2006 03:46:12 +0000 Subject: [PATCH] - cleanup defaults_read_config (Jeff Moyer). --- autofs.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/autofs.spec b/autofs.spec index e61f259..c37b7f3 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.0_beta5 -%define release 5 +%define release 6 Version: %{version} Release: %{release} Epoch: 1 @@ -25,6 +25,7 @@ Patch11: autofs-5.0.0_beta5-compile-warnings.patch Patch12: autofs-5.0.0_beta5-override-system-macros.patch Patch13: autofs-5.0.0_beta5-mapclass-update.patch Patch14: autofs-5.0.0_beta5-misc-fixes.patch +Patch15: autofs-5.0.0_beta5-defaults_read_config-cleanup.patch Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Prereq: chkconfig @@ -77,6 +78,7 @@ echo %{version}-%{release} > .version %patch12 -p1 %patch13 -p1 %patch14 -p1 +%patch15 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -133,6 +135,9 @@ exit 0 %{_libdir}/autofs/* %changelog +* Wed Jun 28 2006 Ian Kent - 5.0.0_beta5-6 +- cleanup defaults_read_config (Jeff Moyer). + * Tue Jun 27 2006 Ian Kent - 5.0.0_beta5-5 - allow global macro defines to override system macros. - correct spelling error in default config files missed by