!5 correct release number format

From: @LemmyHuang 
Reviewed-by: @wu-changsheng 
Signed-off-by: @wu-changsheng
This commit is contained in:
openeuler-ci-bot 2022-10-10 02:04:21 +00:00 committed by Gitee
commit 81e6eb32d4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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