diff --git a/autofs.spec b/autofs.spec index c4e4217..14a10bd 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 8 +%define release 9 Version: %{version} Release: %{release} Epoch: 1 @@ -27,6 +27,7 @@ Patch12: autofs-5.0.0_beta4-memory-leaks.patch Patch13: autofs-5.0.0_beta4-context-init-error.patch 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 Buildroot: /var/tmp/autofs-tmp BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex Prereq: chkconfig @@ -81,6 +82,7 @@ echo %{version}-%{release} > .version %patch13 -p1 %patch14 -p1 %patch15 -p1 +%patch16 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -136,6 +138,9 @@ exit 0 %{_libdir}/autofs/* %changelog +* Tue Jun 13 2006 Ian Kent - 5.0.0_beta4-9 +- move autofs4 module loading back to init script (part bz # 194061). + * Mon Jun 12 2006 Ian Kent - 5.0.0_beta4-8 - fix handling of master map entry update (bz # 193718). - fix program map handling of invalid multi-mount offsets.