Update xdp-tools to v1.4.1

This commit is contained in:
Toke Høiland-Jørgensen 2023-10-20 18:44:38 +02:00 committed by root
parent 440c649fe7
commit 90f71d7273
4 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@
/xdp-tools-1.3.1.tar.gz
/xdp-tools-1.4.0-configure-Don-t-fail-on-missing-bpftool.patch
/xdp-tools-1.4.0.tar.gz
/xdp-tools-1.4.1.tar.gz

1
.xdp-tools.metadata Normal file
View File

@ -0,0 +1 @@
71e174bdc85498d295e1ab2ee2aa3f3bc39ded4c xdp-tools-1.4.1.tar.gz

View File

@ -1,2 +1 @@
SHA512 (xdp-tools-1.4.0-configure-Don-t-fail-on-missing-bpftool.patch) = 80bd67e5b3dbcecc0cf5d8f7ecd5c0f0784bc18f39ab8739310f0c9e2ae35dc2216b454df5e6a0712d64abe7be7a09d8df369f5a1da33155fb27ea35862e7a06
SHA512 (xdp-tools-1.4.0.tar.gz) = 1846a688d8095d30909e2043c0248518df8c718b11e7c7556f8aa1ddd10afbaf229ec5788fcf5a988d00a05f68ff7e094c99906c61380671d701da79e2b097c9
SHA512 (xdp-tools-1.4.1.tar.gz) = 51dbbe4ee82b6ed303504b32697f7857dbda9058b1232acb78ccdc0c50adda330900e508639c7811124cc18385a31c972c2f18093ae76c85d69e58a9589d7f6d

View File

@ -1,5 +1,5 @@
Name: xdp-tools
Version: 1.4.0
Version: 1.4.1
Release: 1%{?dist}
Summary: Utilities and example programs for use with XDP
%global _soversion 1.4.0
@ -7,7 +7,6 @@ Summary: Utilities and example programs for use with XDP
License: GPLv2
URL: https://github.com/xdp-project/%{name}
Source0: https://github.com/xdp-project/%{name}/releases/download/v%{version}/xdp-tools-%{version}.tar.gz
Patch0: xdp-tools-1.4.0-configure-Don-t-fail-on-missing-bpftool.patch
BuildRequires: libbpf-devel
BuildRequires: elfutils-libelf-devel
@ -122,6 +121,9 @@ make install V=1
%{_libdir}/pkgconfig/libxdp.pc
%changelog
* Fri Oct 20 2023 Toke Høiland-Jørgensen <toke@redhat.com> 1.4.1-1
- Upstream version bump
* Thu Jul 6 2023 Toke Høiland-Jørgensen <toke@redhat.com> 1.4.0-1
- Upstream version bump