diff --git a/syscontainer-tools.spec b/syscontainer-tools.spec index ad17af44f126de90b6b003cfebb8412e195031b5..9c1ea4c30d0d7d1205468bf00f6c34e4b90d32a5 100644 --- a/syscontainer-tools.spec +++ b/syscontainer-tools.spec @@ -1,9 +1,9 @@ #Basic Information Name: syscontainer-tools Version: 0.9 -Release: 67 +Release: 68 Summary: syscontainer tools for IT, work with iSulad -License: Mulan PSL v2 +License: MulanPSL-2.0 URL: https://gitee.com/openeuler/syscontainer-tools Source0: https://gitee.com/openeuler/syscontainer-tools/repository/archive/v%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root @@ -21,12 +21,8 @@ Patch10: 0010-fix-log-of-removeUdevRule.patch Patch11: 0011-static-compilation-for-cross-version-use.patch Patch12: 0012-support-Vnic-specifying-network-namespace.patch -%ifarch sw_64 Patch1000: 1000-add-sw_64-support-not-upstream-modified-files.patch -%endif -%ifarch loongarch64 Patch1001: 1001-add-loongarch64-support-not-upstream-modified-files.patch -%endif #Dependency BuildRequires: glibc-static @@ -39,7 +35,25 @@ This is syscontainer tools, to make it work, you need a isulad and util-linux #Build sections %prep -%autosetup -n %{name}-v%{version} -p1 +%setup -n %{name}-v%{version} +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 +%patch10 -p1 +%patch11 -p1 +%patch12 -p1 +%ifarch sw_64 +%patch1000 -p1 +%endif +%ifarch loongarch64 +%patch1001 -p1 +%endif %ifarch riscv64 # not support -static-pie until glibc2.39, gcc14 %patch11 -R -p1 @@ -132,6 +146,12 @@ chmod 0640 ${HOOK_SPEC}/hookspec.json rm -rfv %{buildroot} %changelog +* Mon Nov 04 2024 shenzhongwei - 0.9-68 +- Type:compile +- CVE:NA +- SUG:NA +- DESC:add loongarch patch + * Fri Sep 20 2024 laokz - 0.9-67 - Type:fix - CVE:NA