diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-03-24 10:46:01 +0100 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2022-03-24 10:56:16 +0100 |
commit | bf6430d18c96f9a41fb96600b8ebedae8eb6524d (patch) | |
tree | e9f222edd67ef80048351a7dc3b2980c74f098ef /podman.spec.rpkg | |
parent | 80123ca505081fca513fc0865cf6e2daf43ff854 (diff) | |
download | podman-bf6430d18c96f9a41fb96600b8ebedae8eb6524d.tar.gz podman-bf6430d18c96f9a41fb96600b8ebedae8eb6524d.tar.bz2 podman-bf6430d18c96f9a41fb96600b8ebedae8eb6524d.zip |
Remove experimental warning from podman-remote rpm
podman-remote is considered stable and follows the same semver as
podman.
Fixes a question on the podman mailing list.
https://lists.podman.io/archives/list/podman@lists.podman.io/thread/2DVCU5Z54U4PI5ROTBQXHDBLQSAXAHFU/
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'podman.spec.rpkg')
-rw-r--r-- | podman.spec.rpkg | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/podman.spec.rpkg b/podman.spec.rpkg index 41385dba6..937253918 100644 --- a/podman.spec.rpkg +++ b/podman.spec.rpkg @@ -144,10 +144,7 @@ Summary: (Experimental) Remote client for managing %{name} containers %description remote Remote client for managing %{name} containers. -This experimental remote client is under heavy development. Please do not -run %{name}-remote in production. - -%{name}-remote uses the version 2 API to connect to a %{name} client to +%{name}-remote uses the libpod REST API to connect to a %{name} client to manage pods, containers and container images. %{name}-remote supports ssh connections as well. |