diff --git a/.gitignore b/.gitignore index 729c06c..fe18935 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /usbip-3.17.tar.xz /usbip-3.18.tar.xz +/usbip-4.5.tar.xz diff --git a/sources b/sources index d23ebad..1c7c5aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e90a3347a759ab9ba0000bd358012974 usbip-3.18.tar.xz +1c95422ded0d8a2d82c6d5ea60a627b2 usbip-4.5.tar.xz diff --git a/usbip.spec b/usbip.spec index 1d4dc7c..8da69ee 100644 --- a/usbip.spec +++ b/usbip.spec @@ -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 ` @@ -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 - 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 - 3.18-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild