- rename program map parsing bug fix patch.

- use CLOEXEC flag functionality for setmntent also, if present.
This commit is contained in:
Ian Kent 2009-02-05 07:00:17 +00:00
parent 9a5a39f9f2
commit ad62197f9f

View File

@ -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 <jmoyer@redhat.com> - 5.0.4-7
* Thu Feb 5 2009 Ian Kent <ikent@redhat.com> - 5.0.4-8
- rename program map parsing bug fix patch.
- use CLOEXEC flag functionality for setmntent also, if present.