From 3b6db4e68b610b755fac6499c824fac66b57917c Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 16 May 2022 13:28:26 +0200 Subject: [PATCH] container-tools-1-11.el9 - rebuild for 9.1 - Related: #2061316 Signed-off-by: Jindrich Novy --- container-tools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/container-tools.spec b/container-tools.spec index 9133e47..e64a7dd 100644 --- a/container-tools.spec +++ b/container-tools.spec @@ -1,6 +1,6 @@ Name: container-tools Version: 1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A meta-package witch container tools such as podman, buildah, skopeo, etc. License: MIT BuildArch: noarch @@ -57,6 +57,10 @@ This package contains system tests for %{name}. %files tests %changelog +* Mon May 16 2022 Jindrich Novy - 1-11 +- rebuild for 9.1 +- Related: #2061316 + * Thu Feb 24 2022 Lokesh Mandvekar - 1-10 - Require netavark and aardvark - Related: #2000051