From ad62197f9f63c56127c7dfbacdefb616e1b30bc4 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Feb 05 2009 07:00:17 +0000 Subject: - rename program map parsing bug fix patch. - use CLOEXEC flag functionality for setmntent also, if present. --- diff --git a/autofs.spec b/autofs.spec index da577df..56d86f2 100644 --- a/autofs.spec +++ b/autofs.spec @@ -4,7 +4,7 @@ Summary: A tool for automatically mounting and unmounting filesystems Name: autofs Version: 5.0.4 -Release: 7 +Release: 8 Epoch: 1 License: GPLv2+ Group: System Environment/Daemons @@ -68,6 +68,7 @@ echo %{version}-%{release} > .version %patch6 -p1 %patch7 -p1 %patch8 -p1 +%patch9 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} @@ -120,7 +121,7 @@ fi %{_libdir}/autofs/ %changelog -* Wed Jan 21 2009 Jeff Moyer - 5.0.4-7 +* Thu Feb 5 2009 Ian Kent - 5.0.4-8 - rename program map parsing bug fix patch. - use CLOEXEC flag functionality for setmntent also, if present.