add sparc64 to the list of arches that need -fPIE
This commit is contained in:
parent
ac1c9e7793
commit
eb965f4152
@ -1,7 +1,7 @@
|
|||||||
Summary: Allows restricted root access for specified users
|
Summary: Allows restricted root access for specified users
|
||||||
Name: sudo
|
Name: sudo
|
||||||
Version: 1.6.9p4
|
Version: 1.6.9p4
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.courtesan.com/sudo/
|
URL: http://www.courtesan.com/sudo/
|
||||||
@ -51,7 +51,7 @@ on many different machines.
|
|||||||
autoreconf
|
autoreconf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x sparc64
|
||||||
F_PIE=-fPIE
|
F_PIE=-fPIE
|
||||||
%else
|
%else
|
||||||
F_PIE=-fpie
|
F_PIE=-fpie
|
||||||
@ -128,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/bin/chmod 0440 /etc/sudoers || :
|
/bin/chmod 0440 /etc/sudoers || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 02 2008 Dennis Gilmore <dennis@ausil.us> 1.6.9p4-6
|
||||||
|
- sparc64 needs to be in the -fPIE list with s390
|
||||||
|
|
||||||
* Mon Jan 07 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p4-5
|
* Mon Jan 07 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p4-5
|
||||||
- fix complains about audit_log_user_command(): Connection
|
- fix complains about audit_log_user_command(): Connection
|
||||||
refused (#401201)
|
refused (#401201)
|
||||||
|
Loading…
Reference in New Issue
Block a user