Author: baggins Date: Sat Mar 31 22:17:21 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 7.2 - s/heimdal/krb5/
---- Files affected: SPECS: sudo.spec (1.112 -> 1.113) ---- Diffs: ================================================================ Index: SPECS/sudo.spec diff -u SPECS/sudo.spec:1.112 SPECS/sudo.spec:1.113 --- SPECS/sudo.spec:1.112 Tue Mar 27 17:30:27 2007 +++ SPECS/sudo.spec Sun Apr 1 00:17:16 2007 @@ -3,7 +3,7 @@ # Conditional build: %bcond_without selinux # build without SELinux support %bcond_without skey # disable skey (onetime passwords) support -%bcond_without heimdal # disable Kerberos support +%bcond_without kerberos5 # disable Kerberos V support %bcond_without ldap # disable LDAP support # Summary: Allows command execution as root for specified users @@ -15,7 +15,7 @@ Summary(uk.UTF-8): Дозволяє вказаним користувачам виконувати команди від імені root Name: sudo Version: 1.6.8p12 -Release: 7.1 +Release: 7.2 Epoch: 1 License: BSD Group: Applications/System @@ -31,7 +31,7 @@ URL: http://www.sudo.ws/sudo/ BuildRequires: autoconf >= 2.53 BuildRequires: automake -%{?with_heimdal:BuildRequires: heimdal-devel >= 0.7} +%{?with_kerberos5:BuildRequires: krb5-devel} %{?with_selinux:BuildRequires: libselinux-devel} BuildRequires: libtool %{?with_ldap:BuildRequires: openldap-devel >= 2.3.0} @@ -148,7 +148,7 @@ --with-secure-path="/bin:/sbin:/usr/bin:/usr/sbin" \ --with-loglen=320 \ --disable-saved-ids \ - --with%{!?with_heimdal:out}-kerb5 \ + --with%{!?with_kerberos5:out}-kerb5 \ --with%{!?with_ldap:out}-ldap \ --with%{!?with_skey:out}-skey \ --with-long-otp-prompt @@ -200,6 +200,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.113 2007/03/31 22:17:16 baggins +- rel 7.2 +- s/heimdal/krb5/ + Revision 1.112 2007/03/27 15:30:27 baggins - pam improvements ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/sudo.spec?r1=1.112&r2=1.113&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
