diff --git a/iSulad.spec b/iSulad.spec index 61626e3c3da512fc8daf2e9601ba9fd578e6ee4e..f66d4e4f9a41cf2dd50bc7a0333358a0e93491cc 100644 --- a/iSulad.spec +++ b/iSulad.spec @@ -1,5 +1,5 @@ %global _version 2.0.5 -%global _release 20200904.114315.gitff1761c3 +%global _release 20200910.170754.git17aa5c8f %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 YoungJQ - 2.0.5-20200910.170754.git17aa5c8f +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: add chrpath + * Fri Sep 04 2020 zhangxiaoyu - 2.0.5-20200904.114315.gitff1761c3 - Type:enhancement - ID:NA