- update to beta4.
- should address at least bzs 193798, 193770, 193831 and possibly 193832.
This commit is contained in:
parent
65da2bf2c6
commit
0d2d5de452
@ -1 +1 @@
|
||||
autofs-5.0.0_beta3.tar.bz2
|
||||
autofs-5.0.0_beta4.tar.bz2
|
||||
|
36
autofs.spec
36
autofs.spec
@ -3,26 +3,14 @@
|
||||
#
|
||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||
Name: autofs
|
||||
%define version 5.0.0_beta3
|
||||
%define release 6
|
||||
%define version 5.0.0_beta4
|
||||
%define release 1
|
||||
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-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
|
||||
Patch11: autofs-5.0.0_beta3-autofs-mount-fail.patch
|
||||
Patch12: autofs-5.0.0_beta3-lookup_program-add-check.patch
|
||||
|
||||
Buildroot: /var/tmp/autofs-tmp
|
||||
BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex
|
||||
@ -62,23 +50,12 @@ inkludera nätfilsystem, CD-ROM, floppydiskar, och så vidare.
|
||||
%prep
|
||||
%setup -q
|
||||
echo %{version}-%{release} > .version
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
%patch12 -p1
|
||||
|
||||
%build
|
||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||
%configure --disable-mount-locking --enable-ignore-busy
|
||||
make initdir=/etc/rc.d/init.d
|
||||
# OK I need to fix the spelling error.
|
||||
make initdir=/etc/rc.d/init.d DONTSCRIP=1
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -129,6 +106,11 @@ exit 0
|
||||
%{_libdir}/autofs/*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 2 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-1
|
||||
- update to beta4.
|
||||
- should address at least bzs 193798, 193770, 193831 and
|
||||
possibly 193832.
|
||||
|
||||
* Mon May 29 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta3-6
|
||||
- add back test for nested mount in program map lookup.
|
||||
- I must have commented this out for a reason. I guess we'll
|
||||
|
Loading…
Reference in New Issue
Block a user