Compare commits

...

2 Commits

Author SHA1 Message Date
Toke Høiland-Jørgensen 4ddc7591bc Update xdp-tools to v1.4.2 2024-02-07 05:00:19 +00:00
Toke Høiland-Jørgensen 997ce52741 Update xdp-tools to v1.4.1
Resolves: RHEL-3382

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2023-10-20 18:48:54 +02:00
4 changed files with 15 additions and 5 deletions

2
.gitignore vendored
View File

@ -17,3 +17,5 @@
/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
/xdp-tools-1.4.2.tar.gz

1
.xdp-tools.metadata Normal file
View File

@ -0,0 +1 @@
89399a7765f7910c2a60a11f74670c229d10a34b xdp-tools-1.4.2.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.2.tar.gz) = ae4fd82cc8138f06cf75530a9911dcc196198f0fcfb82ed991f66a48bedc2991029553b1142d38c16631f4d9ea1e4ba6402ef72d406e7e271fec189857f94522

View File

@ -1,13 +1,12 @@
Name: xdp-tools
Version: 1.4.0
Version: 1.4.2
Release: 1%{?dist}
Summary: Utilities and example programs for use with XDP
%global _soversion 1.4.0
License: GPLv2
License: GPL-2.0-only
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
@ -39,15 +38,18 @@ Utilities and example programs for use with XDP
%package -n libxdp
Summary: XDP helper library
License: LGPL-2.1-only OR BSD-2-Clause
Requires: kernel-headers
%package -n libxdp-devel
Summary: Development files for libxdp
License: LGPL-2.1-only OR BSD-2-Clause
Requires: kernel-headers
Requires: libxdp = %{version}-%{release}
%package -n libxdp-static
Summary: Static library files for libxdp
License: LGPL-2.1-only OR BSD-2-Clause
Requires: kernel-headers
Requires: libxdp-devel = %{version}-%{release}
@ -122,6 +124,12 @@ make install V=1
%{_libdir}/pkgconfig/libxdp.pc
%changelog
* Tue Feb 6 2024 Toke Høiland-Jørgensen <toke@redhat.com> 1.4.2-1
- Upstream version bump
* 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