mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-21 21:01:23 +00:00
add centos-release packages for extras
This commit is contained in:
parent
8799a159d8
commit
c25d3ec663
72
extra.cfg
72
extra.cfg
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user