|
|
|
@ -4,7 +4,7 @@ Name: usbip
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Summary: USB/IP user-space
|
|
|
|
|
Version: 5.7.9
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Release: 8.1%{?dist}
|
|
|
|
|
#Source: https://www.kernel.org/pub/linux/kernel/v5.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>`
|
|
|
|
@ -18,9 +18,7 @@ Source1: usbip-server.service
|
|
|
|
|
Source2: usbip-client.service
|
|
|
|
|
Source99: extract_usbip.sh
|
|
|
|
|
Patch0: usbip-5.5-fix-gcc9.patch
|
|
|
|
|
Requires: kmod(usbip-core.ko)
|
|
|
|
|
Requires: kmod(usbip-host.ko)
|
|
|
|
|
Requires: kmod(vhci-hcd.ko)
|
|
|
|
|
Requires: kmod-usbip
|
|
|
|
|
Requires: kernel-modules-extra
|
|
|
|
|
Requires: hwdata
|
|
|
|
|
Requires(post): systemd
|
|
|
|
@ -88,6 +86,9 @@ install -pm 644 %{SOURCE2} %{buildroot}%{_unitdir}
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Oct 05 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 5.7.9-8.1
|
|
|
|
|
- Update Requires
|
|
|
|
|
|
|
|
|
|
* Thu Oct 05 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 5.7.9-8
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|