Update to 5.7.9 to hopefully fix #1856443

Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
f38
Jonathan Dieter 5 years ago
parent b06459f901
commit 432f5c35c2

1
.gitignore vendored

@ -7,3 +7,4 @@
/usbip-4.18.9.tar.xz
/usbip-4.20.12.tar.xz
/usbip-5.5.tar.xz
/usbip-5.7.9.tar.xz

@ -1 +1 @@
SHA512 (usbip-5.5.tar.xz) = a0286a18a148617cbb46fd119e73062b9dd35a62b144727fe9309462a40cf4038176eea422d8f0c13d32c9712c878586802ba7276e5a15101757fb1886603c5c
SHA512 (usbip-5.7.9.tar.xz) = 2ce175573d6387a975d7ec3132686940e903ebb63570c403b82a2e07f9fbdb365c8f1ad90bb8f1c676cc51ab1242347f9796d10ad12799957b4db0ef8e49ac46

@ -3,7 +3,7 @@
Name: usbip
License: GPLv2+
Summary: USB/IP user-space
Version: 5.5
Version: 5.7.9
Release: 1%{?dist}
#Source: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%%{version}.tar.xz
# In the interests of keeping the source rpm from being ridiculously large,
@ -87,6 +87,9 @@ install -pm 644 %{SOURCE2} %{buildroot}%{_unitdir}
%{_libdir}/*.so
%changelog
* Fri Jul 17 2020 Jonathan Dieter <jdieter@gmail.com> - 5-7.9-1
- Update to 5.7.9 to hopefully fix #1856443
* Mon Feb 03 2020 Jonathan Dieter <jdieter@gmail.com> - 5.5-1
- Update to 5.5
- Work around build failure on GCC 10

Loading…
Cancel
Save