From 7bd95c4b86a2315f0ac42229b01170e6f5050a3f Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 13 May 2021 13:50:45 -0400 Subject: [PATCH] Add suggests qemu-user-static --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 0a26bce..2b81141 100644 --- a/podman.spec +++ b/podman.spec @@ -58,7 +58,7 @@ Version: 3.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.19.dev.git%{shortcommit0}%{?dist} +Release: 0.20.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -93,6 +93,7 @@ Requires: iptables Requires: nftables Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} Recommends: catatonit +Suggests: qemu-user-static # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort @@ -620,6 +621,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu May 13 2021 Daniel J Walsh - 3:3.2.0-0.20.dev.git4dc52f6 +- Add suggests qemu-user-static + * Thu May 13 2021 RH Container Bot - 3:3.2.0-0.19.dev.git4dc52f6 - autobuilt 4dc52f6