- Fix program maps so that they can have gt 4k characters. (Neil Horman)
Addresses bz #138994. - Add a space after the colon here "Starting automounter:" in init script. Fixes bz #138513.
This commit is contained in:
parent
e651f6ba80
commit
a1c855e738
15
autofs.spec
15
autofs.spec
@ -4,7 +4,7 @@
|
||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||
Name: autofs
|
||||
%define version 4.1.3
|
||||
%define release 53
|
||||
%define release 54
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Epoch: 1
|
||||
@ -22,7 +22,7 @@ Patch14: autofs-4.1.3-underlinei18n.patch
|
||||
Patch15: autofs-4.1.3-rpc-ping.patch
|
||||
Patch16: autofs-4.1.3-bad_chdir.patch
|
||||
Patch17: autofs-4.1.3-mtab_lock.patch
|
||||
Patch18: autofs-4.1.3-ian-map-expiry-1.patch
|
||||
#Patch18: autofs-4.1.3-ian-map-expiry-1.patch
|
||||
Patch19: autofs-4.1.3-disable-direct.patch
|
||||
Patch20: autofs-4.1.3-one-auto-master.patch
|
||||
Patch21: autofs-4.1.3-signal-race-fix.patch
|
||||
@ -38,6 +38,9 @@ Patch30: autofs-4.1.3-init-duplicate-map2.patch
|
||||
Patch31: autofs-4.1.3-plus-map-ordering.patch
|
||||
Patch32: autofs-4.1.3-ldap-search-limit.patch
|
||||
Patch33: autofs-4.1.3-browse.patch
|
||||
#Patch34: autofs-4.1.3-ian-map-expiry-multimount-fix.patch
|
||||
Patch35: autofs-4.1.3-large-program-map.patch
|
||||
Patch36: autofs-4.1.3-user-message-typo.patch
|
||||
Buildroot: /var/tmp/autofs-tmp
|
||||
BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl
|
||||
Prereq: chkconfig
|
||||
@ -102,6 +105,9 @@ echo %{version}-%{release} > .version
|
||||
%patch31 -p1 -b .plus-map-ordering.patch
|
||||
%patch32 -p1 -b .ldap-search-limit.patch
|
||||
%patch33 -p1 -b .browse
|
||||
#%patch34 -p1 -b .expire-multi
|
||||
%patch35 -p1 -b .large-program-map
|
||||
%patch36 -p1 -b .user-message-typo
|
||||
cp $RPM_SOURCE_DIR/autofs.sysconfig .
|
||||
|
||||
%build
|
||||
@ -155,6 +161,11 @@ exit 0
|
||||
%{_libdir}/autofs/*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 16 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-54
|
||||
- Fix program maps so that they can have gt 4k characters. (Neil Horman)
|
||||
Addresses bz #138994.
|
||||
- Add a space after the colon here "Starting automounter:" in init script.
|
||||
Fixes bz #138513.
|
||||
* Mon Nov 15 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-53
|
||||
- Make autofs understand -[no]browse. Addresses fz #113494.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user