import CS xdp-tools-1.5.3-1.el9_6
This commit is contained in:
parent
d5105a125b
commit
aaceb20185
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/xdp-tools-1.4.2.tar.gz
|
||||
SOURCES/xdp-tools-1.5.3.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
89399a7765f7910c2a60a11f74670c229d10a34b SOURCES/xdp-tools-1.4.2.tar.gz
|
||||
c527db1bb5b690cea6e046c9db3ea56cced42d71 SOURCES/xdp-tools-1.5.3.tar.gz
|
||||
|
||||
@ -1,13 +1,14 @@
|
||||
Name: xdp-tools
|
||||
Version: 1.4.2
|
||||
Version: 1.5.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Utilities and example programs for use with XDP
|
||||
%global _soversion 1.4.0
|
||||
%global _soversion 1.5.0
|
||||
|
||||
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
|
||||
|
||||
BuildRequires: kernel-headers
|
||||
BuildRequires: libbpf-devel
|
||||
BuildRequires: elfutils-libelf-devel
|
||||
BuildRequires: zlib-devel
|
||||
@ -39,7 +40,6 @@ 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
|
||||
@ -50,7 +50,6 @@ 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}
|
||||
|
||||
%description -n libxdp
|
||||
@ -98,6 +97,7 @@ make install V=1
|
||||
%{_sbindir}/xdpdump
|
||||
%ifnarch i686
|
||||
%{_sbindir}/xdp-bench
|
||||
%{_sbindir}/xdp-forward
|
||||
%{_sbindir}/xdp-monitor
|
||||
%{_sbindir}/xdp-trafficgen
|
||||
%endif
|
||||
@ -124,6 +124,15 @@ make install V=1
|
||||
%{_libdir}/pkgconfig/libxdp.pc
|
||||
|
||||
%changelog
|
||||
* Fri Mar 7 2025 Toke Høiland-Jørgensen <toke@redhat.com> 1.5.3-1
|
||||
- Upstream version bump
|
||||
|
||||
* Tue Jan 14 2025 Toke Høiland-Jørgensen <toke@redhat.com> 1.5.1-1
|
||||
- Upstream version bump
|
||||
|
||||
* Thu Jan 9 2025 Toke Høiland-Jørgensen <toke@redhat.com> 1.5.0-1
|
||||
- Upstream version bump
|
||||
|
||||
* Tue Feb 6 2024 Toke Høiland-Jørgensen <toke@redhat.com> 1.4.2-1
|
||||
- Upstream version bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user