From 258c1af8a8908e2ac36a94427b71b46ccade749c 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 (cherry picked from commit ba7270dad0de6938e8d44c029f26621f399cd5d8) --- libyubikey.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libyubikey.spec b/libyubikey.spec index c6b7c7a..ae82d00 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 +* Sat Dec 03 2022 wangkai - 1.13-2 +- Fix not striped problem + +* Sun Mar 29 2020 Wei Xiong - 1.13-1 - Package init -- Gitee