Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
404edc04a0 | ||
|
|
fd759bc3f9 | ||
|
|
9b4a916bdb | ||
|
|
d3a74b6a19 | ||
|
|
516a567c6a | ||
|
|
ed05c82982 |
3 changed files with 32 additions and 8 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -24,3 +24,9 @@
|
|||
/xdp-tools-1.4.3.tar.gz
|
||||
/xdp-tools-1.5.0.tar.gz
|
||||
/xdp-tools-1.5.1.tar.gz
|
||||
/xdp-tools-1.5.2.tar.gz
|
||||
/xdp-tools-1.5.3.tar.gz
|
||||
/xdp-tools-1.5.4.tar.gz
|
||||
/xdp-tools-1.5.5.tar.gz
|
||||
/xdp-tools-1.5.6.tar.gz
|
||||
/xdp-tools-1.5.7.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xdp-tools-1.5.1.tar.gz) = 69779c1fb3ed71f792f2058409eaae5ef798701715ff73faffadc0fc1e58def67e3e0a3329b2b41cf6ebd744349e41b896278bc1ec236351245f9d7ffbe840fd
|
||||
SHA512 (xdp-tools-1.5.7.tar.gz) = 8d10fbb058b77e8331e40335a8005a64e2fd965b9974baaa0a7d3dc0360289884b4dfea2a2502fe325749e34e08e3deb5313fc128437997dad9090f65f4f7353
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: xdp-tools
|
||||
Version: 1.5.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.5.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Utilities and example programs for use with XDP
|
||||
%global _soversion 1.5.0
|
||||
|
||||
|
|
@ -13,6 +13,7 @@ BuildRequires: libbpf-devel
|
|||
BuildRequires: elfutils-libelf-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: libpcap-devel
|
||||
BuildRequires: libcap-ng-devel
|
||||
BuildRequires: clang >= 10.0.0
|
||||
BuildRequires: llvm >= 10.0.0
|
||||
BuildRequires: make
|
||||
|
|
@ -29,9 +30,6 @@ BuildRequires: bpftool
|
|||
# Always keep xdp-tools and libxdp packages in sync
|
||||
Requires: libxdp = %{version}-%{release}
|
||||
|
||||
# find-debuginfo produces empty debugsourcefiles.list
|
||||
# disable the debug package to avoid rpmbuild error'ing out because of this
|
||||
%global debug_package %{nil}
|
||||
%global _hardened_build 1
|
||||
|
||||
%description
|
||||
|
|
@ -72,8 +70,7 @@ export CFLAGS='%{build_cflags}'
|
|||
export LDFLAGS='%{build_ldflags}'
|
||||
export LIBDIR='%{_libdir}'
|
||||
export RUNDIR='%{_rundir}'
|
||||
export CLANG=%{_bindir}/clang
|
||||
export LLC=%{_bindir}/llc
|
||||
export CLANG=$(which clang)
|
||||
export PRODUCTION=1
|
||||
export DYNAMIC_LIBXDP=1
|
||||
export FORCE_SYSTEM_LIBBPF=1
|
||||
|
|
@ -124,6 +121,27 @@ make install V=1
|
|||
%{_libdir}/pkgconfig/libxdp.pc
|
||||
|
||||
%changelog
|
||||
* Fri Oct 3 2025 Toke Høiland-Jørgensen <toke@redhat.com> 1.5.7-1
|
||||
- Upstream version bump
|
||||
- Re-enable debug packages
|
||||
- Add libcap-ng-devel to BuildRequires
|
||||
|
||||
* Fri Aug 15 2025 Toke Høiland-Jørgensen <toke@redhat.com> 1.5.6-1
|
||||
- Upstream version bump
|
||||
|
||||
* Mon May 26 2025 Toke Høiland-Jørgensen <toke@redhat.com> 1.5.5-1
|
||||
- Upstream version bump
|
||||
|
||||
* Mon Apr 28 2025 Toke Høiland-Jørgensen <toke@redhat.com> 1.5.4-1
|
||||
- Upstream version bump
|
||||
- Fix build with Clang 20
|
||||
|
||||
* Fri Mar 7 2025 Toke Høiland-Jørgensen <toke@redhat.com> 1.5.3-1
|
||||
- Upstream version bump
|
||||
|
||||
* Wed Feb 19 2025 Toke Høiland-Jørgensen <toke@redhat.com> 1.5.2-1
|
||||
- Upstream version bump
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue