rpms/libibcm/F-12 libibcm.spec,1.4,1.5

Doug Ledford dledford at fedoraproject.org
Mon Jan 11 19:13:55 UTC 2010


Author: dledford

Update of /cvs/extras/rpms/libibcm/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18775

Modified Files:
	libibcm.spec 
Log Message:
* Mon Jan 11 2010 Doug Ledford <dledford at redhat.com> - 1.0.5-2
- Switch from ExclusiveArch with a big list to ExcludeArch with a small list



Index: libibcm.spec
===================================================================
RCS file: /cvs/extras/rpms/libibcm/F-12/libibcm.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- libibcm.spec	3 Dec 2009 18:36:31 -0000	1.4
+++ libibcm.spec	11 Jan 2010 19:13:55 -0000	1.5
@@ -1,6 +1,6 @@
 Name: libibcm
 Version: 1.0.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Userspace InfiniBand Connection Manager
 Group: System Environment/Libraries
 License: GPLv2 or BSD
@@ -8,7 +8,7 @@ Url: http://www.openfabrics.org/
 Source: http://www.openfabrics.org/downloads/rdmacm/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libibverbs-devel >= 1.1
-ExclusiveArch: i386 x86_64 ia64 ppc ppc64
+ExcludeArch: s390 s390x
 %description
 libibcm provides a userspace library that handles the majority of the low
 level work required to open an RDMA connection between two machines.
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.a
 
 %changelog
+* Mon Jan 11 2010 Doug Ledford <dledford at redhat.com> - 1.0.5-2
+- Switch from ExclusiveArch with a big list to ExcludeArch with a small list
+
 * Thu Dec 03 2009 Doug Ledford <dledford at redhat.com> - 1.0.5-1
 - Update to latest upstream version
 



More information about the scm-commits mailing list