提交 41705c67 编写于 作者: Y YoungJQ

iSulad : add chrpath

Signed-off-by: NYoungJQ <yangjiaqi11@huawei.com>
上级 72990229
......@@ -9,7 +9,7 @@ include(cmake/set_build_flags.cmake)
#set(CMAKE_C_COMPILER "gcc" CACHE PATH "c compiler")
set(GIT_COMMIT_HASH "f84000843bf2ba98adea547721b235e3b77168e1")
set(GIT_COMMIT_HASH "729902294535b1ef91b3e5bdbfd6de7501e712df")
message("-- commit id: " ${GIT_COMMIT_HASH})
add_definitions(-DISULAD_GIT_COMMIT="${GIT_COMMIT_HASH}")
......
%global _version 2.0.5
%global _release 20200903.171615.gitf8400084
%global _release 20200910.140350.git72990229
%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 openEuler Buildteam <buildteam@openeuler.org> - 2.0.5-20200910.140350.git72990229
- Type:enhancement
- ID:NA
- SUG:NA
- DESC: add chrpath
* Mon Aug 03 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.0.3-20200803.130854.git0c7dc28a
- Type:enhancement
- ID:NA
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册