From 43821df56a56a5ce9a13aefe75d3794c5cb759ce Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sat, 21 Feb 2015 22:22:52 +0100 Subject: [PATCH] Rebuilt for Fedora 23 Change https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code --- libyubikey.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libyubikey.spec b/libyubikey.spec index 81a1060..300011d 100644 --- a/libyubikey.spec +++ b/libyubikey.spec @@ -1,6 +1,6 @@ Name: libyubikey Version: 1.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C library for decrypting and parsing Yubikey One-time passwords Group: Development/Libraries @@ -66,6 +66,10 @@ export LD_LIBRARY_PATH=${RPM_BUILD_DIR}/%{name}-%{version}/.libs %exclude %{_libdir}/libyubikey.la %changelog +* Sat Feb 21 2015 Till Maas - 1.12-2 +- Rebuilt for Fedora 23 Change + https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code + * Wed Nov 26 2014 Nick Bebout