From 4a707f74c50c0cc7f4d024af2ffbbc3c27de6a99 Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Thu, 10 Dec 2020 10:04:31 +0800 Subject: [PATCH] Correct invalid URL and Source --- chrpath.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/chrpath.spec b/chrpath.spec index ce070c4..a5ccfdf 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -1,10 +1,10 @@ Name: chrpath Version: 0.16 -Release: 11 +Release: 12 Summary: Modify the dynamic library load path (rpath) of compiled programs License: GPL+ -URL: https://chrpath.alioth.debian.org/ -Source0: https://alioth.debian.org/frs/download.php/file/3979/%{name}-%{version}.tar.gz +URL: https://github.com/openEuler-BaseService/chrpath +Source0: https://alioth-archive.debian.org/releases/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc @@ -39,6 +39,9 @@ make check %{_mandir}/man1/chrpath.1* %changelog +* Thu Dec 10 2020 wangchen - 0.16-12 +- Correct URL and Source0 + * Mon Feb 17 2020 openEuler Buildteam - 0.16-11 - Enable test cases -- Gitee