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 2022-08-09 15:27:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/docker-compose (Old) and /work/SRC/openSUSE:Factory/.docker-compose.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docker-compose" Tue Aug 9 15:27:41 2022 rev:2 rq:993846 version:2.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/docker-compose/docker-compose.changes 2022-08-03 21:17:06.419506472 +0200 +++ /work/SRC/openSUSE:Factory/.docker-compose.new.1521/docker-compose.changes 2022-08-09 15:28:16.517611971 +0200 @@ -1,0 +2,7 @@ +Mon Aug 8 18:52:46 UTC 2022 - Johannes Kastl <ka...@b1-systems.de> + +- Require docker-compose-switch to not break user expectations, + as otherwise 'zypper in docker-compose' will not provide a docker-compose binary + (docker-compose only provides a docker plugin, i.e. 'docker compose ...') + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docker-compose.spec ++++++ --- /var/tmp/diff_new_pack.383gtk/_old 2022-08-09 15:28:17.017613399 +0200 +++ /var/tmp/diff_new_pack.383gtk/_new 2022-08-09 15:28:17.021613411 +0200 @@ -28,6 +28,7 @@ Source1: vendor.tar.gz BuildRequires: golang(API) = 1.18 Requires: docker +Requires: docker-compose-switch %description Docker Compose is a tool for running multi-container applications on Docker defined using the Compose file format. A Compose file is used to define how the one or more containers that make up your application are configured. Once you have a Compose file, you can create and start your application with a single command: docker compose up.