From 07f82fbc3e94b2dcbef18fcbfa3d563055418925 Mon Sep 17 00:00:00 2001 From: jiangpengjuj Date: Fri, 10 Sep 2021 17:05:30 +0800 Subject: [PATCH] fix rpath problem --- libyubikey.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libyubikey.spec b/libyubikey.spec index c6b7c7a..2025b79 100644 --- a/libyubikey.spec +++ b/libyubikey.spec @@ -1,8 +1,6 @@ -#%global debug_package %{nil} - Name: libyubikey Version: 1.13 -Release: 1 +Release: 2 Summary: low-level C software development kit for the Yubico YubiKey authentication device License: BSD URL: https://developers.yubico.com/yubico-c/ @@ -49,6 +47,9 @@ rm -rf %{buildroot}/%{_libdir}/*.la %{_libdir}/libyubikey.so %changelog +* Thu Sep 9 2021 Pengju Jiang +- solve the problem of safe compilation rpath + * Sun Mar 29 2020 Wei Xiong - Package init -- Gitee