|
|
@ -4,8 +4,8 @@ Name: usbip
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
Summary: USB/IP user-space
|
|
|
|
Summary: USB/IP user-space
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Version: 3.18
|
|
|
|
Version: 4.5
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
#Source: https://www.kernel.org/pub/linux/kernel/v3.x/linux-%%{version}.tar.xz
|
|
|
|
#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,
|
|
|
|
# In the interests of keeping the source rpm from being ridiculously large,
|
|
|
|
# download the Linux kernel from above and run `extract_usbip.sh <version>`
|
|
|
|
# download the Linux kernel from above and run `extract_usbip.sh <version>`
|
|
|
@ -18,6 +18,7 @@ Source99: extract_usbip.sh
|
|
|
|
Requires: kmod(usbip-core.ko)
|
|
|
|
Requires: kmod(usbip-core.ko)
|
|
|
|
Requires: kmod(usbip-host.ko)
|
|
|
|
Requires: kmod(usbip-host.ko)
|
|
|
|
Requires: kmod(vhci-hcd.ko)
|
|
|
|
Requires: kmod(vhci-hcd.ko)
|
|
|
|
|
|
|
|
Requires: kernel-modules-extra
|
|
|
|
Requires: hwdata
|
|
|
|
Requires: hwdata
|
|
|
|
Requires(post): systemd
|
|
|
|
Requires(post): systemd
|
|
|
|
Requires(preun): systemd
|
|
|
|
Requires(preun): systemd
|
|
|
@ -86,6 +87,10 @@ install -pm 644 %{SOURCE2} %{buildroot}%{_unitdir}
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Apr 25 2016 Jonathan Dieter <jdieter@lesbg.com> - 4.5-1
|
|
|
|
|
|
|
|
- Update to 4.5 with very minor fixes
|
|
|
|
|
|
|
|
- Add dependency to kernel-modules-extra (fixes #1329313)
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.18-6
|
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.18-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|