- correct shutdown log message print.
- correct auth init test when no credentials required.
This commit is contained in:
parent
bcba7e6c63
commit
052cee533c
10
autofs.spec
10
autofs.spec
@ -4,7 +4,7 @@
|
||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||
Name: autofs
|
||||
%define version 5.0.0_beta6
|
||||
%define release 3
|
||||
%define release 4
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Epoch: 1
|
||||
@ -16,6 +16,8 @@ Patch2: autofs-5.0.0_beta6-default-auth-config.patch
|
||||
Patch3: autofs-5.0.0_beta6-gssapi-segfault-exit.patch
|
||||
Patch4: autofs-5.0.0_beta6-check-return.patch
|
||||
Patch5: autofs-5.0.0_beta6-auth-config-exits.patch
|
||||
Patch6: autofs-5.0.0_beta6-shutdown-log-message.patch
|
||||
Patch7: autofs-5.0.0_beta6-check-no-creds-required.patch
|
||||
Buildroot: /var/tmp/autofs-tmp
|
||||
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
|
||||
Prereq: chkconfig
|
||||
@ -59,6 +61,8 @@ echo %{version}-%{release} > .version
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
|
||||
%build
|
||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||
@ -115,6 +119,10 @@ exit 0
|
||||
%{_libdir}/autofs/*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 5 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta6-4
|
||||
- correct shutdown log message print.
|
||||
- correct auth init test when no credentials required.
|
||||
|
||||
* Tue Jul 4 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta6-3
|
||||
- correct test for existence of auth config file.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user