[libusb1] - drop the ExcludeArch as it's causing too many troubles

Dan Horák sharkcz at fedoraproject.org
Sun Nov 7 15:05:43 UTC 2010


commit 14f1299fb06fc4f351b5f79c9bc2e707906effad
Author: Dan Horák <dan at danny.cz>
Date:   Sun Nov 7 16:05:56 2010 +0100

    - drop the ExcludeArch as it's causing too many troubles

 libusb1.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/libusb1.spec b/libusb1.spec
index 070a8a3..2abb61f 100644
--- a/libusb1.spec
+++ b/libusb1.spec
@@ -1,13 +1,12 @@
 Summary: A library which allows userspace access to USB devices
 Name: libusb1
 Version: 1.0.8
-Release: 3%{?dist}
+Release: 4%{?dist}
 Source0: http://downloads.sourceforge.net/libusb/libusb-%{version}.tar.bz2
 License: LGPLv2+
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: http://libusb.wiki.sourceforge.net/Libusb1.0
-ExcludeArch: s390 s390x
 BuildRequires: doxygen
 
 Patch0: libusb1-error-access-log-message.patch
@@ -88,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.a
 
 %changelog
+* Sun Nov 07 2010 Dan Horák <dan[at]danny.cz> - 1.0.8-4
+- drop the ExcludeArch as it's causing too many troubles
+
 * Wed Sep 29 2010 jkeating - 1.0.8-3
 - Rebuilt for gcc bug 634757
 


More information about the scm-commits mailing list