diff --git a/autofs.spec b/autofs.spec index c915f93..de66eef 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_beta3 -%define release 1 +%define release 2 Version: %{version} Release: %{release} Epoch: 1 @@ -20,6 +20,7 @@ Patch6: autofs-5.0.0_beta3-replicated-white-space.patch Patch7: autofs-5.0.0_beta3-dont-strip-debug.patch Patch8: autofs-5.0.0_beta3-sanity-check-remove.patch Patch9: autofs-5.0.0_beta3-e2fsck-error-check.patch +Patch10: autofs-5.0.0_beta3-fix-map-perms.patch Buildroot: /var/tmp/autofs-tmp BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex @@ -68,6 +69,7 @@ echo %{version}-%{release} > .version %patch7 -p1 %patch8 -p1 %patch9 -p1 +%patch10 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -123,6 +125,9 @@ exit 0 %{_libdir}/autofs/* %changelog +* Fri May 26 2006 Jeff Moyer - 1:5.0.0_beta3-2 +- Fix the install permissions for auto.master and auto.misc. + * Thu May 25 2006 Ian Kent - 5.0.0_beta3-1 - update source to version 5.0.0_beta3. - add patch to remove extra debug print.