mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-10 00:21:23 +00:00
44 lines
908 B
INI
44 lines
908 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: "rocky-release"
|
||
|
name: "rpm-build"
|
||
|
name: "sed"
|
||
|
name: "shadow-utils"
|
||
|
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: "rocky-release"
|
||
|
name: "rpm-build"
|
||
|
name: "shadow-utils"
|
||
|
# Scoped packages Only #
|
||
|
# End scopes #
|
||
|
}
|