From d30279e080d6c5d76bfe41532b8af74690d6034f Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 8 Sep 2024 08:24:36 +0800 Subject: [PATCH] update source url --- elfutils.spec | 2 +- elfutils.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/elfutils.spec b/elfutils.spec index ec850bc..f2c2a0c 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -4,7 +4,7 @@ Release: 2 Summary: A collection of utilities and DSOs to handle ELF files and DWARF data URL: https://elfutils.org/ License: GPL-3.0-or-later AND (GPL-2.0-or-later OR LGPL-3.0-or-later) -Source: https://sourceware.orgelfutils/ftp/%{version}/elfutils-%{version}.tar.bz2 +Source: https://sourceware.org/elfutils/ftp/%{version}/elfutils-%{version}.tar.bz2 Patch0: Fix-segfault-in-eu-ar-m.patch Patch1: Fix-issue-of-moving-files-by-ar-or-br.patch diff --git a/elfutils.yaml b/elfutils.yaml index 942fdac..60f4eaf 100644 --- a/elfutils.yaml +++ b/elfutils.yaml @@ -1,4 +1,4 @@ -version_control: git -src_repo: https://sourceware.org/git/elfutils.git -tag_prefix: "^elfutils-" -seperator: "." +version_control: git +src_repo: https://sourceware.org/git/elfutils.git +tag_prefix: "^elfutils-" +separator: "." -- Gitee