correct release number format

Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
This commit is contained in:
Lemmy Huang 2022-10-10 09:48:02 +08:00
parent b265fe7afd
commit ddc47f57fa

View File

@ -4,9 +4,10 @@
# eu-strip cannot strip static libs
# use strip for static libs
%global __brp_strip_static_archive %{_rpmconfigdir}/brp-strip-static-archive /usr/bin/strip
Name: xdp-tools
Version: 1.0.1
Release: 2%{?dist}
Release: 3
Summary: Utilities and example programs for use with XDP
%global _soversion 1.0.0
@ -115,6 +116,9 @@ make install V=1
%{_libdir}/pkgconfig/libxdp.pc
%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
- workaround for stripping failure of bpf objects by binutils