From 1bdd426c067d0624b55599470f58b85348ec0d41 Mon Sep 17 00:00:00 2001 From: Maxim Burgerhout Date: Wed, 13 Nov 2019 14:21:54 +0100 Subject: [PATCH] Pull request from zlopez merged Pull request merged, fixes issues with flatpak builds https://src.fedoraproject.org/rpms/libyubikey/c/0cc6257376055fa062ad8039f7e8e26c5d268950 --- libyubikey.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libyubikey.spec b/libyubikey.spec index 68791de..8289e75 100644 --- a/libyubikey.spec +++ b/libyubikey.spec @@ -1,6 +1,6 @@ Name: libyubikey Version: 1.13 -Release: 11%{?dist} +Release: 12%{?dist} Summary: C library for decrypting and parsing Yubikey One-time passwords License: BSD @@ -57,6 +57,9 @@ make check %exclude %{_libdir}/libyubikey.la %changelog +* Wed Nov 13 2019 Maxim Burgerhout - 1.13-12 +- Merge pull request from zlopez around manpages for flatpak builds + * Thu Aug 1 2019 Orion Poplawski - 1.13-11 - Modernize spec