|
|
|
@ -5,7 +5,7 @@ License: GPLv2+
|
|
|
|
|
Summary: USB/IP user-space
|
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
|
Version: 4.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?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>`
|
|
|
|
@ -87,6 +87,9 @@ install -pm 644 %{SOURCE2} %{buildroot}%{_unitdir}
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* 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)
|
|
|
|
|