add openstack zed and yoga

This commit is contained in:
Louis Abel 2022-12-06 14:13:37 -07:00
parent 6d489619a8
commit cfa19130b1
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 20 additions and 0 deletions

View File

@ -15,6 +15,8 @@ exclude_filter {
glob_match: "rocky-release-cloud"
glob_match: "rpmfusion-free-release"
glob_match: "elrepo-release"
glob_match: "centos-release-openstack-yoga"
glob_match: "centos-release-openstack-zed"
glob_match: "centos-release-samba414"
glob_match: "centos-release-samba415"
glob_match: "centos-release-samba416"
@ -170,6 +172,24 @@ package {
}
}
package {
name: "centos-release-openstack-yoga"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "extras"
include_filter: "centos-release-openstack-yoga.noarch"
}
}
package {
name: "centos-release-openstack-zed"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "extras"
include_filter: "centos-release-openstack-zed.noarch"
}
}
package {
name: "centos-release-samba414"
type: PACKAGE_TYPE_NORMAL_SRC