From 454eda90eaed8e82a92f2114717e077c45e38145 Mon Sep 17 00:00:00 2001 From: ikent Date: Jun 27 2006 09:33:56 +0000 Subject: - allow global macro defines to override system macros. - correct spelling error in default config files missed by previous update. - misc correctness and a memory leak fix. --- diff --git a/autofs.spec b/autofs.spec index cf5a077..e61f259 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 4 +%define release 5 Version: %{version} Release: %{release} Epoch: 1 @@ -22,6 +22,9 @@ Patch8: autofs-5.0.0_beta5-ldap-default-auth.patch Patch9: autofs-5.0.0_beta5-parse-old-style-dn.patch Patch10: autofs-5.0.0_beta5-get-dn-update.patch 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 Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel Prereq: chkconfig @@ -71,6 +74,9 @@ echo %{version}-%{release} > .version %patch9 -p1 %patch10 -p1 %patch11 -p1 +%patch12 -p1 +%patch13 -p1 +%patch14 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -127,6 +133,12 @@ exit 0 %{_libdir}/autofs/* %changelog +* 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 + previous update. +- misc correctness and a memory leak fix. + * Mon Jun 26 2006 Ian Kent - 5.0.0_beta5-4 - correct spelling error in default config. - fix default auth config not being installed.