Exclude s390x because it doesn't have USB

Signed-off-by: Jonathan Dieter <jdieter@lesbg.com>
f38
Jonathan Dieter 8 years ago
parent 575e6a2a08
commit d4bd705498

@ -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 <version>`
# 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 <jdieter@lesbg.com> - 4.9.9-6
- Exclude s390x because it doesn't support USB
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.9-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

Loading…
Cancel
Save