From 432f5c35c2dca949a13516980c7cf26584990bb9 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Fri, 17 Jul 2020 16:58:19 +0100 Subject: [PATCH] Update to 5.7.9 to hopefully fix #1856443 Signed-off-by: Jonathan Dieter --- .gitignore | 1 + sources | 2 +- usbip.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 15e42fa..9b7e3d5 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 72cc97c..5bf4029 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (usbip-5.5.tar.xz) = a0286a18a148617cbb46fd119e73062b9dd35a62b144727fe9309462a40cf4038176eea422d8f0c13d32c9712c878586802ba7276e5a15101757fb1886603c5c +SHA512 (usbip-5.7.9.tar.xz) = 2ce175573d6387a975d7ec3132686940e903ebb63570c403b82a2e07f9fbdb365c8f1ad90bb8f1c676cc51ab1242347f9796d10ad12799957b4db0ef8e49ac46 diff --git a/usbip.spec b/usbip.spec index 471a56b..9dc0412 100644 --- a/usbip.spec +++ b/usbip.spec @@ -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 - 5-7.9-1 +- Update to 5.7.9 to hopefully fix #1856443 + * Mon Feb 03 2020 Jonathan Dieter - 5.5-1 - Update to 5.5 - Work around build failure on GCC 10