From 5235476c1ccfe0c236b8012a9e147cfdb564fd47 Mon Sep 17 00:00:00 2001 From: YoungJQ Date: Thu, 10 Sep 2020 14:47:59 +0800 Subject: [PATCH] iSulad : add chrpath Signed-off-by: YoungJQ --- iSulad.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/iSulad.spec b/iSulad.spec index 602c781..ca94ab7 100644 --- a/iSulad.spec +++ b/iSulad.spec @@ -1,5 +1,5 @@ %global _version 2.0.5 -%global _release 20200904.114315.gitff1761c3 +%global _release 20200910.144345.git71b1055b %global is_systemd 1 Name: iSulad @@ -74,6 +74,9 @@ install -d $RPM_BUILD_ROOT/%{_bindir} install -m 0755 ./src/isula %{buildroot}/%{_bindir}/isula install -m 0755 ./src/isulad-shim %{buildroot}/%{_bindir}/isulad-shim install -m 0755 ./src/isulad %{buildroot}/%{_bindir}/isulad +chrpath -d ./src/isula +chrpath -d ./src/isulad-shim +chrpath -d ./src/isulad install -d $RPM_BUILD_ROOT/%{_includedir}/isulad install -m 0644 ../src/client/libisula.h %{buildroot}/%{_includedir}/isulad/libisula.h @@ -215,6 +218,12 @@ fi %endif %changelog +* Tue Sep 10 2020 - 2.0.5-20200910.144345.git71b1055b +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: add chrpath + * Fri Sep 04 2020 zhangxiaoyu - 2.0.5-20200904.114315.gitff1761c3 - Type:enhancement - ID:NA