SPECS: sudo.spec - updated to 1.6.9p3 - updated selinux, ac, pam-log...

qboosh qboosh at pld-linux.org
Sun Aug 5 00:33:39 CEST 2007


Author: qboosh                       Date: Sat Aug  4 22:33:39 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.6.9p3
- 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)

---- Files affected:
SPECS:
   sudo.spec (1.113 -> 1.114) 

---- Diffs:

================================================================
Index: SPECS/sudo.spec
diff -u SPECS/sudo.spec:1.113 SPECS/sudo.spec:1.114
--- SPECS/sudo.spec:1.113	Sun Apr  1 00:17:16 2007
+++ SPECS/sudo.spec	Sun Aug  5 00:33:34 2007
@@ -1,10 +1,11 @@
 # $Revision$, $Date$
 #
 # 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
@@ -14,20 +15,20 @@
 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
@@ -35,7 +36,7 @@
 %{?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
@@ -200,6 +201,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.114  2007/08/04 22:33:34  qboosh
+- updated to 1.6.9p3
+- 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)
+
 Revision 1.113  2007/03/31 22:17:16  baggins
 - rel 7.2
 - s/heimdal/krb5/
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sudo.spec?r1=1.113&r2=1.114&f=u



More information about the pld-cvs-commit mailing list