From c88575d454bde03a380c0a6b94c289d51b7974734a0c397153ce798d65b19b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Thu, 14 Mar 2024 07:41:38 +0000 Subject: [PATCH 1/2] Accepting request 1157802 from home:danishprakash:branches:devel:microos Require passt for rootless networking (poo#156955) OBS-URL: https://build.opensuse.org/request/show/1157802 OBS-URL: https://build.opensuse.org/package/show/devel:microos/buildah?expand=0&rev=32 --- buildah.changes | 7 +++++++ buildah.spec | 1 + 2 files changed, 8 insertions(+) diff --git a/buildah.changes b/buildah.changes index c8781de..c1b46f1 100644 --- a/buildah.changes +++ b/buildah.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 14 05:32:57 UTC 2024 - Danish Prakash + +- Require passt for rootless networking (poo#156955) + Buildah moved to passt/pasta for rootless networking from slirp4netns + (https://github.com/containers/common/pull/1846) + ------------------------------------------------------------------- Thu Mar 07 15:46:25 UTC 2024 - dcermak@suse.com diff --git a/buildah.spec b/buildah.spec index 074d79d..1712938 100644 --- a/buildah.spec +++ b/buildah.spec @@ -46,6 +46,7 @@ Requires: cni-plugins Requires: libcontainers-common Requires: libcontainers-image Requires: libcontainers-storage +Requires: passt Requires: runc >= 1.0.2 Requires: slirp4netns %{go_nostrip} From 865a39ae9d648cec6a0919dd94b02984a46aa5611b6f5fba1e5e86ad9f58cc6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Thu, 14 Mar 2024 08:30:57 +0000 Subject: [PATCH 2/2] Remove obsolete requires libcontainers-image & libcontainers-storage OBS-URL: https://build.opensuse.org/package/show/devel:microos/buildah?expand=0&rev=33 --- buildah.changes | 5 +++++ buildah.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/buildah.changes b/buildah.changes index c1b46f1..a6688a9 100644 --- a/buildah.changes +++ b/buildah.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 14 08:30:53 UTC 2024 - Dan Čermák + +- Remove obsolete requires libcontainers-image & libcontainers-storage + ------------------------------------------------------------------- Thu Mar 14 05:32:57 UTC 2024 - Danish Prakash diff --git a/buildah.spec b/buildah.spec index 1712938..7fd31de 100644 --- a/buildah.spec +++ b/buildah.spec @@ -44,8 +44,6 @@ BuildRequires: libseccomp-devel BuildRequires: golang(API) >= 1.21 Requires: cni-plugins Requires: libcontainers-common -Requires: libcontainers-image -Requires: libcontainers-storage Requires: passt Requires: runc >= 1.0.2 Requires: slirp4netns