diff --git a/libyubikey.spec b/libyubikey.spec index ae82d001cb0fda94fc49473843b0c6e2bcfc1620..6e00e70c93fd59e415b9bae76fdcc2397de47412 100644 --- a/libyubikey.spec +++ b/libyubikey.spec @@ -1,12 +1,12 @@ Name: libyubikey Version: 1.13 -Release: 2 +Release: 3 Summary: low-level C software development kit for the Yubico YubiKey authentication device License: BSD URL: https://developers.yubico.com/yubico-c/ Source0: https://developers.yubico.com/yubico-c/Releases/%{name}-%{version}.tar.gz -BuildRequires: gcc +BuildRequires: gcc make %description This package make up the low-level C software development kit for the Yubico YubiKey authentication device. @@ -47,6 +47,9 @@ rm -rf %{buildroot}/%{_libdir}/*.la %{_libdir}/libyubikey.so %changelog +* Tue Dec 13 2022 yaoxin - 1.13-3 +- Add make dependency + * Sat Dec 03 2022 wangkai - 1.13-2 - Fix not striped problem