Add make dependency

This commit is contained in:
starlet-dx 2022-12-13 20:14:27 +08:00
parent 01b9e88b27
commit ee2b131ad7

View File

@ -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 <jiangpengju2@huawei.com>
* Tue Dec 13 2022 yaoxin <yaoxin30@h-partners.com> - 1.13-3
- Add make dependency
* Thu Sep 9 2021 Pengju Jiang <jiangpengju2@huawei.com> - 1.13-2
- solve the problem of safe compilation rpath
* Sun Mar 29 2020 Wei Xiong <myeuler@163.com>
* Sun Mar 29 2020 Wei Xiong <myeuler@163.com> - 1.13-1
- Package init