From 62997c27b5906258f63161ec6ba615f4cae5b4ec Mon Sep 17 00:00:00 2001 From: ikent Date: Mon, 19 Jun 2006 06:35:34 +0000 Subject: [PATCH] - Change LDAP message severity from crit to degug (bz# 183893). - Corrections to INSTALL and README.v5.release. - Add patch to fix segv on overlength map keys in file maps (Jeff Moter). - Add patch to restrict scanning of /proc to pid directories only (Jeff Moyer). --- autofs.spec | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/autofs.spec b/autofs.spec index f4b42b6..3f65be2 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_beta4 -%define release 12 +%define release 13 Version: %{version} Release: %{release} Epoch: 1 @@ -29,6 +29,10 @@ Patch14: autofs-5.0.0_beta4-map-update.patch Patch15: autofs-5.0.0_beta4-program-map-offset-handling.patch Patch16: autofs-5.0.0_beta4-module-load-to-init.patch Patch17: autofs-5.0.0_beta4-exports-access-list.patch +Patch18: autofs-5.0.0_beta4-no-first-message.patch +Patch19: autofs-5.0.0_beta4-minor-doco.patch +Patch20: autofs-5.0.0_beta4-bad-key-length.patch +Patch21: autofs-5.0.0_beta4-proc-pid-only.patch Buildroot: /var/tmp/autofs-tmp BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel Prereq: chkconfig @@ -85,6 +89,10 @@ echo %{version}-%{release} > .version %patch15 -p1 %patch16 -p1 %patch17 -p1 +%patch18 -p1 +%patch19 -p1 +%patch20 -p1 +%patch21 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -140,6 +148,12 @@ exit 0 %{_libdir}/autofs/* %changelog +* Mon Jun 19 2006 Ian Kent - 5.0.0_beta4-13 +- Change LDAP message severity from crit to degug (bz# 183893). +- Corrections to INSTALL and README.v5.release. +- Add patch to fix segv on overlength map keys in file maps (Jeff Moter). +- Add patch to restrict scanning of /proc to pid directories only (Jeff Moyer). + * Thu Jun 15 2006 Jeff Moyer - 5.0.0_beta4-12 - Change BuildPrereq to BuildRequires as per the package guidelines. - Add libxml2-devel to the BuildRequires, as it is needed for the LDAP