- correct config names in default.c (jpro@bas.ac.uk).
This commit is contained in:
parent
cf8ef9ad9d
commit
fb9b6ca5bf
@ -4,7 +4,7 @@
|
||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||
Name: autofs
|
||||
%define version 5.0.0_beta4
|
||||
%define release 2
|
||||
%define release 3
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Epoch: 1
|
||||
@ -14,6 +14,7 @@ Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.b
|
||||
Patch0: autofs-5.0.0_beta4-dontstrip-typo.patch
|
||||
Patch1: autofs-5.0.0_beta4-v4-dir-cleanup.patch
|
||||
Patch2: autofs-5.0.0_beta4-master-map-update.patch
|
||||
Patch3: autofs-5.0.0_beta4-wrong-conf-names.patch
|
||||
Buildroot: /var/tmp/autofs-tmp
|
||||
BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex
|
||||
Prereq: chkconfig
|
||||
@ -55,6 +56,7 @@ echo %{version}-%{release} > .version
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||
@ -110,6 +112,9 @@ exit 0
|
||||
%{_libdir}/autofs/*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 5 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-3
|
||||
- correct config names in default.c (jpro@bas.ac.uk).
|
||||
|
||||
* Mon Jun 5 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-2
|
||||
- re-instate v4 directory cleanup (bz# 193832 again).
|
||||
- backout master map lookup changes made to beta3.
|
||||
|
Loading…
Reference in New Issue
Block a user