- 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.
|
||||
Name: autofs
|
||||
%define version 5.0.0_beta3
|
||||
%define release 2
|
||||
%define release 3
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Epoch: 1
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.bz2
|
||||
Patch1: autofs-4.1.4-hesiod-bind.patch
|
||||
Patch2: autofs-5.0.0_beta3-remove-extra-debug-print.patch
|
||||
Patch3: autofs-5.0.0_beta3-underscore-to-dot.patch
|
||||
Patch4: autofs-5.0.0_beta3-dont-probe-nfs4.patch
|
||||
Patch5: autofs-5.0.0_beta3-pgrp-pid.patch
|
||||
Patch6: autofs-5.0.0_beta3-replicated-white-space.patch
|
||||
Patch7: autofs-5.0.0_beta3-dont-strip-debug.patch
|
||||
Patch8: autofs-5.0.0_beta3-sanity-check-remove.patch
|
||||
Patch9: autofs-5.0.0_beta3-e2fsck-error-check.patch
|
||||
Patch10: autofs-5.0.0_beta3-fix-map-perms.patch
|
||||
Patch1: 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-dont-probe-nfs4.patch
|
||||
Patch4: autofs-5.0.0_beta3-pgrp-pid.patch
|
||||
Patch5: 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-sanity-check-remove.patch
|
||||
Patch8: 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-hesiod-update.patch
|
||||
|
||||
Buildroot: /var/tmp/autofs-tmp
|
||||
BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex
|
||||
@ -125,6 +125,12 @@ exit 0
|
||||
%{_libdir}/autofs/*
|
||||
|
||||
%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
|
||||
- Fix the install permissions for auto.master and auto.misc.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user