From f2f780943228ae5e9b168019b845320601a7a807 Mon Sep 17 00:00:00 2001 From: Markeryang Date: Tue, 25 Oct 2022 07:43:36 +0000 Subject: [PATCH] update for mass rebuild and upgrade verification (cherry picked from commit 56d377e8f35b0b19983880d7681ce20811d13029) --- chrpath.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrpath.spec b/chrpath.spec index a5ccfdf..63be993 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -1,6 +1,6 @@ Name: chrpath Version: 0.16 -Release: 12 +Release: 13 Summary: Modify the dynamic library load path (rpath) of compiled programs License: GPL+ URL: https://github.com/openEuler-BaseService/chrpath @@ -39,6 +39,9 @@ make check %{_mandir}/man1/chrpath.1* %changelog +* Tue Oct 25 2022 yanglongkang - 0.16-13 +- rebuild for next release + * Thu Dec 10 2020 wangchen - 0.16-12 - Correct URL and Source0 -- Gitee