Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d8879b2e9f |
3 changed files with 10 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -19,3 +19,4 @@
|
|||
/xdp-tools-1.3.1.tar.gz
|
||||
/xdp-tools-1.4.0.tar.gz
|
||||
/xdp-tools-1.4.0-configure-Don-t-fail-on-missing-bpftool.patch
|
||||
/xdp-tools-1.4.1.tar.gz
|
||||
|
|
|
|||
3
sources
3
sources
|
|
@ -1,2 +1 @@
|
|||
SHA512 (xdp-tools-1.4.0.tar.gz) = 1846a688d8095d30909e2043c0248518df8c718b11e7c7556f8aa1ddd10afbaf229ec5788fcf5a988d00a05f68ff7e094c99906c61380671d701da79e2b097c9
|
||||
SHA512 (xdp-tools-1.4.0-configure-Don-t-fail-on-missing-bpftool.patch) = 80bd67e5b3dbcecc0cf5d8f7ecd5c0f0784bc18f39ab8739310f0c9e2ae35dc2216b454df5e6a0712d64abe7be7a09d8df369f5a1da33155fb27ea35862e7a06
|
||||
SHA512 (xdp-tools-1.4.1.tar.gz) = 51dbbe4ee82b6ed303504b32697f7857dbda9058b1232acb78ccdc0c50adda330900e508639c7811124cc18385a31c972c2f18093ae76c85d69e58a9589d7f6d
|
||||
|
|
|
|||
|
|
@ -1,13 +1,12 @@
|
|||
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
|
||||
|
||||
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,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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue