rpms/sudo/devel sudo.spec,1.55,1.56

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Mon Feb 4 08:30:54 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/sudo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31697

Modified Files:
	sudo.spec 
Log Message:
add sparc64 to the list of arches that need -fPIE



Index: sudo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sudo/devel/sudo.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- sudo.spec	7 Jan 2008 18:31:40 -0000	1.55
+++ sudo.spec	4 Feb 2008 08:30:14 -0000	1.56
@@ -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 @@
 autoreconf
 
 %build
-%ifarch s390 s390x
+%ifarch s390 s390x sparc64
 F_PIE=-fPIE
 %else
 F_PIE=-fpie
@@ -128,6 +128,9 @@
 /bin/chmod 0440 /etc/sudoers || :
 
 %changelog
+* Mon Feb 02 2008 Dennis Gilmore <dennis at ausil.us> 1.6.9p4-6
+- sparc64 needs to be in the -fPIE list with s390
+
 * Mon Jan 07 2008 Peter Vrabec <pvrabec at redhat.com> 1.6.9p4-5
 - fix complains about audit_log_user_command(): Connection 
   refused (#401201)




More information about the fedora-extras-commits mailing list