diff --git a/sudo.spec b/sudo.spec index 79022dd..80ab46a 100644 --- a/sudo.spec +++ b/sudo.spec @@ -1,7 +1,7 @@ Summary: Allows restricted root access for specified users Name: sudo Version: 1.6.9p13 -Release: 6%{?dist} +Release: 7%{?dist} License: BSD Group: Applications/System URL: http://www.courtesan.com/sudo/ @@ -47,9 +47,10 @@ on many different machines. %patch4 -p1 -b .noPam %patch5 -p1 -b .audit -autoreconf - %build +#hande newer autoconf +rm acsite.m4 && mv aclocal.m4 acinclude.m4 && autoreconf + %ifarch s390 s390x sparc64 F_PIE=-fPIE %else @@ -132,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT /bin/chmod 0440 /etc/sudoers || : %changelog +* Wed Jun 18 2008 Peter Vrabec 1.6.9p13-7 +- build with newer autoconf-2.62 (#449614) + * Tue May 13 2008 Peter Vrabec 1.6.9p13-6 - compiled with secure path (#80215)