From 7b045f806d49bb81708211159411354a7399af90 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Sat, 3 Dec 2022 17:56:48 +0800 Subject: [PATCH] fix not strip problem --- libyubikey.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libyubikey.spec b/libyubikey.spec index c6b7c7a..3a35de5 100644 --- a/libyubikey.spec +++ b/libyubikey.spec @@ -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 +* Mon Aug 22 2022 yaoxin - 1.13-2 +- Fix not striped problem + +* Sun Mar 29 2020 Wei Xiong - 1.13-1 - Package init -- Gitee