mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-09 16:11:23 +00:00
44 lines
910 B
INI
44 lines
910 B
INI
# kind: resf.peridot.v1.CatalogGroupInstallOptions
|
|
# There are packages that need specific build packages scoped in to work. There
|
|
# are also packages that need specific build options set too. Usually just
|
|
# temporarily. This also sets general build options for the project.
|
|
|
|
build {
|
|
name: "bash"
|
|
name: "bzip2"
|
|
name: "coreutils"
|
|
name: "cpio"
|
|
name: "diffutils"
|
|
name: "findutils"
|
|
name: "gawk"
|
|
name: "glibc-minimal-langpack"
|
|
name: "grep"
|
|
name: "gzip"
|
|
name: "info"
|
|
name: "make"
|
|
name: "patch"
|
|
name: "rpm-build"
|
|
name: "sed"
|
|
name: "shadow-utils"
|
|
name: "system-release"
|
|
name: "tar"
|
|
name: "unzip"
|
|
name: "util-linux"
|
|
name: "which"
|
|
name: "xz"
|
|
|
|
# Scoped packages Only #
|
|
# End scopes #
|
|
}
|
|
|
|
srpm {
|
|
name: "bash"
|
|
name: "glibc-minimal-langpack"
|
|
name: "gnupg2"
|
|
name: "rpm-build"
|
|
name: "shadow-utils"
|
|
name: "system-release"
|
|
# Scoped packages Only #
|
|
# End scopes #
|
|
}
|