- cleanup defaults_read_config (Jeff Moyer).
This commit is contained in:
parent
454eda90ea
commit
2949c782be
@ -4,7 +4,7 @@
|
||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||
Name: autofs
|
||||
%define version 5.0.0_beta5
|
||||
%define release 5
|
||||
%define release 6
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Epoch: 1
|
||||
@ -25,6 +25,7 @@ Patch11: autofs-5.0.0_beta5-compile-warnings.patch
|
||||
Patch12: autofs-5.0.0_beta5-override-system-macros.patch
|
||||
Patch13: autofs-5.0.0_beta5-mapclass-update.patch
|
||||
Patch14: autofs-5.0.0_beta5-misc-fixes.patch
|
||||
Patch15: autofs-5.0.0_beta5-defaults_read_config-cleanup.patch
|
||||
Buildroot: /var/tmp/autofs-tmp
|
||||
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
|
||||
Prereq: chkconfig
|
||||
@ -77,6 +78,7 @@ echo %{version}-%{release} > .version
|
||||
%patch12 -p1
|
||||
%patch13 -p1
|
||||
%patch14 -p1
|
||||
%patch15 -p1
|
||||
|
||||
%build
|
||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||
@ -133,6 +135,9 @@ exit 0
|
||||
%{_libdir}/autofs/*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 28 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta5-6
|
||||
- cleanup defaults_read_config (Jeff Moyer).
|
||||
|
||||
* Tue Jun 27 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta5-5
|
||||
- allow global macro defines to override system macros.
|
||||
- correct spelling error in default config files missed by
|
||||
|
Loading…
Reference in New Issue
Block a user