[gpsd] - no USB on s390(x)

Dan Horák sharkcz at fedoraproject.org
Fri Aug 27 13:22:46 UTC 2010


commit 9561aace5833177234fc41f613ef6cbabdf77b99
Author: Dan Horák <dan at danny.cz>
Date:   Fri Aug 27 15:22:26 2010 +0200

    - no USB on s390(x)

 gpsd.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/gpsd.spec b/gpsd.spec
index b650777..423b39a 100644
--- a/gpsd.spec
+++ b/gpsd.spec
@@ -2,7 +2,7 @@
 
 Name: gpsd
 Version: 2.95
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Service daemon for mediating access to a GPS
 
 Group: System Environment/Daemons
@@ -16,7 +16,10 @@ Patch1: gpsd-2.95-hotplugvars.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: dbus-devel dbus-glib-devel ncurses-devel xmlto python-devel
-BuildRequires: libusb1-devel desktop-file-utils
+%ifnarch s390 s390x
+BuildRequires: libusb1-devel
+%endif
+BuildRequires: desktop-file-utils
 
 Requires: udev
 Requires(post): /sbin/ldconfig
@@ -199,6 +202,9 @@ fi
 
 
 %changelog
+* Fri Aug 27 2010 Dan Horák <dan[at]danny.cz> - 2.95-3
+- no USB on s390(x)
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 2.95-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list