- Comment out map expiry (and related) patch for an FC3 build.
This commit is contained in:
parent
8d613be4ca
commit
caa5a60de0
@ -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 21
|
%define release 22
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
@ -80,14 +80,14 @@ echo %{version}-%{release} > .version
|
|||||||
%patch15 -p1 -b .rpc-ping
|
%patch15 -p1 -b .rpc-ping
|
||||||
%patch16 -p1 -b .bad-chdir
|
%patch16 -p1 -b .bad-chdir
|
||||||
%patch17 -p1 -b .mtab-lock
|
%patch17 -p1 -b .mtab-lock
|
||||||
%patch18 -p1 -b .map-expiry
|
#%patch18 -p1 -b .map-expiry
|
||||||
%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-2
|
%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
|
%patch26 -p1 -b .intl-status
|
||||||
%patch27 -p1 -b .localopts-multi
|
%patch27 -p1 -b .localopts-multi
|
||||||
cp $RPM_SOURCE_DIR/autofs.sysconfig .
|
cp $RPM_SOURCE_DIR/autofs.sysconfig .
|
||||||
@ -143,6 +143,9 @@ exit 0
|
|||||||
%{_libdir}/autofs/*
|
%{_libdir}/autofs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 1 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-22
|
||||||
|
- Comment out map expiry (and related) patch for an FC3 build.
|
||||||
|
|
||||||
* Thu Sep 23 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-21
|
* Thu Sep 23 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-21
|
||||||
- Make local options apply to all maps in a multi-map entry.
|
- Make local options apply to all maps in a multi-map entry.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user