From eb965f41520bc48aecc709e8ca285680c7428fa4 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Feb 04 2008 08:30:14 +0000 Subject: add sparc64 to the list of arches that need -fPIE --- diff --git a/sudo.spec b/sudo.spec index 951af42..c29eea1 100644 --- a/sudo.spec +++ b/sudo.spec @@ -1,7 +1,7 @@ Summary: Allows restricted root access for specified users Name: sudo Version: 1.6.9p4 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD Group: Applications/System URL: http://www.courtesan.com/sudo/ @@ -51,7 +51,7 @@ on many different machines. autoreconf %build -%ifarch s390 s390x +%ifarch s390 s390x sparc64 F_PIE=-fPIE %else F_PIE=-fpie @@ -128,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT /bin/chmod 0440 /etc/sudoers || : %changelog +* Mon Feb 02 2008 Dennis Gilmore 1.6.9p4-6 +- sparc64 needs to be in the -fPIE list with s390 + * Mon Jan 07 2008 Peter Vrabec 1.6.9p4-5 - fix complains about audit_log_user_command(): Connection refused (#401201)