From be5003fbe0d9cd4131085ed250bfe06ab552f5a2 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Thu, 18 Jun 2020 20:19:25 +0800 Subject: [PATCH 1/4] add yaml file --- chrpath.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 chrpath.yaml diff --git a/chrpath.yaml b/chrpath.yaml new file mode 100644 index 0000000..435a673 --- /dev/null +++ b/chrpath.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://salsa.debain.org/themusicgod1-guest/chrpath.git +tag_prefix: +seperator: -- Gitee From e7fd2e58fcd14c723a40421149186527d1a50e34 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Thu, 18 Jun 2020 20:47:33 +0800 Subject: [PATCH 2/4] add yaml file for chrpath --- chrpath.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrpath.yaml b/chrpath.yaml index 435a673..5d9c0c3 100644 --- a/chrpath.yaml +++ b/chrpath.yaml @@ -1,4 +1,4 @@ version_control: git -src_repo: https://salsa.debain.org/themusicgod1-guest/chrpath.git +src_repo: https://salsa.debian.org/themusicgod1-guest/chrpath.git tag_prefix: seperator: -- Gitee From fe4d5777695f555cfd3195efa7a5c1bfcaf21994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Thu, 13 Aug 2020 18:45:06 +0800 Subject: [PATCH 3/4] update chrpath.yaml. --- chrpath.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/chrpath.yaml b/chrpath.yaml index 5d9c0c3..dde0344 100644 --- a/chrpath.yaml +++ b/chrpath.yaml @@ -1,4 +1,5 @@ -version_control: git -src_repo: https://salsa.debian.org/themusicgod1-guest/chrpath.git -tag_prefix: -seperator: +git_url: https://github.com/jwilk-mirrors/chrpath.git +version_control: github +src_repo: jwilk-mirrors/chrpath +tag_prefix: "RELEASE_" +seperator: "_" -- Gitee 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 4/4] 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