- Fix compile error.
This commit is contained in:
parent
02bb5014f5
commit
c008afeacd
@ -4,7 +4,7 @@
|
||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||
Name: autofs
|
||||
%define version 5.0.1
|
||||
%define release 0.rc1.7
|
||||
%define release 0.rc1.8
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Epoch: 1
|
||||
@ -24,6 +24,7 @@ Patch10: autofs-5.0.1-rc1-cthon-host-name-validation.patch
|
||||
Patch11: autofs-5.0.1-rc1-cthon-submount-fix.patch
|
||||
Patch12: autofs-5.0.1-rc1-cthon-parse-and-submounts.patch
|
||||
Patch13: autofs-5.0.1-rc1-cthon-expire-nested.patch
|
||||
Patch14: autofs-5.0.1-rc1-compile-error.patch
|
||||
Buildroot: /var/tmp/autofs-tmp
|
||||
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
|
||||
Prereq: chkconfig
|
||||
@ -76,6 +77,7 @@ echo %{version}-%{release} > .version
|
||||
%patch11 -p1
|
||||
%patch12 -p1
|
||||
%patch13 -p1
|
||||
%patch14 -p1
|
||||
|
||||
%build
|
||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||
@ -132,6 +134,9 @@ exit 0
|
||||
%{_libdir}/autofs/*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 27 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.8
|
||||
- Fix compile error.
|
||||
|
||||
* Thu Jul 27 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.7
|
||||
- cthon fix expire of various forms of nested mounts.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user