fix not strip problem

(cherry picked from commit ba7270dad0de6938e8d44c029f26621f399cd5d8)
This commit is contained in:
caodongxia 2022-12-03 17:56:48 +08:00 committed by openeuler-sync-bot
parent 5ee025f5af
commit 258c1af8a8

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