[packages/kernel-tools] - updated to 5.1.3
baggins
baggins at pld-linux.org
Sat May 18 11:38:02 CEST 2019
commit 57e0ffb5d742b8044f60fbd929a8dfdbe5b1b5c6
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat May 18 11:37:50 2019 +0200
- updated to 5.1.3
kernel-tools.spec | 12 ++++++------
x32.patch | 14 --------------
2 files changed, 6 insertions(+), 20 deletions(-)
---
diff --git a/kernel-tools.spec b/kernel-tools.spec
index f54aca7..f453171 100644
--- a/kernel-tools.spec
+++ b/kernel-tools.spec
@@ -20,8 +20,8 @@
%undefine with_multilib
%endif
-%define basever 4.19
-%define postver .43
+%define basever 5.1
+%define postver .3
Summary: Assortment of tools for the Linux kernel
Summary(pl.UTF-8): Zestaw narzędzi dla jądra Linuksa
Name: kernel-tools
@@ -29,13 +29,13 @@ Version: %{basever}%{postver}
Release: 1
License: GPL v2
Group: Applications/System
-Source0: https://www.kernel.org/pub/linux/kernel/v4.x/linux-%{basever}.tar.xz
-# Source0-md5: 740a90cf810c2105df8ee12e5d0bb900
+Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
+# Source0-md5: 15fbdff95ff98483069ac6e215b9f4f9
Source1: cpupower.service
Source2: cpupower.config
%if "%{postver}" != ".0"
-Patch0: https://www.kernel.org/pub/linux/kernel/v4.x/patch-%{version}.xz
-# Patch0-md5: de59f616dfe3f55ee03ccb06e59481ef
+Patch0: https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
+# Patch0-md5: 06ee36333ce2f480ae848320790cebc1
%endif
Patch1: x32.patch
Patch3: %{name}-perf-update.patch
diff --git a/x32.patch b/x32.patch
index 13017ff..b8d0199 100644
--- a/x32.patch
+++ b/x32.patch
@@ -114,20 +114,6 @@ FIXME: regs_load.S need complete x32 ABI support; now it will just compile, but
break;
default:
---- linux-3.19/tools/perf/builtin-stat.c~ 2015-02-09 03:54:22.000000000 +0100
-+++ linux-3.19/tools/perf/builtin-stat.c 2015-04-11 12:35:21.841251509 +0200
-@@ -550,7 +550,11 @@
- {
- static int num_print_interval;
-
-+#if defined(__x86_64__) && !defined(__ILP32__)
- sprintf(prefix, "%6lu.%09lu%s", ts->tv_sec, ts->tv_nsec, csv_sep);
-+#else
-+ sprintf(prefix, "%6llu.%09llu%s", ts->tv_sec, ts->tv_nsec, csv_sep);
-+#endif
-
- if (num_print_interval == 0 && !csv_output) {
- switch (aggr_mode) {
--- linux-3.19/tools/perf/builtin-kvm.c~ 2015-02-09 03:54:22.000000000 +0100
+++ linux-3.19/tools/perf/builtin-kvm.c 2015-04-11 12:36:00.511251770 +0200
@@ -565,7 +565,11 @@
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kernel-tools.git/commitdiff/57e0ffb5d742b8044f60fbd929a8dfdbe5b1b5c6
More information about the pld-cvs-commit
mailing list