diff --git a/moby.spec b/moby.spec index 92d7cad368f59e1c71e01c451efd6994e0db8730..7e289b241d33d8d5ee0cdccb69508a295416ffaf 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