]> git.pld-linux.org Git - packages/sudo.git/commitdiff
- rel 3; enable kerberos5, ldap, skey support; drop insults
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 29 May 2005 16:51:55 +0000 (16:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sudo.spec -> 1.91

sudo.spec

index 394f6a3bdd93f86b968c2ead44a1e6fcfa468f56..0029cbf58a2291e4f5a4b27ba71c65b7a021fb62 100644 (file)
--- a/sudo.spec
+++ b/sudo.spec
@@ -11,7 +11,7 @@ Summary(ru):  
 Summary(uk):   äÏÚ×ÏÌѤ ×ËÁÚÁÎÉÍ ËÏÒÉÓÔÕ×ÁÞÁÍ ×ÉËÏÎÕ×ÁÔÉ ËÏÍÁÎÄɠצĠ¦ÍÅΦ root
 Name:          sudo
 Version:       1.6.8p8
-Release:       2
+Release:       3
 Epoch:         1
 License:       BSD
 Group:         Applications/System
@@ -25,6 +25,9 @@ URL:          http://www.courtesan.com/sudo/
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
 %{?with_selinux:BuildRequires: libselinux-devel}
+BuildRequires: heimdal-devel
+BuildRequires: openldap-devel
+BuildRequires: skey-devel >= 2.2-11
 BuildRequires: libtool
 BuildRequires: pam-devel
 Requires:      pam >= 0.77.3
@@ -118,6 +121,7 @@ cp -f /usr/share/automake/config.sub .
 %{__autoconf}
 %configure \
        NROFFPROG=nroff \
+       --with-incpath=/usr/include/security \
        --with-timedir=/var/run/sudo \
        --with-pam \
        --with-logging=both \
@@ -125,15 +129,13 @@ cp -f /usr/share/automake/config.sub .
        --with-logpath=/var/log/sudo \
        --with-ignore-dot \
        --with-env-editor \
-       --with-insults \
-       --with-all-insults \
-       --with-classic-insults \
-       --with-csops-insults \
-       --with-hal-insults \
-       --with-goons-insults \
        --with-secure-path="/bin:/sbin:/usr/bin:/usr/sbin" \
        --with-loglen=320 \
-       --disable-saved-ids
+       --disable-saved-ids \
+       --with-kerb5 \
+       --with-ldap \
+       --with-skey \
+       --with-long-otp-prompt
 
 %{__make}
 
This page took 0.115602 seconds and 4 git commands to generate.