rpms/vsftpd/F-9 vsftpd.spec,1.80,1.81

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Fri Jun 20 21:00:49 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/vsftpd/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6671

Modified Files:
	vsftpd.spec 
Log Message:
use -fPIE



Index: vsftpd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vsftpd/F-9/vsftpd.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- vsftpd.spec	21 May 2008 13:51:06 -0000	1.80
+++ vsftpd.spec	20 Jun 2008 21:00:02 -0000	1.81
@@ -3,7 +3,7 @@
 Summary: Very Secure Ftp Daemon
 Name: vsftpd
 Version: 2.0.6
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL
 Group: System Environment/Daemons
 URL: http://vsftpd.beasts.org/
@@ -104,7 +104,7 @@
 %patch38 -p1 -b .listen
 
 %build
-%ifarch s390x
+%ifarch s390x sparcv9 sparc64
 make CFLAGS="$RPM_OPT_FLAGS -fPIE -pipe" \
 %else
 make CFLAGS="$RPM_OPT_FLAGS -fpie -pipe" \
@@ -160,6 +160,9 @@
 %{_var}/ftp
 
 %changelog
+* Fri Jun 20 2008 Dennis Gilmore <dennis at ausil.us> - 2.0.6-5
+- add sparc arches to -fPIE list
+
 * Wed May 21 2008 Martin Nagy <mnagy at redhat.com> - 2.0.6-4
 - fix a small memory leak (#397011)
 




More information about the fedora-extras-commits mailing list