!5 [sync] PR-4: fix not strip problem

From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-12-03 10:18:17 +00:00 committed by Gitee
commit c8db92ecd3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,8 +1,6 @@
#%global debug_package %{nil}
Name: libyubikey
Version: 1.13
Release: 1
Release: 2
Summary: low-level C software development kit for the Yubico YubiKey authentication device
License: BSD
URL: https://developers.yubico.com/yubico-c/
@ -49,6 +47,9 @@ rm -rf %{buildroot}/%{_libdir}/*.la
%{_libdir}/libyubikey.so
%changelog
* Sun Mar 29 2020 Wei Xiong <myeuler@163.com>
* Sat Dec 03 2022 wangkai <wangkai385@h-partners.com> - 1.13-2
- Fix not striped problem
* Sun Mar 29 2020 Wei Xiong <myeuler@163.com> - 1.13-1
- Package init