2022-05-25 18:17:42 +00:00
|
|
|
# kind: resf.peridot.v1.CatalogSync
|
|
|
|
package {
|
|
|
|
name: "rocky-release"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
|
|
repository {
|
|
|
|
name: "BaseOS"
|
|
|
|
include_filter: "rocky-release.noarch"
|
|
|
|
include_filter: "rocky-repos.noarch"
|
|
|
|
include_filter: "rocky-gpg-keys.noarch"
|
|
|
|
}
|
|
|
|
repository {
|
|
|
|
name: "CRB"
|
|
|
|
include_filter: "rocky-sb-certs.noarch"
|
|
|
|
}
|
|
|
|
}
|
2022-09-25 18:38:41 +00:00
|
|
|
package {
|
|
|
|
name: "rocky-indexhtml"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
|
|
repository {
|
|
|
|
name: "AppStream"
|
|
|
|
include_filter: "rocky-indexhtml.noarch"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
package {
|
|
|
|
name: "rocky-logos"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
|
|
repository {
|
|
|
|
name: "AppStream"
|
|
|
|
include_filter: "rocky-backgrounds.noarch"
|
|
|
|
include_filter: "rocky-logos-httpd.noarch"
|
|
|
|
include_filter: "rocky-logos-ipa.noarch"
|
|
|
|
include_filter: "rocky-logos.aarch64"
|
|
|
|
include_filter: "rocky-logos.ppc64le"
|
|
|
|
include_filter: "rocky-logos.s390x"
|
|
|
|
include_filter: "rocky-logos.x86_64"
|
|
|
|
}
|
|
|
|
}
|
2022-05-25 18:17:42 +00:00
|
|
|
|