- move autofs4 module loading back to init script (part bz # 194061).
This commit is contained in:
parent
5cbe4db3fb
commit
15ea0bbe68
@ -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 5.0.0_beta4
|
%define version 5.0.0_beta4
|
||||||
%define release 8
|
%define release 9
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
@ -27,6 +27,7 @@ Patch12: autofs-5.0.0_beta4-memory-leaks.patch
|
|||||||
Patch13: autofs-5.0.0_beta4-context-init-error.patch
|
Patch13: autofs-5.0.0_beta4-context-init-error.patch
|
||||||
Patch14: autofs-5.0.0_beta4-map-update.patch
|
Patch14: autofs-5.0.0_beta4-map-update.patch
|
||||||
Patch15: autofs-5.0.0_beta4-program-map-offset-handling.patch
|
Patch15: autofs-5.0.0_beta4-program-map-offset-handling.patch
|
||||||
|
Patch16: autofs-5.0.0_beta4-module-load-to-init.patch
|
||||||
Buildroot: /var/tmp/autofs-tmp
|
Buildroot: /var/tmp/autofs-tmp
|
||||||
BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex
|
BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex
|
||||||
Prereq: chkconfig
|
Prereq: chkconfig
|
||||||
@ -81,6 +82,7 @@ echo %{version}-%{release} > .version
|
|||||||
%patch13 -p1
|
%patch13 -p1
|
||||||
%patch14 -p1
|
%patch14 -p1
|
||||||
%patch15 -p1
|
%patch15 -p1
|
||||||
|
%patch16 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||||
@ -136,6 +138,9 @@ exit 0
|
|||||||
%{_libdir}/autofs/*
|
%{_libdir}/autofs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 13 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-9
|
||||||
|
- move autofs4 module loading back to init script (part bz # 194061).
|
||||||
|
|
||||||
* Mon Jun 12 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-8
|
* Mon Jun 12 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-8
|
||||||
- fix handling of master map entry update (bz # 193718).
|
- fix handling of master map entry update (bz # 193718).
|
||||||
- fix program map handling of invalid multi-mount offsets.
|
- fix program map handling of invalid multi-mount offsets.
|
||||||
|
Loading…
Reference in New Issue
Block a user