Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package runc for openSUSE:Factory checked in at 2026-08-31 15:56:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/runc (Old) and /work/SRC/openSUSE:Factory/.runc.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "runc" Mon Aug 31 15:56:03 2026 rev:82 rq:1374520 version:1.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/runc/runc.changes 2026-07-17 18:48:09.854590125 +0200 +++ /work/SRC/openSUSE:Factory/.runc.new.1265/runc.changes 2026-08-31 15:56:05.394698371 +0200 @@ -1,0 +2,9 @@ +Fri Aug 28 11:29:26 UTC 2026 - Aleksa Sarai <[email protected]> + +- Update to 1.5.1. Upstream changelog is available from + <https://github.com/opencontainers/runc/releases/tag/v1.5.1>. +- libpathrs is now used by default in runc. Though still optional, we enable it + for our builds because it provides better security hardening and upstream + currently plans to make it required by runc 1.6. + +------------------------------------------------------------------- Old: ---- runc-1.4.3.tar.xz runc-1.4.3.tar.xz.asc New: ---- runc-1.5.1.tar.xz runc-1.5.1.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ runc.spec ++++++ --- /var/tmp/diff_new_pack.UJU1VH/_old 2026-08-31 15:56:07.159759709 +0200 +++ /var/tmp/diff_new_pack.UJU1VH/_new 2026-08-31 15:56:07.167759987 +0200 @@ -18,35 +18,31 @@ # nodebuginfo -%bcond_with libpathrs - # MANUAL: Make sure you update this each time you update runc. -%define git_version bb14dabeb7185bb72c8c86735d090dcb20f36587 -%define git_short bb14dabe +%define git_version 8f2685a471d3347a686ad3909783d8aafc6bb208 +%define git_short 8f2685a4 %define project github.com/opencontainers/runc Name: runc -Version: 1.4.3 +Version: 1.5.1 %define upstream_version %{version} Release: 0 Summary: Tool for spawning and running OCI containers License: Apache-2.0 Group: System/Management URL: https://github.com/opencontainers/runc -Source0: https://github.com/opencontainers/runc/releases/download/v%{upstream_version}/runc.tar.xz#/runc-%{upstream_version}.tar.xz -Source1: https://github.com/opencontainers/runc/releases/download/v%{upstream_version}/runc.tar.xz.asc#/runc-%{upstream_version}.tar.xz.asc +Source0: https://github.com/opencontainers/runc/releases/download/v%{upstream_version}/runc-%{upstream_version}.tar.xz +Source1: https://github.com/opencontainers/runc/releases/download/v%{upstream_version}/runc-%{upstream_version}.tar.xz.asc Source2: runc.keyring Source9: vendor.tar.zst BuildRequires: diffutils BuildRequires: fdupes BuildRequires: go-go-md2man +BuildRequires: libpathrs-devel >= 0.2.5 BuildRequires: libseccomp-devel BuildRequires: libselinux-devel BuildRequires: golang(API) >= 1.24 -%if 0%{with libpathrs} -BuildRequires: libpathrs-devel -%endif Recommends: criu # There used to be a docker-runc package which was specifically for Docker. # Since Docker now tracks upstream more consistently, we use the same package @@ -80,13 +76,8 @@ export CGO_CFLAGS="--std=gnu11" %endif -BUILDTAGS="seccomp" -%if 0%{with libpathrs} -BUILDTAGS+=" libpathrs" -%endif - # build runc -make BUILDTAGS="$BUILDTAGS" COMMIT="%{git_describe}" runc +make RUNC_BUILDTAGS="seccomp libpathrs" COMMIT="%{git_describe}" runc # build man pages man/md2man-all.sh ++++++ runc-1.4.3.tar.xz -> runc-1.5.1.tar.xz ++++++ ++++ 69928 lines of diff (skipped) ++++++ vendor.tar.zst ++++++
