Compare commits
No commits in common. "c10s" and "c9s" have entirely different histories.
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
/linux-6.12.0-31.el10.tar.xz
|
/linux-5.14.0-535.el9.tar.xz
|
||||||
/linux-6.12.0-83.el10.tar.xz
|
/linux-5.14.0-557.el9.tar.xz
|
||||||
/linux-6.12.0-103.el10.tar.xz
|
/linux-5.14.0-598.el9.tar.xz
|
||||||
/linux-6.12.0-164.el10.tar.xz
|
/linux-5.14.0-647.el9.tar.xz
|
||||||
|
|||||||
11
bpftool.spec
11
bpftool.spec
@ -4,13 +4,16 @@
|
|||||||
# used as kernel tar.
|
# used as kernel tar.
|
||||||
|
|
||||||
# RHEL kernel version-release
|
# RHEL kernel version-release
|
||||||
%define kver 6.12.0-164
|
%define kver 5.14.0-647
|
||||||
%define kdist .el10
|
%define kdist .el9
|
||||||
%define source linux-%{kver}%{kdist}
|
%define source linux-%{kver}%{kdist}
|
||||||
|
|
||||||
Name: bpftool
|
Name: bpftool
|
||||||
Version: 7.7.0
|
Version: 7.5.0
|
||||||
Release: 2%{?dist}
|
# 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: 804%{?dist}
|
||||||
Summary: Inspection and simple manipulation of eBPF programs and maps
|
Summary: Inspection and simple manipulation of eBPF programs and maps
|
||||||
|
|
||||||
%global libname libbpf
|
%global libname libbpf
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
--- !Policy
|
--- !Policy
|
||||||
product_versions:
|
product_versions:
|
||||||
- rhel-10
|
- rhel-9
|
||||||
decision_context: osci_compose_gate
|
decision_context: osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (linux-6.12.0-164.el10.tar.xz) = d2256127ae933bb822f48124f7418d2d3de44515b653fa13ad70b064a4b3662d355d2e07a44d959f33f3c6092a6200f313eb58efe02199e1db99245d506e806f
|
SHA512 (linux-5.14.0-647.el9.tar.xz) = 37a94ddd41d85f847ab083c7182a0bf4691ee7ee0472a3411fde181a3ca6376c674f33ef4d247a4e8e6d544ceee5379eb52f26d7faf56b11dcc4d0dec5ce3eb9
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user