|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: ykpers
|
|
|
|
Name: ykpers
|
|
|
|
Version: 1.19.0
|
|
|
|
Version: 1.19.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Yubikey personalization program
|
|
|
|
Summary: Yubikey personalization program
|
|
|
|
|
|
|
|
|
|
|
|
Group: Applications/System
|
|
|
|
Group: Applications/System
|
|
|
@ -15,6 +15,7 @@ BuildRequires: libusb-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildRequires: libyubikey-devel
|
|
|
|
BuildRequires: libyubikey-devel
|
|
|
|
BuildRequires: systemd
|
|
|
|
BuildRequires: systemd
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Yubico's YubiKey can be re-programmed with a new AES key. This is a library
|
|
|
|
Yubico's YubiKey can be re-programmed with a new AES key. This is a library
|
|
|
@ -73,6 +74,9 @@ export LD_LIBRARY_PATH=$RPM_BUILD_DIR/%{name}-%{version}/.libs
|
|
|
|
%exclude %{_libdir}/libykpers-1.la
|
|
|
|
%exclude %{_libdir}/libykpers-1.la
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Jul 22 2018 Kevin Fenzi <kevin@scrye.com> - 1.19.0-3
|
|
|
|
|
|
|
|
- Fix FTBFS bug #1606768
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.0-2
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|