- Fixed a problem with backwards compatability. Specifying local maps
without '/etc/' prepended to them now works. (bz #136038)
This commit is contained in:
parent
1ddc9b2bff
commit
7882f1c222
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 28
|
||||
%define release 29
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Epoch: 1
|
||||
@ -33,6 +33,7 @@ Patch25: autofs-4.1.3-close-fix.patch
|
||||
Patch26: autofs-4.1.3-intl-status.patch
|
||||
Patch27: autofs-4.1.3-localopts-multi.patch
|
||||
Patch28: autofs-4.1.2-init-duplicate-map.patch
|
||||
Patch29: autofs-4.1.3-filemap-etc-append.patch
|
||||
Buildroot: /var/tmp/autofs-tmp
|
||||
BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl
|
||||
Prereq: chkconfig
|
||||
@ -92,6 +93,7 @@ echo %{version}-%{release} > .version
|
||||
%patch26 -p1 -b .intl-status
|
||||
%patch27 -p1 -b .localopts-multi
|
||||
%patch28 -p1 -b .init-duplicate-map
|
||||
%patch29 -p1 -b .filemap-etc-append
|
||||
cp $RPM_SOURCE_DIR/autofs.sysconfig .
|
||||
|
||||
%build
|
||||
@ -145,8 +147,12 @@ exit 0
|
||||
%{_libdir}/autofs/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 20 2004 Chris Feist <cfeist@redhat.com> - 1:4.1.3-29
|
||||
- Fixed a problem with backwards compatability. Specifying local
|
||||
maps without '/etc/' prepended to them now works. (bz #136038)
|
||||
|
||||
* Fri Oct 15 2004 Chris Feist <cfeist@redhat.com> - 1:4.1.3-28
|
||||
- Fixed a bug which caused directories to never be unmounted.
|
||||
- Fixed a bug which caused directories to never be unmounted. (bz #134403)
|
||||
|
||||
* Thu Oct 14 2004 Chris Feist <cfeist@redhat.com> - 1:4.1.3-27
|
||||
- Fixed an error in the init script which caused duplicate entries to be
|
||||
|
Loading…
Reference in New Issue
Block a user