From dcd58b4af6b2d386d07f05ef185fb1dd70813269 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Thu, 10 Nov 2022 14:48:20 +0800 Subject: [PATCH] fix sourceo path Signed-off-by: cherry530 --- ykpers.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ykpers.spec b/ykpers.spec index 4950c7c..e374e2e 100644 --- a/ykpers.spec +++ b/ykpers.spec @@ -1,10 +1,10 @@ Name: ykpers Version: 1.20.0 -Release: 4 +Release: 5 Summary: The YubiKey Personalization package contains a library and command line tool used to personalize License: BSD URL: https://developers.yubico.com/yubikey-personalization/ -Source0: https://developers.yubico.com/yubikey-personalization/%{name}-%{version}.tar.gz +Source0: https://developers.yubico.com/yubikey-personalization/Releases/%{name}-%{version}.tar.gz Patch0: ykpers-args-extern.patch BuildRequires: libusb-devel gcc libyubikey-devel systemd-udev chrpath @@ -54,6 +54,9 @@ chrpath -d %{buildroot}%{_bindir}/* %changelog +* Thu Nov 10 2021 xu_ping - 1.20.0-5 +- Fix source0 url + * Wed Sep 08 2021 sunguoshuai - 1.20.0-4 - Fix not striped and rpath problem