From fccf62b515421ae1249e5b4fc21bb8250058c904 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 23 Jul 2024 12:43:45 -0700 Subject: [PATCH] red hat added a package mid stream --- autocatalog.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/autocatalog.cfg b/autocatalog.cfg index 34bc388..afc57a2 100644 --- a/autocatalog.cfg +++ b/autocatalog.cfg @@ -41875,3 +41875,14 @@ package { include_filter: "rhel-system-roles-sap.noarch" } } +package { + name: "ktls-utils" + type: PACKAGE_TYPE_NORMAL_FORK + repository { + name: "AppStream" + include_filter: "ktls-utils.aarch64" + include_filter: "ktls-utils.ppc64le" + include_filter: "ktls-utils.s390x" + include_filter: "ktls-utils.x86_64" + } +}