- Merged my and Ian's socket leak fixes into one, smaller patch.

- Fix some more echo lines for internationalization.
This commit is contained in:
Jeffrey E. Moyer 2004-09-21 15:13:46 +00:00
parent 581c892967
commit 2f5c56845f

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems. Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs Name: autofs
%define version 4.1.3 %define version 4.1.3
%define release 18 %define release 20
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
Epoch: 1 Epoch: 1
@ -30,6 +30,7 @@ Patch22: autofs-4.1.3-sock-leak-fix.patch
#Patch23: autofs-4.1.3-nss.patch #Patch23: autofs-4.1.3-nss.patch
Patch24: autofs-4.1.3-umount-loopback.patch Patch24: autofs-4.1.3-umount-loopback.patch
Patch25: autofs-4.1.3-close-fix.patch Patch25: autofs-4.1.3-close-fix.patch
Patch26: autofs-4.1.3-intl-status.patch
Buildroot: /var/tmp/autofs-tmp Buildroot: /var/tmp/autofs-tmp
BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl
Prereq: chkconfig Prereq: chkconfig
@ -82,10 +83,11 @@ echo %{version}-%{release} > .version
%patch19 -p1 -b .disable-direct %patch19 -p1 -b .disable-direct
%patch20 -p1 -b .one-auto-master %patch20 -p1 -b .one-auto-master
%patch21 -p1 -b .signal-race-fix %patch21 -p1 -b .signal-race-fix
%patch22 -p1 -b .sock-leak-fix %patch22 -p1 -b .sock-leak-fix-2
#%patch23 -p1 -b .nss #%patch23 -p1 -b .nss
%patch24 -p1 -b .umount-loopback %patch24 -p1 -b .umount-loopback
%patch25 -p1 -b .close-fix %patch25 -p1 -b .close-fix
%patch26 -p1 -b .intl-status
cp $RPM_SOURCE_DIR/autofs.sysconfig . cp $RPM_SOURCE_DIR/autofs.sysconfig .
%build %build
@ -139,6 +141,10 @@ exit 0
%{_libdir}/autofs/* %{_libdir}/autofs/*
%changelog %changelog
* Tue Sep 21 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-20
- Merged my and Ian's socket leak fixes into one, smaller patch.
- Fix some more echo lines for internationalization.
* Thu Sep 2 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-18 * Thu Sep 2 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-18
- Umount loopback filesystems under automount points when stopping the - Umount loopback filesystems under automount points when stopping the
automounter. automounter.