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-09-01 15:51:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/runc (Old)
 and      /work/SRC/openSUSE:Factory/.runc.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "runc"

Tue Sep  1 15:51:06 2026 rev:83 rq:1375022 version:1.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/runc/runc.changes        2026-08-31 
15:56:05.394698371 +0200
+++ /work/SRC/openSUSE:Factory/.runc.new.1265/runc.changes      2026-09-01 
15:51:41.234728227 +0200
@@ -2,9 +1,0 @@
-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.5.1.tar.xz
  runc-1.5.1.tar.xz.asc

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

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

Other differences:
------------------
++++++ runc.spec ++++++
--- /var/tmp/diff_new_pack.AgkKng/_old  2026-09-01 15:51:42.224762767 +0200
+++ /var/tmp/diff_new_pack.AgkKng/_new  2026-09-01 15:51:42.227762872 +0200
@@ -18,31 +18,35 @@
 # nodebuginfo
 
 
+%bcond_with libpathrs
+
 # MANUAL: Make sure you update this each time you update runc.
-%define git_version 8f2685a471d3347a686ad3909783d8aafc6bb208
-%define git_short   8f2685a4
+%define git_version bb14dabeb7185bb72c8c86735d090dcb20f36587
+%define git_short   bb14dabe
 
 %define project github.com/opencontainers/runc
 
 Name:           runc
-Version:        1.5.1
+Version:        1.4.3
 %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-%{upstream_version}.tar.xz
-Source1:        
https://github.com/opencontainers/runc/releases/download/v%{upstream_version}/runc-%{upstream_version}.tar.xz.asc
+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
 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
@@ -76,8 +80,13 @@
 export CGO_CFLAGS="--std=gnu11"
 %endif
 
+BUILDTAGS="seccomp"
+%if 0%{with libpathrs}
+BUILDTAGS+=" libpathrs"
+%endif
+
 # build runc
-make RUNC_BUILDTAGS="seccomp libpathrs" COMMIT="%{git_describe}" runc
+make BUILDTAGS="$BUILDTAGS" COMMIT="%{git_describe}" runc
 
 # build man pages
 man/md2man-all.sh

++++++ runc-1.5.1.tar.xz -> runc-1.4.3.tar.xz ++++++
++++ 69928 lines of diff (skipped)

++++++ vendor.tar.zst ++++++

Reply via email to