- Merged my and Ian's socket leak fixes into one, smaller patch.
- Fix some more echo lines for internationalization.
This commit is contained in:
parent
581c892967
commit
2f5c56845f
10
autofs.spec
10
autofs.spec
@ -4,7 +4,7 @@
|
||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||
Name: autofs
|
||||
%define version 4.1.3
|
||||
%define release 18
|
||||
%define release 20
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Epoch: 1
|
||||
@ -30,6 +30,7 @@ Patch22: autofs-4.1.3-sock-leak-fix.patch
|
||||
#Patch23: autofs-4.1.3-nss.patch
|
||||
Patch24: autofs-4.1.3-umount-loopback.patch
|
||||
Patch25: autofs-4.1.3-close-fix.patch
|
||||
Patch26: autofs-4.1.3-intl-status.patch
|
||||
Buildroot: /var/tmp/autofs-tmp
|
||||
BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl
|
||||
Prereq: chkconfig
|
||||
@ -82,10 +83,11 @@ echo %{version}-%{release} > .version
|
||||
%patch19 -p1 -b .disable-direct
|
||||
%patch20 -p1 -b .one-auto-master
|
||||
%patch21 -p1 -b .signal-race-fix
|
||||
%patch22 -p1 -b .sock-leak-fix
|
||||
%patch22 -p1 -b .sock-leak-fix-2
|
||||
#%patch23 -p1 -b .nss
|
||||
%patch24 -p1 -b .umount-loopback
|
||||
%patch25 -p1 -b .close-fix
|
||||
%patch26 -p1 -b .intl-status
|
||||
cp $RPM_SOURCE_DIR/autofs.sysconfig .
|
||||
|
||||
%build
|
||||
@ -139,6 +141,10 @@ exit 0
|
||||
%{_libdir}/autofs/*
|
||||
|
||||
%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
|
||||
- Umount loopback filesystems under automount points when stopping the
|
||||
automounter.
|
||||
|
Loading…
Reference in New Issue
Block a user