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