rpms/nfs-utils/devel nfs-utils.spec,1.178,1.179

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Mon Jun 30 16:14:39 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/nfs-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14789

Modified Files:
	nfs-utils.spec 
Log Message:
handle sparc arches



Index: nfs-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/devel/nfs-utils.spec,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- nfs-utils.spec	30 Jun 2008 10:30:32 -0000	1.178
+++ nfs-utils.spec	30 Jun 2008 16:13:53 -0000	1.179
@@ -2,11 +2,11 @@
 Name: nfs-utils
 URL: http://sourceforge.net/projects/nfs
 Version: 1.1.2
-Release: 10%{?dist}
+Release: 11%{?dist}
 Epoch: 1
 
 # group all 32bit related archs
-%define all_32bit_archs i386 i686 athlon ppc
+%define all_32bit_archs i386 i686 athlon ppc sparcv9
 
 # Enable the ability to set the 'fsc' mount flag which
 # will allow NFS to use FS-Cache.
@@ -144,7 +144,7 @@
 
 %build
 
-%ifarch s390 s390x
+%ifarch s390 s390x sparcv9 sparc64
 PIE="-fPIE"
 %else
 PIE="-fpie"
@@ -295,6 +295,9 @@
 %attr(4755,root,root)   /sbin/umount.nfs4
 
 %changelog
+* Mon Jun 30 2008 Dennis Gilmore <dennis at ausil.us> 1.1.2-11
+- add sparc arch handling 
+
 * Mon Jun 30 2008 Steve Dickson <steved at redhat.com>  1.1.2-10
 - Rebuild for the updated libevent lib.
 




More information about the fedora-extras-commits mailing list