|
|
|
@ -4,7 +4,7 @@ Name: usbip
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Summary: USB/IP user-space
|
|
|
|
|
Version: 4.20.12
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
#Source: https://www.kernel.org/pub/linux/kernel/v4.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 Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.20.12-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Feb 25 2019 Jonathan Dieter <jdieter@gmail.com> - 4.20.12-1
|
|
|
|
|
- Update to 4.20.12
|
|
|
|
|
- Fix build failure on GCC 9.0
|
|
|
|
|