rpms/libhugetlbfs/devel libhugetlbfs.spec,1.12,1.13

Steve Fox (drfickle) fedora-extras-commits at redhat.com
Wed Aug 29 13:07:47 UTC 2007


Author: drfickle

Update of /cvs/extras/rpms/libhugetlbfs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv699

Modified Files:
	libhugetlbfs.spec 
Log Message:
add ExclusiveArch as there are only 4 supported platforms upstream


Index: libhugetlbfs.spec
===================================================================
RCS file: /cvs/extras/rpms/libhugetlbfs/devel/libhugetlbfs.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libhugetlbfs.spec	29 Aug 2007 02:08:44 -0000	1.12
+++ libhugetlbfs.spec	29 Aug 2007 13:07:12 -0000	1.13
@@ -1,6 +1,6 @@
 Name: libhugetlbfs
 Version: 1.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: A library which provides easy access to huge pages of memory
 
 Group: System Environment/Libraries
@@ -10,6 +10,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: kernel-devel glibc-headers
 Conflicts: kernel < 2.6.16
+ExclusiveArch: x86 x86_64 ppc ppc64
 
 Patch0: skip-zerosize-test.diff
 Patch1: skip-link-tests.diff
@@ -69,6 +70,10 @@
 %{_libdir}/%{name}/tests/
 
 %changelog
+* Wed Aug 29 2007 Steve Fox <drfickle at k-lug.org> - 1.1-5
+- Add Exclusive Arch for x86, x86_64, ppc, ppc64 as they are the
+  only arches supported upstream.
+
 * Tue Aug 28 2007 Steve Fox <drfickle at k-lug.org> - 1.1-4
 - Skip linking tests until we figure out how to work around BuildID
 




More information about the fedora-extras-commits mailing list