]> git.pld-linux.org Git - packages/sudo.git/commitdiff
- updated to 1.6.9p3 auto/th/sudo-1_6_9p3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 4 Aug 2007 22:33:34 +0000 (22:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated selinux,ac,pam-login patches, removed obsolete pam-sess patch
- added libtool patch to stick to stable libtool
- pam conflicts with kerb5 and skey methods (use pam by default)

Changed files:
    sudo.spec -> 1.114

sudo.spec

index 58455ecfd3c3956cddc65562826415dfdbc6491c..3fb72dfa2e65f1d8d6299c10287035b521abc7bf 100644 (file)
--- a/sudo.spec
+++ b/sudo.spec
@@ -1,9 +1,10 @@
 #
 # Conditional build:
-%bcond_without selinux         # build without SELinux support
-%bcond_without skey            # disable skey (onetime passwords) support
-%bcond_without kerberos5       # disable Kerberos V support
+%bcond_with    kerberos5       # enable Kerberos V support (conflicts with PAM)
 %bcond_without ldap            # disable LDAP support
+%bcond_without pam             # disable PAM support
+%bcond_without selinux         # build without SELinux support
+%bcond_with    skey            # enable skey (onetime passwords) support (conflicts with PAM)
 #
 Summary:       Allows command execution as root for specified users
 Summary(es.UTF-8):     Permite que usuarios específicos ejecuten comandos como se fueran el root
@@ -13,20 +14,20 @@ Summary(pt_BR.UTF-8):       Permite que usuários específicos executem comandos como
 Summary(ru.UTF-8):     Позволяет определенным пользователям исполнять команды от имени root
 Summary(uk.UTF-8):     Дозволяє вказаним користувачам виконувати команди від імені root
 Name:          sudo
-Version:       1.6.8p12
-Release:       7.2
+Version:       1.6.9p3
+Release:       1
 Epoch:         1
 License:       BSD
 Group:         Applications/System
 Source0:       ftp://ftp.sudo.ws/pub/sudo/%{name}-%{version}.tar.gz
-# Source0-md5: b29893c06192df6230dd5f340f3badf5
+# Source0-md5: 21791b0bfb14fe1dc508fdcfaae9bacc
 Source1:       %{name}.pamd
 Source2:       %{name}-i.pamd
 Source3:       %{name}.logrotate
 Patch0:                %{name}-selinux.patch
 Patch1:                %{name}-ac.patch
-Patch2:                %{name}-pam-sess.patch
-Patch3:                %{name}-pam-login.patch
+Patch2:                %{name}-pam-login.patch
+Patch3:                %{name}-libtool.patch
 URL:           http://www.sudo.ws/sudo/
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
@@ -34,7 +35,7 @@ BuildRequires:        automake
 %{?with_selinux:BuildRequires: libselinux-devel}
 BuildRequires: libtool
 %{?with_ldap:BuildRequires:    openldap-devel >= 2.3.0}
-BuildRequires: pam-devel
+%{?with_pam:BuildRequires:     pam-devel}
 %{?with_skey:BuildRequires:    skey-devel >= 2.2-11}
 Requires:      pam >= 0.99.7.1
 Obsoletes:     cu-sudo
This page took 0.034146 seconds and 4 git commands to generate.