diff --git a/CMakeLists.txt b/CMakeLists.txt index 7226ba9046fb671d1de5ad160355489861a0a0b7..ac226513ccb2c088749165254ddd5c961f4bb640 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/iSulad.spec b/iSulad.spec index 25baadc54d410041e14357a85605035d9c4b0367..6a39bf526583e23ddc4373c81e055da7c9603aab 100644 --- a/iSulad.spec +++ b/iSulad.spec @@ -1,5 +1,5 @@ %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 - 2.0.5-20200910.140350.git72990229 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: add chrpath + * Mon Aug 03 2020 openEuler Buildteam - 2.0.3-20200803.130854.git0c7dc28a - Type:enhancement - ID:NA