- add "condrestart" to init script (bz 228860).
- add "@network" and .domain.name export check. - fix display map name in mount entry for "-hosts" map.
This commit is contained in:
parent
6fc76206d1
commit
f2f80e9d7f
13
autofs.spec
13
autofs.spec
@ -4,7 +4,7 @@
|
||||
Summary: A tool for automatically mounting and unmounting filesystems
|
||||
Name: autofs
|
||||
Version: 5.0.1
|
||||
Release: 0.rc3.22
|
||||
Release: 0.rc3.24
|
||||
Epoch: 1
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
@ -21,6 +21,9 @@ Patch8: autofs-5.0.1-rc3-match-export-fqdn.patch
|
||||
Patch9: autofs-5.0.1-rc3-task-done-race-2.patch
|
||||
Patch10: autofs-5.0.1-rc3-do_mkdir-return-status.patch
|
||||
Patch11: autofs-5.0.1-rc3-proximity-local-handling.patch
|
||||
Patch12: autofs-5.0.1-rc3-add-condrestart.patch
|
||||
Patch13: autofs-5.0.1-rc3-export-match-at-network-and-dot-domain.patch
|
||||
Patch14: autofs-5.0.1-rc3-hosts-map-name.patch
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
|
||||
Conflicts: kernel < 2.6.17
|
||||
@ -73,6 +76,9 @@ echo %{version}-%{release} > .version
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
%patch12 -p1
|
||||
%patch13 -p1
|
||||
%patch14 -p1
|
||||
|
||||
%build
|
||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||
@ -125,6 +131,11 @@ fi
|
||||
%{_libdir}/autofs/
|
||||
|
||||
%changelog
|
||||
* Tue Feb 20 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.24
|
||||
- add "condrestart" to init script (bz 228860).
|
||||
- add "@network" and .domain.name export check.
|
||||
- fix display map name in mount entry for "-hosts" map.
|
||||
|
||||
* Fri Feb 16 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.22
|
||||
- fix localhost replicated mounts not working (bz 208757).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user