!9 Upgrade xdp-tools to 1.4.1

From: @ouuleilei 
Reviewed-by: @MrRlu 
Signed-off-by: @MrRlu
This commit is contained in:
openeuler-ci-bot 2024-01-05 07:09:56 +00:00 committed by Gitee
commit 49cb188801
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
v1.4.1.tar.gz Normal file

Binary file not shown.

View File

@ -6,10 +6,10 @@
%global __brp_strip_static_archive %{_rpmconfigdir}/brp-strip-static-archive /usr/bin/strip
Name: xdp-tools
Version: 1.0.1
Release: 3
Version: 1.4.1
Release: 1
Summary: Utilities and example programs for use with XDP
%global _soversion 1.0.0
%global _soversion 1.4.0
License: GPLv2
URL: https://github.com/xdp-project/%{name}
@ -105,6 +105,7 @@ make install V=1
%{_libdir}/libxdp.so.1
%{_libdir}/libxdp.so.%{_soversion}
%{_libdir}/bpf/xdp-dispatcher.o
%{_libdir}/bpf/xsk_def_xdp_prog*.o
%{_mandir}/man3/*
%files -n libxdp-static
@ -116,6 +117,9 @@ make install V=1
%{_libdir}/pkgconfig/libxdp.pc
%changelog
* Fri Dec 22 2023 Ouuleilei <wangliu@iscas.ac.cn> 1.4.1-1
- upgrade to 1.4.1
* Mon Oct 10 2022 LemmyHuang <huangliming5@huawei.com> 1.0.1-3
- correct release number format