Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package runc for openSUSE:Factory checked in 
at 2025-11-28 16:50:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/runc (Old)
 and      /work/SRC/openSUSE:Factory/.runc.new.14147 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "runc"

Fri Nov 28 16:50:46 2025 rev:78 rq:1320399 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/runc/runc.changes        2025-11-10 
19:18:21.658912078 +0100
+++ /work/SRC/openSUSE:Factory/.runc.new.14147/runc.changes     2025-11-28 
16:51:14.630020010 +0100
@@ -1,0 +2,12 @@
+Fri Nov 28 00:40:42 UTC 2025 - Aleksa Sarai <[email protected]>
+
+- Add libpathrs build option to allow builds to switch to libpathrs. In future
+  we will switch to enabling this by default for Tumbleweed and Leap >= 16.
+
+-------------------------------------------------------------------
+Fri Nov 28 00:20:15 UTC 2025 - Aleksa Sarai <[email protected]>
+
+- Update to runc v1.4.0. Upstream changelog is available from
+  <https://github.com/opencontainers/runc/releases/tag/v1.4.0>.
+
+-------------------------------------------------------------------

Old:
----
  runc-1.3.3.tar.xz
  runc-1.3.3.tar.xz.asc

New:
----
  runc-1.4.0.tar.xz
  runc-1.4.0.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ runc.spec ++++++
--- /var/tmp/diff_new_pack.PmNQB2/_old  2025-11-28 16:51:17.014120401 +0100
+++ /var/tmp/diff_new_pack.PmNQB2/_new  2025-11-28 16:51:17.026120906 +0100
@@ -17,14 +17,16 @@
 # nodebuginfo
 
 
+%bcond_with libpathrs
+
 # MANUAL: Make sure you update this each time you update runc.
-%define git_version d842d7719497cc3b774fd71620278ac9e17710e0
-%define git_short   d842d7719497
+%define git_version 8bd78a9977e604c4d5f67a7415d7b8b8c109cdc4
+%define git_short   8bd78a9977e6
 
 %define project github.com/opencontainers/runc
 
 Name:           runc
-Version:        1.3.3
+Version:        1.4.0
 %define upstream_version %{version}
 Release:        0
 Summary:        Tool for spawning and running OCI containers
@@ -40,6 +42,9 @@
 BuildRequires:  go-go-md2man
 BuildRequires:  libseccomp-devel
 BuildRequires:  libselinux-devel
+%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
@@ -72,8 +77,15 @@
 # Fix nsenter builds on SLE12.
 export CGO_CFLAGS="--std=gnu11"
 %endif
+
+BUILDTAGS="seccomp"
+%if 0%{with libpathrs}
+BUILDTAGS+=" libpathrs"
+%endif
+
 # build runc
-make BUILDTAGS="seccomp" COMMIT="%{git_describe}" runc
+make BUILDTAGS="$BUILDTAGS" COMMIT="%{git_describe}" runc
+
 # build man pages
 man/md2man-all.sh
 

++++++ runc-1.3.3.tar.xz -> runc-1.4.0.tar.xz ++++++
++++ 40033 lines of diff (skipped)

Reply via email to