- update hesiod module (Jeff Moyer).
- add mutex to protect against overlapping mount requests. - update return from mount request to give more sensible NSS_* values.
This commit is contained in:
parent
f5ccff5144
commit
1ddca1fa01
28
autofs.spec
28
autofs.spec
@ -4,23 +4,23 @@
|
|||||||
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_beta3
|
%define version 5.0.0_beta3
|
||||||
%define release 2
|
%define release 3
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.bz2
|
Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.bz2
|
||||||
Patch1: autofs-4.1.4-hesiod-bind.patch
|
Patch1: autofs-5.0.0_beta3-remove-extra-debug-print.patch
|
||||||
Patch2: autofs-5.0.0_beta3-remove-extra-debug-print.patch
|
Patch2: autofs-5.0.0_beta3-underscore-to-dot.patch
|
||||||
Patch3: autofs-5.0.0_beta3-underscore-to-dot.patch
|
Patch3: autofs-5.0.0_beta3-dont-probe-nfs4.patch
|
||||||
Patch4: autofs-5.0.0_beta3-dont-probe-nfs4.patch
|
Patch4: autofs-5.0.0_beta3-pgrp-pid.patch
|
||||||
Patch5: autofs-5.0.0_beta3-pgrp-pid.patch
|
Patch5: autofs-5.0.0_beta3-replicated-white-space.patch
|
||||||
Patch6: autofs-5.0.0_beta3-replicated-white-space.patch
|
Patch6: autofs-5.0.0_beta3-dont-strip-debug.patch
|
||||||
Patch7: autofs-5.0.0_beta3-dont-strip-debug.patch
|
Patch7: autofs-5.0.0_beta3-sanity-check-remove.patch
|
||||||
Patch8: autofs-5.0.0_beta3-sanity-check-remove.patch
|
Patch8: autofs-5.0.0_beta3-e2fsck-error-check.patch
|
||||||
Patch9: autofs-5.0.0_beta3-e2fsck-error-check.patch
|
Patch9: autofs-5.0.0_beta3-fix-map-perms.patch
|
||||||
Patch10: autofs-5.0.0_beta3-fix-map-perms.patch
|
Patch10: autofs-5.0.0_beta3-hesiod-update.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
|
||||||
@ -125,6 +125,12 @@ exit 0
|
|||||||
%{_libdir}/autofs/*
|
%{_libdir}/autofs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 27 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta3-3
|
||||||
|
- update hesiod module (Jeff Moyer).
|
||||||
|
- add mutex to protect against overlapping mount requests.
|
||||||
|
- update return from mount request to give more sensible NSS_*
|
||||||
|
values.
|
||||||
|
|
||||||
* Fri May 26 2006 Jeff Moyer <jmoyer@redhat.com> - 1:5.0.0_beta3-2
|
* Fri May 26 2006 Jeff Moyer <jmoyer@redhat.com> - 1:5.0.0_beta3-2
|
||||||
- Fix the install permissions for auto.master and auto.misc.
|
- Fix the install permissions for auto.master and auto.misc.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user