add centos-release packages for extras

This commit is contained in:
Louis Abel 2022-08-30 01:20:35 -07:00
parent 8799a159d8
commit c25d3ec663
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 72 additions and 0 deletions

View File

@ -15,6 +15,14 @@ exclude_filter {
glob_match: "rocky-release-cloud"
glob_match: "rpmfusion-free-release"
glob_match: "elrepo-release"
glob_match: "centos-release-samba414"
glob_match: "centos-release-samba415"
glob_match: "centos-release-samba416"
glob_match: "centos-release-ceph-pacific"
glob_match: "centos-release-ceph-quincy"
glob_match: "centos-release-opstools"
glob_match: "centos-release-nfv-common"
glob_match: "centos-release-nfv-openvswitch"
}
arch {
key: "ppc64le"
@ -120,4 +128,68 @@ package {
}
}
# CentOS
package {
name: "centos-release-ceph-quincy"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "extras"
include_filter: "centos-release-ceph-quincy.noarch"
}
}
package {
name: "centos-release-opstools"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "extras"
include_filter: "centos-release-opstools.noarch"
}
}
package {
name: "centos-release-samba414"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "extras"
include_filter: "centos-release-samba414.noarch"
}
}
package {
name: "centos-release-samba415"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "extras"
include_filter: "centos-release-samba415.noarch"
}
}
package {
name: "centos-release-samba416"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "extras"
include_filter: "centos-release-samba416.noarch"
}
}
package {
name: "centos-release-storage-common"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "extras"
include_filter: "centos-release-storage-common.noarch"
}
}
package {
name: "centos-release-nfv"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "extras"
include_filter: "centos-release-nfv-common.noarch"
include_filter: "centos-release-nfv-openvswitch.noarch"
}
}
# End CentOS