mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-09 16:11:23 +00:00
94 lines
2.0 KiB
INI
94 lines
2.0 KiB
INI
# 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"
|
|
}
|
|
}
|
|
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"
|
|
}
|
|
repository {
|
|
name: "extras"
|
|
include_filter: "rocky-backgrounds-compat.noarch"
|
|
include_filter: "rocky-backgrounds-kde.noarch"
|
|
}
|
|
}
|
|
package {
|
|
name: "lorax-templates-rocky"
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
repository {
|
|
name: "AppStream"
|
|
include_filter: "lorax-templates-rocky.noarch"
|
|
}
|
|
}
|
|
package {
|
|
name: "livesys-scripts"
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
repository {
|
|
name: "extras"
|
|
include_filter: "livesys-scripts.noarch"
|
|
}
|
|
}
|
|
# secureboot
|
|
package {
|
|
name: "shim-unsigned-x64"
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
repository {
|
|
name: "CRB"
|
|
include_filter: "shim-unsigned-x64.x86_64"
|
|
}
|
|
}
|
|
package {
|
|
name: "shim-unsigned-aarch64"
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
repository {
|
|
name: "AppStream"
|
|
include_filter: "shim-unsigned-aarch64.aarch64"
|
|
}
|
|
}
|
|
package {
|
|
name: "shim"
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
repository {
|
|
name: "BaseOS"
|
|
include_filter: "shim-aa64.aarch64"
|
|
include_filter: "shim-x64.x86_64"
|
|
}
|
|
}
|
|
# Non-existent stuff
|
|
package {
|
|
name: "rocky-bookmarks"
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
repository {
|
|
name: "extras"
|
|
include_filter: "rocky-bookmarks.noarch"
|
|
}
|
|
}
|