- Change BuildPrereq to BuildRequires as per the package guidelines.

- Add libxml2-devel to the BuildRequires, as it is needed for the LDAP
    authentication bits.
This commit is contained in:
Jeffrey E. Moyer 2006-06-15 14:16:38 +00:00
parent 49ebab0f0a
commit 816e25d819

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems. Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs Name: autofs
%define version 5.0.0_beta4 %define version 5.0.0_beta4
%define release 11 %define release 12
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
Epoch: 1 Epoch: 1
@ -30,7 +30,7 @@ Patch15: autofs-5.0.0_beta4-program-map-offset-handling.patch
Patch16: autofs-5.0.0_beta4-module-load-to-init.patch Patch16: autofs-5.0.0_beta4-module-load-to-init.patch
Patch17: autofs-5.0.0_beta4-exports-access-list.patch Patch17: autofs-5.0.0_beta4-exports-access-list.patch
Buildroot: /var/tmp/autofs-tmp Buildroot: /var/tmp/autofs-tmp
BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex, cyrus-sasl-devel BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel
Prereq: chkconfig Prereq: chkconfig
Requires: /bin/bash mktemp sed gawk textutils sh-utils grep /bin/ps Requires: /bin/bash mktemp sed gawk textutils sh-utils grep /bin/ps
Obsoletes: autofs-ldap Obsoletes: autofs-ldap
@ -140,7 +140,12 @@ exit 0
%{_libdir}/autofs/* %{_libdir}/autofs/*
%changelog %changelog
* Wed Jun 14 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-10 * Thu Jun 15 2006 Jeff Moyer <jmoyer@redhat.com> - 5.0.0_beta4-12
- Change BuildPrereq to BuildRequires as per the package guidelines.
- Add libxml2-devel to the BuildRequires, as it is needed for the LDAP
authentication bits.
* Wed Jun 14 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-11
- add export access list matching to "hosts" lookup module (bz # 193585). - add export access list matching to "hosts" lookup module (bz # 193585).
* Tue Jun 13 2006 Jeff Moyer <jmoyer@redhat.com> - 5.0.0_beta4-10 * Tue Jun 13 2006 Jeff Moyer <jmoyer@redhat.com> - 5.0.0_beta4-10