import libbpf-0.2.0-1.el8
This commit is contained in:
parent
50be4a0fbd
commit
8c1e3e872c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/linux-4.18.0-232.el8.tar.xz
|
SOURCES/linux-4.18.0-282.el8.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
3500cb7534253ca88b2f3918f5b056c7d03d384d SOURCES/linux-4.18.0-232.el8.tar.xz
|
cc629d21b19945358c57f72162dbb71c87721b2b SOURCES/linux-4.18.0-282.el8.tar.xz
|
||||||
|
@ -4,12 +4,12 @@
|
|||||||
# used as kernel tar.
|
# used as kernel tar.
|
||||||
|
|
||||||
# RHEL kernel version-release
|
# RHEL kernel version-release
|
||||||
%define kver 4.18.0-232
|
%define kver 4.18.0-282
|
||||||
%define source linux-%{kver}.el8
|
%define source linux-%{kver}.el8
|
||||||
|
|
||||||
Name: libbpf
|
Name: libbpf
|
||||||
Version: 0.0.8
|
Version: 0.2.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Libbpf library
|
Summary: Libbpf library
|
||||||
|
|
||||||
License: LGPLv2 or BSD
|
License: LGPLv2 or BSD
|
||||||
@ -68,6 +68,12 @@ popd
|
|||||||
%{_libdir}/libbpf.a
|
%{_libdir}/libbpf.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 05 2021 Jiri Olsa <jolsa@redhat.com> - 0.2.0-1
|
||||||
|
- new kernel version [1919345]
|
||||||
|
|
||||||
|
* Fri Jan 22 2021 Jiri Olsa <jolsa@redhat.com> - 0.0.9-1
|
||||||
|
- new kernel version [1919345]
|
||||||
|
|
||||||
* Wed Aug 12 2020 Jiri Olsa <jolsa@redhat.com> - 0.0.8-4
|
* Wed Aug 12 2020 Jiri Olsa <jolsa@redhat.com> - 0.0.8-4
|
||||||
- new kernel version [1846820]
|
- new kernel version [1846820]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user