From ed84ff5e4d439bd807dc042caf2a5067d10fcd4f Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Wed, 22 May 2024 17:45:06 +0800 Subject: [PATCH] fix source link --- tongsuo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tongsuo.spec b/tongsuo.spec index e55e01e..e8c658f 100644 --- a/tongsuo.spec +++ b/tongsuo.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %define install_prefix /opt/tongsuo @@ -19,7 +19,7 @@ Summary: A Modern Cryptographic Primitives and Protocols Library Group: System Environment/Libraries License: Apache-2.0 Url: https://www.yuque.com/tsdoc -Source0: https://github.com/Tongsuo-Project/Tongsuo/archive/refs/tags/Tongsuo-%{version}.tar.gz +Source0: https://github.com/Tongsuo-Project/Tongsuo/archive/%{version}/Tongsuo-%{version}.tar.gz Patch001: 0001-add-loongarch64-support-for-tongsuo.patch # For build @@ -89,6 +89,9 @@ export QA_RPATHS=$(( 0x0002 )) %dir %{install_prefix} %changelog +* Wed May 22 2024 mgb01105731 - 8.3.3-4 +- fix source link + * Tue Nov 21 2023 Wenlong Zhang - 8.3.3-3 - modify the spec to support loongarch64 -- Gitee