[packages/lttng-modules] - up to 2.13.17
baggins
baggins at pld-linux.org
Sat Jan 25 03:05:26 CET 2025
commit f726ad14a3f3bd6fd066ad2a5ec0e3a424e521d5
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Jan 25 02:16:10 2025 +0100
- up to 2.13.17
lttng-modules.spec | 8 +++-----
sched_stat_runtime.patch | 12 ------------
2 files changed, 3 insertions(+), 17 deletions(-)
---
diff --git a/lttng-modules.spec b/lttng-modules.spec
index 56af42b..86397cc 100644
--- a/lttng-modules.spec
+++ b/lttng-modules.spec
@@ -6,19 +6,18 @@
# nothing to be placed to debuginfo package
%define _enable_debug_packages 0
-%define rel 2
+%define rel 1
%define pname lttng-modules
Summary: LTTng 2.x kernel modules
Summary(pl.UTF-8): Moduły jądra LTTng 2.x
Name: %{pname}%{_alt_kernel}
-Version: 2.13.16
+Version: 2.13.17
Release: %{rel}@%{_kernel_ver_str}
License: GPL v2
Group: Base/Kernel
Source0: https://lttng.org/files/lttng-modules/%{pname}-%{version}.tar.bz2
-# Source0-md5: be5353fb62d7679fff4e393f65002b3f
+# Source0-md5: 3ceaec640d4198cfdc8306133f33faa9
Patch0: build.patch
-Patch1: sched_stat_runtime.patch
URL: https://lttng.org/
%{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 3:3.0}
%{?with_kernelsrc:%{expand:%buildrequires_kernel kernel%%{_alt_kernel}-source >= 3:3.0}}
@@ -95,7 +94,6 @@ p=`pwd`\
%setup -qc -n %{name}-%{version}
cd %{pname}-%{version}
%patch -P 0 -p1
-%patch -P 1 -p1
%build
cd %{pname}-%{version}
diff --git a/sched_stat_runtime.patch b/sched_stat_runtime.patch
deleted file mode 100644
index 393a5f6..0000000
--- a/sched_stat_runtime.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- lttng-modules-2.13.16/include/instrumentation/events/sched.h~ 2024-11-18 16:48:45.000000000 +0100
-+++ lttng-modules-2.13.16/include/instrumentation/events/sched.h 2024-12-28 11:25:01.593331899 +0100
-@@ -647,7 +647,8 @@
- TP_ARGS(tsk, delay))
- #endif
-
--#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(6,8,0) || \
-+#if ((LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(6,8,0)) || \
-+ (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(6,6,68)) || \
- LTTNG_RHEL_KERNEL_RANGE(5,14,0,452,0,0, 5,15,0,0,0,0))
- /*
- * Tracepoint for accounting runtime (time the task is executing
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lttng-modules.git/commitdiff/f726ad14a3f3bd6fd066ad2a5ec0e3a424e521d5
More information about the pld-cvs-commit
mailing list