upgrade to 1.4.1
This commit is contained in:
parent
81e6eb32d4
commit
1eed3cacfa
BIN
v1.0.1.tar.gz
BIN
v1.0.1.tar.gz
Binary file not shown.
BIN
v1.4.1.tar.gz
Normal file
BIN
v1.4.1.tar.gz
Normal file
Binary file not shown.
@ -6,10 +6,10 @@
|
|||||||
%global __brp_strip_static_archive %{_rpmconfigdir}/brp-strip-static-archive /usr/bin/strip
|
%global __brp_strip_static_archive %{_rpmconfigdir}/brp-strip-static-archive /usr/bin/strip
|
||||||
|
|
||||||
Name: xdp-tools
|
Name: xdp-tools
|
||||||
Version: 1.0.1
|
Version: 1.4.1
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: Utilities and example programs for use with XDP
|
Summary: Utilities and example programs for use with XDP
|
||||||
%global _soversion 1.0.0
|
%global _soversion 1.4.0
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://github.com/xdp-project/%{name}
|
URL: https://github.com/xdp-project/%{name}
|
||||||
@ -105,6 +105,7 @@ make install V=1
|
|||||||
%{_libdir}/libxdp.so.1
|
%{_libdir}/libxdp.so.1
|
||||||
%{_libdir}/libxdp.so.%{_soversion}
|
%{_libdir}/libxdp.so.%{_soversion}
|
||||||
%{_libdir}/bpf/xdp-dispatcher.o
|
%{_libdir}/bpf/xdp-dispatcher.o
|
||||||
|
%{_libdir}/bpf/xsk_def_xdp_prog*.o
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%files -n libxdp-static
|
%files -n libxdp-static
|
||||||
@ -116,6 +117,9 @@ make install V=1
|
|||||||
%{_libdir}/pkgconfig/libxdp.pc
|
%{_libdir}/pkgconfig/libxdp.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 10 2022 LemmyHuang <huangliming5@huawei.com> 1.0.1-3
|
||||||
- correct release number format
|
- correct release number format
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user