From c7d43f84cb02b8409376d365224a0ae498debee5 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 15 Sep 2025 11:47:36 +0000 Subject: [PATCH] import CS bpftool-7.5.0-803.el9 --- .bpftool.metadata | 2 +- .gitignore | 2 +- SPECS/bpftool.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.bpftool.metadata b/.bpftool.metadata index ae7c283..bdacbff 100644 --- a/.bpftool.metadata +++ b/.bpftool.metadata @@ -1 +1 @@ -4b27ad336caadb68190b286270b11569ebfb0a04 SOURCES/linux-5.14.0-557.el9.tar.xz +bb002fae706f82e1d632cebbce5d1d87d0d4b7ca SOURCES/linux-5.14.0-598.el9.tar.xz diff --git a/.gitignore b/.gitignore index 6ef7b6d..3118a98 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/linux-5.14.0-557.el9.tar.xz +SOURCES/linux-5.14.0-598.el9.tar.xz diff --git a/SPECS/bpftool.spec b/SPECS/bpftool.spec index a709cf2..f0e7512 100644 --- a/SPECS/bpftool.spec +++ b/SPECS/bpftool.spec @@ -9,7 +9,7 @@ # used as kernel tar. # RHEL kernel version-release -%define kver 5.14.0-557 +%define kver 5.14.0-598 %define kdist .el9 %define source linux-%{kver}%{kdist} @@ -18,7 +18,7 @@ Version: 7.5.0 # Currently, bpftool built from kernel uses kernel's release version (500+). # In order to do the transition smoothly, raise it to a sufficiently big number. # Once bpftool moves to 7.6.0, reset the release to 1. -Release: 802%{?dist} +Release: 803%{?dist} Summary: Inspection and simple manipulation of eBPF programs and maps %global libname libbpf @@ -63,6 +63,9 @@ pushd tools/bpf/bpftool %changelog ## START: Generated by rpmautospec +* Wed Jul 09 2025 Viktor Malik - 7.5.0-6 +- Update to BPF 6.14 stable backport + * Thu Mar 06 2025 Viktor Malik - 7.5.0-5 - Make kernel tarball dist independent of %%{dist}