From b781c0b1bf3b13644f62395ed28aca8c917e42c7 Mon Sep 17 00:00:00 2001 From: ChengyuZhu6 Date: Wed, 15 Apr 2026 21:19:47 +0800 Subject: [PATCH] fix: Remove debug_package nil - Update mobycommit and clicommit hashes - Remove %global debug_package %{nil} Signed-off-by: ChengyuZhu6 --- moby.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/moby.spec b/moby.spec index 92d7cad..7e289b2 100644 --- a/moby.spec +++ b/moby.spec @@ -4,15 +4,13 @@ %global tini_version 0.19.0 %global __bindir %_builddir/%{name}-docker-v%{version} %global goipath github.com/moby/moby/v2 -%global mobycommit a98f8012 -%global clicommit ab35867b - -%global debug_package %{nil} +%global mobycommit f78c987a +%global clicommit c2be9ccf Summary: The open-source application container engine Name: moby Version: 29.3.1 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 URL: https://mobyproject.org Source0: https://github.com/%{name}/%{name}/archive/refs/tags/v%{version}.tar.gz @@ -212,6 +210,10 @@ install -Dpm 644 man/man8/*.8 -t %{buildroot}%{_mandir}/man8/ %license NOTICE %changelog +* Wed Apr 15 2026 hudsonzhu - 29.3.1-2 +- [Type] bugfix +- [DESC] rebuilt with golang 1.25.8-2 for debugedit compatibility + * Thu Apr 02 2026 hudsonzhu - 29.3.1-1 - [Type] security - [DESC] Fix CVE-2026-34040 -- Gitee