From d4bd7054981b2c862c82434db7a5b8ed14fb78df Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Sat, 26 Aug 2017 22:04:19 -0700 Subject: [PATCH] Exclude s390x because it doesn't have USB Signed-off-by: Jonathan Dieter --- usbip.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/usbip.spec b/usbip.spec index 33fb60b..ebc7690 100644 --- a/usbip.spec +++ b/usbip.spec @@ -5,12 +5,15 @@ License: GPLv2+ Summary: USB/IP user-space Group: System Environment/Daemons Version: 4.9.9 -Release: 5%{?dist} +Release: 6%{?dist} #Source: https://www.kernel.org/pub/linux/kernel/v3.x/linux-%%{version}.tar.xz # In the interests of keeping the source rpm from being ridiculously large, # download the Linux kernel from above and run `extract_usbip.sh ` # in the SOURCE directory. URL: https://www.kernel.org +# The kernel modules require working USB and there's no USB for s390x +# See bug #1483403 +ExcludeArch: s390x Source: usbip-%{version}.tar.xz Source1: usbip-server.service Source2: usbip-client.service @@ -94,6 +97,9 @@ install -pm 644 %{SOURCE2} %{buildroot}%{_unitdir} %{_libdir}/*.so %changelog +* Sat Aug 26 2017 Jonathan Dieter - 4.9.9-6 +- Exclude s390x because it doesn't support USB + * Thu Aug 03 2017 Fedora Release Engineering - 4.9.9-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild