From 474d0dde27f51f606e8bef714e46098f621f5c2c Mon Sep 17 00:00:00 2001 From: kzak Date: Tue, 23 May 2006 14:27:14 +0000 Subject: [PATCH] add LDAP support --- sudo.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/sudo.spec b/sudo.spec index f8ad426..4f5e17a 100644 --- a/sudo.spec +++ b/sudo.spec @@ -1,14 +1,17 @@ Summary: Allows restricted root access for specified users. Name: sudo Version: 1.6.8p12 -Release: 4.1 +Release: 5 License: BSD Group: Applications/System Source: http://www.courtesan.com/sudo/dist/sudo-%{version}.tar.gz URL: http://www.courtesan.com/sudo/ BuildRoot: %{_tmppath}/%{name}-root Requires: /etc/pam.d/system-auth, vim-minimal -BuildRequires: pam-devel, groff + +BuildRequires: pam-devel +BuildRequires: groff +BuildRequires: openldap-devel # 154511 - sudo does not use limits.conf Patch2: sudo-1.6.8p8-pam-sess.patch @@ -52,7 +55,8 @@ export CFLAGS="$RPM_OPT_FLAGS $F_PIE" LDFLAGS="-pie" --with-editor=/bin/vi \ --with-env-editor \ --with-ignore-dot \ - --with-tty-tickets + --with-tty-tickets \ + --with-ldap make %install @@ -95,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT /bin/chmod 0440 /etc/sudoers || : %changelog +* Tue May 23 2006 Karel Zak 1.6.8p12-5 +- add LDAP support + * Fri Feb 10 2006 Jesse Keating - 1.6.8p12-4.1 - bump again for double-long bug on ppc(64)