correct release number format
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
This commit is contained in:
parent
b265fe7afd
commit
ddc47f57fa
@ -4,9 +4,10 @@
|
|||||||
# eu-strip cannot strip static libs
|
# eu-strip cannot strip static libs
|
||||||
# use strip for static libs
|
# use strip for static libs
|
||||||
%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.0.1
|
||||||
Release: 2%{?dist}
|
Release: 3
|
||||||
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.0.0
|
||||||
|
|
||||||
@ -115,6 +116,9 @@ make install V=1
|
|||||||
%{_libdir}/pkgconfig/libxdp.pc
|
%{_libdir}/pkgconfig/libxdp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 10 2022 LemmyHuang <huangliming5@huawei.com> 1.0.1-3
|
||||||
|
- correct release number format
|
||||||
|
|
||||||
* Wed Apr 20 2022 Di Wang <wangdi@kylinos.cn> 1.0.1-2
|
* Wed Apr 20 2022 Di Wang <wangdi@kylinos.cn> 1.0.1-2
|
||||||
- workaround for stripping failure of bpf objects by binutils
|
- workaround for stripping failure of bpf objects by binutils
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user