- Change LDAP message severity from crit to degug (bz# 183893).
- Corrections to INSTALL and README.v5.release.
- Add patch to fix segv on overlength map keys in file maps (Jeff Moter).
- Add patch to restrict scanning of /proc to pid directories only (Jeff
Moyer).
This commit is contained in:
parent
816e25d819
commit
62997c27b5
16
autofs.spec
16
autofs.spec
@ -4,7 +4,7 @@
|
||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||
Name: autofs
|
||||
%define version 5.0.0_beta4
|
||||
%define release 12
|
||||
%define release 13
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Epoch: 1
|
||||
@ -29,6 +29,10 @@ Patch14: autofs-5.0.0_beta4-map-update.patch
|
||||
Patch15: autofs-5.0.0_beta4-program-map-offset-handling.patch
|
||||
Patch16: autofs-5.0.0_beta4-module-load-to-init.patch
|
||||
Patch17: autofs-5.0.0_beta4-exports-access-list.patch
|
||||
Patch18: autofs-5.0.0_beta4-no-first-message.patch
|
||||
Patch19: autofs-5.0.0_beta4-minor-doco.patch
|
||||
Patch20: autofs-5.0.0_beta4-bad-key-length.patch
|
||||
Patch21: autofs-5.0.0_beta4-proc-pid-only.patch
|
||||
Buildroot: /var/tmp/autofs-tmp
|
||||
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel
|
||||
Prereq: chkconfig
|
||||
@ -85,6 +89,10 @@ echo %{version}-%{release} > .version
|
||||
%patch15 -p1
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
%patch18 -p1
|
||||
%patch19 -p1
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
|
||||
%build
|
||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||
@ -140,6 +148,12 @@ exit 0
|
||||
%{_libdir}/autofs/*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 19 2006 Ian Kent <jikent@redhat.com> - 5.0.0_beta4-13
|
||||
- Change LDAP message severity from crit to degug (bz# 183893).
|
||||
- Corrections to INSTALL and README.v5.release.
|
||||
- Add patch to fix segv on overlength map keys in file maps (Jeff Moter).
|
||||
- Add patch to restrict scanning of /proc to pid directories only (Jeff Moyer).
|
||||
|
||||
* 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user