Dirk Mueller
d01abf1038
new package docker-compose-switch: Compose Switch is a replacement to the Compose V1 docker-compose (python) executable. It translates the command line into Compose V2 docker compose then run the latter. OBS-URL: https://build.opensuse.org/request/show/987335 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker-compose-switch?expand=0&rev=1
10 lines
390 B
Plaintext
10 lines
390 B
Plaintext
# As this package is written in golang, it does not provide
|
|
# python*-docker-compose. But as it obsoletes the v1 package
|
|
# written in python, we get a warning.
|
|
# In addition docker-compose > 2.0.0 is provided by the
|
|
# docker-compose package, that this package requires. So it
|
|
# cannot provide what it obsoletes.
|
|
#
|
|
# The warning can therefore be ignored.
|
|
addFilter("obsolete-not-provided")
|