From ee2b131ad739451507bca304c6846abf40bdb462 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Tue, 13 Dec 2022 20:14:27 +0800 Subject: [PATCH] Add make dependency --- libyubikey.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libyubikey.spec b/libyubikey.spec index 2025b79..4ce374b 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,9 +47,12 @@ rm -rf %{buildroot}/%{_libdir}/*.la %{_libdir}/libyubikey.so %changelog -* Thu Sep 9 2021 Pengju Jiang +* Tue Dec 13 2022 yaoxin - 1.13-3 +- Add make dependency + +* Thu Sep 9 2021 Pengju Jiang - 1.13-2 - solve the problem of safe compilation rpath -* Sun Mar 29 2020 Wei Xiong +* Sun Mar 29 2020 Wei Xiong - 1.13-1 - Package init -- Gitee