Update to 4.5 and add dependency on kernel-modules-extra

Signed-off-by: Jonathan Dieter <jdieter@lesbg.com>
f38
Jonathan Dieter 9 years ago
parent 5fd50d5a30
commit 453fa89427

1
.gitignore vendored

@ -1,2 +1,3 @@
/usbip-3.17.tar.xz
/usbip-3.18.tar.xz
/usbip-4.5.tar.xz

@ -1 +1 @@
e90a3347a759ab9ba0000bd358012974 usbip-3.18.tar.xz
1c95422ded0d8a2d82c6d5ea60a627b2 usbip-4.5.tar.xz

@ -4,8 +4,8 @@ Name: usbip
License: GPLv2+
Summary: USB/IP user-space
Group: System Environment/Daemons
Version: 3.18
Release: 6%{?dist}
Version: 4.5
Release: 1%{?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>`
@ -18,6 +18,7 @@ Source99: extract_usbip.sh
Requires: kmod(usbip-core.ko)
Requires: kmod(usbip-host.ko)
Requires: kmod(vhci-hcd.ko)
Requires: kernel-modules-extra
Requires: hwdata
Requires(post): systemd
Requires(preun): systemd
@ -86,6 +87,10 @@ install -pm 644 %{SOURCE2} %{buildroot}%{_unitdir}
%{_libdir}/*.so
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

Loading…
Cancel
Save