#Basic Information Name: lxcfs-tools Version: 0.3 Release: 32 Summary: toolkit for lxcfs to remount a running isulad License: Mulan PSL v2 URL: https://gitee.com/openeuler/lxcfs-tools Source0: https://gitee.com/openeuler/lxcfs-tools/repository/archive/v%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root Patch1: 0001-lxcfs-tools-build-security-option.patch Patch2: 0002-enable-external-linkmode-for-cgo-build.patch Patch3: 0003-retry-10-times-to-avoid-isulad-unavailable.patch Patch4: 0004-add-dt-test.patch Patch5: 0005-add-riscv64-to-syscall-build.patch %ifarch sw_64 Patch6: 0006-lxcfs-tools-sw.patch %endif #Dependency BuildRequires: golang > 1.7 BuildRequires: glibc-static Requires: iSulad %description A toolkit for lxcfs to remount a running isulad when crashes recover #Build sections %prep %autosetup -n %{name}-v%{version} -p1 %build make %install HOOK_DIR=$RPM_BUILD_ROOT/var/lib/isulad/hooks LXCFS_TOOLS_DIR=$RPM_BUILD_ROOT/usr/local/bin mkdir -p -m 0700 ${HOOK_DIR} mkdir -p -m 0700 ${LXCFS_TOOLS_DIR} install -m 0750 build/lxcfs-hook ${HOOK_DIR} install -m 0750 build/lxcfs-tools ${LXCFS_TOOLS_DIR} %check make tests #Install and uninstall scripts %pre %preun %post GRAPH=`isula info | grep -Eo "iSulad Root Dir:.+" | grep -Eo "/.*"` if [ "$GRAPH" == "" ]; then GRAPH="/var/lib/isulad" fi if [[ ("$GRAPH" != "/var/lib/isulad") ]]; then mkdir -p -m 0550 $GRAPH/hooks install -m 0550 -p /var/lib/isulad/hooks/lxcfs-hook $GRAPH/hooks echo echo "=================== WARNING! ================================================" echo " 'iSulad Root Dir' is $GRAPH, move /var/lib/isulad/hooks/lxcfs-hook to $GRAPH/hooks" echo "=============================================================================" echo fi HOOK_SPEC=${GRAPH}/hooks HOOK_DIR=${GRAPH}/hooks touch ${HOOK_SPEC}/hookspec.json cat << EOF > ${HOOK_SPEC}/hookspec.json { "prestart": [ { "path": "${HOOK_DIR}/lxcfs-hook", "args": ["lxcfs-hook"], "env": [] } ], "poststart":[], "poststop":[] } EOF chmod 0640 ${HOOK_SPEC}/hookspec.json %postun #Files list %files %defattr(0550,root,root,0550) /usr/local/bin/lxcfs-tools %attr(0550,root,root) /var/lib/isulad/hooks %attr(0550,root,root) /var/lib/isulad/hooks/lxcfs-hook #Clean section %clean rm -rfv %{buildroot} %changelog * Thu Aug 31 2023 yangjiaqi - 0.3-32 - Type:bugfix - CVE:NA - SUG:restart - DESC:adjust the position of Shenwei patch * Tue Aug 29 2023 yangjiaqi - 0.3-31 - Type:bugfix - CVE:NA - SUG:restart - DESC:remove redundant symbol and adjust patches order * Mon Jul 03 2023 wujie - 0.3-30 - add riscv64 to syscall_linux_64.go build * Thu Nov 17 2022 yangjiaqi - 0.3-29 - fix source * Mon Oct 24 2022 wuzx - 0.3-28 - Add sw64 architecture * Mon Oct 17 2022 vegbir - 0.3-27 - add dt-test * Wed Aug 17 2022 vegbir - 0.3-26 - retry 10 times to avoid isulad unavailable * Thu Sep 02 2021 zhangsong234 - 0.3-25 - enable external linkmode for cgo build * Mon Feb 08 2021 zhangsong234 - 0.3-24 - update version to 0.3-24 * Mon Sep 07 2020 wangkang101 <873229877@qq.com> - 0.3-2 - modify url of source0 * Fri Jul 03 2020 Zhangsong - 0.3-1 - release version 0.3