Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package docker-compose for openSUSE:Factory checked in at 2025-03-24 13:28:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/docker-compose (Old) and /work/SRC/openSUSE:Factory/.docker-compose.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docker-compose" Mon Mar 24 13:28:54 2025 rev:62 rq:1255119 version:2.34.0 Changes: -------- --- /work/SRC/openSUSE:Factory/docker-compose/docker-compose.changes 2025-03-14 23:53:23.223867071 +0100 +++ /work/SRC/openSUSE:Factory/.docker-compose.new.2696/docker-compose.changes 2025-03-24 13:28:57.059546896 +0100 @@ -1,0 +2,9 @@ +Wed Mar 19 20:02:46 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Require docker or podman, as the latter can be used by setting + the DOCKER_HOST and DOCKER_SOCK environment variables + e.g. rootless podman: + DOCKER_SOCK=/run/user/1000/podman/podman.sock + DOCKER_HOST=unix:///run/user/1000/podman/podman.sock + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docker-compose.spec ++++++ --- /var/tmp/diff_new_pack.OKc9SO/_old 2025-03-24 13:28:58.015587030 +0100 +++ /var/tmp/diff_new_pack.OKc9SO/_new 2025-03-24 13:28:58.019587198 +0100 @@ -25,7 +25,9 @@ Source: %{name}-%{version}.tar.gz Source1: vendor.tar.gz BuildRequires: golang(API) >= 1.23.6 -Requires: docker +# can be used with podman by setting +# DOCKER_SOCK and DOCKER_HOST +Requires: (docker or podman) %description Docker Compose is a tool for running multi-container applications on Docker