!97 set development_version=no to mark stable builds

From: @zhengxiaoxiaoGitee 
Reviewed-by: @zcfsite 
Signed-off-by: @zcfsite
This commit is contained in:
openeuler-ci-bot 2025-04-21 01:46:44 +00:00 committed by Gitee
commit d1aad09a90
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: gnupg2
Version: 2.4.3
Release: 8
Release: 9
Summary: Utility for secure communication and data storage
License: GPLv3+
@ -72,6 +72,7 @@ autoreconf -f
%global pcsclib %(basename $(ls -1 %{_libdir}/libpcsclite.so.? 2>/dev/null ) 2>/dev/null )
sed -i -e 's/"libpcsclite\.so"/"%{pcsclib}"/' scd/scdaemon.c
sed -i 's/development_version=yes/development_version=no/' configure
%build
# add --disable-ccid-driver to solve #2005714
@ -131,6 +132,9 @@ make check
%changelog
* Sat Apr 19 2025 zhengxiaoxiao <zhengxiaoxiao2@huawei.com> - 2.4.3-9
- set development_version=no to mark stable builds
* Thu Mar 27 2025 yixiangzhike <yixiangzhike007@163.com> - 2.4.3-8
- fix CVE-2025-30258