From 3aa126742c5de1a18fa329099215b41e0fd414a0 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Thu, 15 Mar 2018 20:09:21 +0200 Subject: [PATCH] Update 4.15.10 to fix build failures Signed-off-by: Jonathan Dieter --- .gitignore | 1 + sources | 2 +- usbip.spec | 7 ++++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9c5da17..7ab0a40 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /usbip-4.5.tar.xz /usbip-4.9.9.tar.xz /usbip-4.14.11.tar.xz +/usbip-4.15.10.tar.xz diff --git a/sources b/sources index e43bdb0..16cce4f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (usbip-4.14.11.tar.xz) = 9572ee6a9e0eef4accca33f6596dd11645c6ba072c070be9dccf21b03a51813f9c75b1294e817f99b6085da92edaf2a295be4219c8dce16bbc8b5c35ca786720 +SHA512 (usbip-4.15.10.tar.xz) = dd072441a2b0d32963505f1407e8867cb8ac032cddd9989a15375060573af0a4a8fcdd8350a935a5c429094ac0146871ce46f214c3f1b41cf1ecdfcfd1773a5a diff --git a/usbip.spec b/usbip.spec index b8c2244..9d85052 100644 --- a/usbip.spec +++ b/usbip.spec @@ -3,8 +3,8 @@ Name: usbip License: GPLv2+ Summary: USB/IP user-space -Version: 4.14.11 -Release: 4%{?dist} +Version: 4.15.10 +Release: 1%{?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 ` @@ -89,8 +89,9 @@ install -pm 644 %{SOURCE2} %{buildroot}%{_unitdir} %{_libdir}/*.so %changelog -* Thu Mar 15 2018 Jonathan Dieter - 4.14.11-4 +* Thu Mar 15 2018 Jonathan Dieter - 4.15.10-1 - Attempt another build after supposed failure the last time +- Update to 4.15.10 to fix GCC 8 build failure * Fri Feb 09 2018 Fedora Release Engineering - 4.14.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild