diff --git a/chrpath.spec b/chrpath.spec index ce070c40919bde13f55e2097422ec173f84e3998..a5ccfdf57f4a9e3807e1c941a272fb7f0e8a10b7 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