2024-02-21 19:41:06 +00:00
|
|
|
# kind: resf.peridot.v1.CatalogSync
|
|
|
|
# This configuration file contains extra packages that we
|
|
|
|
# add to our repos. NO extra entry allowed in default repositories.
|
|
|
|
# Usually for "plus" or any other value-add repo
|
|
|
|
|
|
|
|
# s390x, ppc64le, x86_64 are never considered altarch. s390x does not have
|
|
|
|
# rpmfusion packages for obvious reasons. elrepo does not exist for
|
|
|
|
# aarch64 yet, but will. aarch64 is a blend of altarch and primary.
|
|
|
|
exclude_filter {
|
|
|
|
repo_match: "^extras$"
|
|
|
|
arch {
|
|
|
|
key: "s390x"
|
|
|
|
glob_match: "rocky-release-rpi"
|
|
|
|
glob_match: "rocky-release-altarch"
|
|
|
|
glob_match: "rocky-release-cloud"
|
|
|
|
glob_match: "rpmfusion-free-release"
|
|
|
|
glob_match: "elrepo-release"
|
|
|
|
}
|
|
|
|
arch {
|
|
|
|
key: "ppc64le"
|
|
|
|
glob_match: "rocky-release-rpi"
|
|
|
|
glob_match: "rocky-release-altarch"
|
|
|
|
glob_match: "rocky-release-cloud"
|
|
|
|
glob_match: "elrepo-release"
|
|
|
|
}
|
|
|
|
arch {
|
|
|
|
key: "x86_64"
|
|
|
|
glob_match: "rocky-release-rpi"
|
|
|
|
glob_match: "rocky-release-altarch"
|
|
|
|
}
|
|
|
|
# This is a catch all
|
|
|
|
arch {
|
|
|
|
key: "*"
|
|
|
|
glob_match: "rocky-bookmarks"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
package {
|
|
|
|
name: "openldap"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_FORK
|
|
|
|
repository {
|
|
|
|
name: "plus"
|
|
|
|
include_filter: "openldap-servers.aarch64"
|
|
|
|
include_filter: "openldap-servers.ppc64le"
|
|
|
|
include_filter: "openldap-servers.s390x"
|
|
|
|
include_filter: "openldap-servers.x86_64"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
package {
|
|
|
|
name: "anaconda"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_FORK
|
|
|
|
repository {
|
|
|
|
name: "extras"
|
|
|
|
include_filter: "anaconda-live.aarch64"
|
|
|
|
include_filter: "anaconda-live.ppc64le"
|
|
|
|
include_filter: "anaconda-live.s390x"
|
|
|
|
include_filter: "anaconda-live.x86_64"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
package {
|
|
|
|
name: "rpaste"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
|
|
repository {
|
|
|
|
name: "extras"
|
|
|
|
include_filter: "rpaste.aarch64"
|
|
|
|
include_filter: "rpaste.ppc64le"
|
|
|
|
include_filter: "rpaste.s390x"
|
|
|
|
include_filter: "rpaste.x86_64"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
package {
|
|
|
|
name: "epel-release"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
|
|
repository {
|
|
|
|
name: "extras"
|
|
|
|
include_filter: "epel-release.noarch"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
package {
|
|
|
|
name: "elrepo-release"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
|
|
repository {
|
|
|
|
name: "extras"
|
|
|
|
include_filter: "elrepo-release.noarch"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
package {
|
|
|
|
name: "rpmfusion-free-release"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
|
|
repository {
|
|
|
|
name: "extras"
|
|
|
|
include_filter: "rpmfusion-free-release.noarch"
|
|
|
|
include_filter: "rpmfusion-free-release-tainted.noarch"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
# Rocky SIG
|
|
|
|
package {
|
|
|
|
name: "rocky-release-altarch"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
|
|
repository {
|
|
|
|
name: "extras"
|
|
|
|
include_filter: "rocky-release-altarch.noarch"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
package {
|
|
|
|
name: "rocky-release-rpi"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
|
|
repository {
|
|
|
|
name: "extras"
|
|
|
|
include_filter: "rocky-release-rpi.noarch"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
package {
|
|
|
|
name: "rocky-release-cloud"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
|
|
repository {
|
|
|
|
name: "extras"
|
|
|
|
include_filter: "rocky-release-cloud.noarch"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
package {
|
|
|
|
name: "rocky-release-core"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
|
|
repository {
|
|
|
|
name: "extras"
|
|
|
|
include_filter: "rocky-release-core.noarch"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
package {
|
|
|
|
name: "rocky-release-hpc"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
|
|
repository {
|
|
|
|
name: "extras"
|
|
|
|
include_filter: "rocky-release-hpc.noarch"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
package {
|
|
|
|
name: "rocky-release-security"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
|
|
repository {
|
|
|
|
name: "extras"
|
|
|
|
include_filter: "rocky-release-security.noarch"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
package {
|
|
|
|
name: "rocky-release-kernel"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
|
|
repository {
|
|
|
|
name: "extras"
|
|
|
|
include_filter: "rocky-release-kernel.noarch"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
# End Rocky SIG
|
|
|
|
|
|
|
|
# CentOS
|
|
|
|
# None yet
|
|
|
|
# End CentOS
|
|
|
|
|
2024-04-15 19:45:51 +00:00
|
|
|
package {
|
|
|
|
name: "mock-rocky-configs"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
|
|
repository {
|
|
|
|
name: "extras"
|
|
|
|
include_filter: "mock-rocky-configs.noarch"
|
|
|
|
}
|
|
|
|
}
|