add new packages

This commit is contained in:
Louis Abel 2024-06-12 07:18:27 -07:00
parent a92840fed9
commit 9d93775ebc
Signed by: label
GPG Key ID: 2A6975660E424560

View File

@ -3901,3 +3901,25 @@ package {
include_filter: "ansible-collection-microsoft-sql.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"
}
}
package {
name: "gnome-desktop-testing"
type: PACKAGE_TYPE_NORMAL_FORK
repository {
name: "AppStream"
include_filter: "gnome-desktop-testing.aarch64"
include_filter: "gnome-desktop-testing.ppc64le"
include_filter: "gnome-desktop-testing.s390x"
include_filter: "gnome-desktop-testing.x86_64"
}
}