diff --git a/libyubikey.spec b/libyubikey.spec index c6b7c7a5fe96e57dfc511f9a0ac09e42bc6cbfe5..ae82d001cb0fda94fc49473843b0c6e2bcfc1620 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