From c43905afb57ca1458c6d58fa87c0c0516cda8e6d Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Wed, 15 Oct 2025 13:51:20 +0800 Subject: [PATCH] fix src_repo in yaml file (cherry picked from commit 386bc1e7d6539c799625c03f54a33703d087034c) --- libksba.spec | 8 +++++++- libksba.yaml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libksba.spec b/libksba.spec index 02e4211..157ae8c 100644 --- a/libksba.spec +++ b/libksba.spec @@ -1,6 +1,6 @@ Name: libksba Version: 1.6.4 -Release: 2 +Release: 3 Summary: A library for X.509 and CMS License: (LGPL-3.0+ or GPL-2.0+) and GPL-3.0+ and MIT URL: https://www.gnupg.org/software/libksba/index.html @@ -67,6 +67,12 @@ make check %{_datadir}/info/ksba.info.gz %changelog +* Wed Oct 15 2025 yixiangzhike - 1.6.4-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix src_repo in yaml file + * Tue Jul 30 2024 yixiangzhike - 1.6.4-2 - Type:bugfix - ID:NA diff --git a/libksba.yaml b/libksba.yaml index 6ea8b99..ef305c5 100644 --- a/libksba.yaml +++ b/libksba.yaml @@ -1,4 +1,4 @@ version_control: git -src_repo: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libksba.git;a=summary +src_repo: https://dev.gnupg.org/source/libksba.git tag_prefix: ^libksba- seperator: . -- Gitee