red hat added a package mid stream

This commit is contained in:
Louis Abel 2024-07-23 12:43:45 -07:00
parent 7e2917fb7e
commit fccf62b515
Signed by: label
GPG Key ID: 2A6975660E424560

View File

@ -41875,3 +41875,14 @@ package {
include_filter: "rhel-system-roles-sap.noarch" 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"
}
}