From 5cec5b333487dfaecb672e39818cf41d4a9cdd10 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 22 Jul 2018 11:42:34 -0700 Subject: [PATCH] Fix FTBFS bug #1606768 --- ykpers.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ykpers.spec b/ykpers.spec index 8f35a85..37a8d55 100644 --- a/ykpers.spec +++ b/ykpers.spec @@ -1,6 +1,6 @@ Name: ykpers Version: 1.19.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Yubikey personalization program Group: Applications/System @@ -15,6 +15,7 @@ BuildRequires: libusb-devel %endif BuildRequires: libyubikey-devel BuildRequires: systemd +BuildRequires: gcc %description 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 %changelog +* Sun Jul 22 2018 Kevin Fenzi - 1.19.0-3 +- Fix FTBFS bug #1606768 + * Sat Jul 14 2018 Fedora Release Engineering - 1.19.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild