mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-23 05:41:23 +00:00
Add groupinstall options for SCL and build root
This commit is contained in:
parent
f1ab30b1d9
commit
9eac4790de
44
groupinstall.cfg
Normal file
44
groupinstall.cfg
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
# kind: resf.peridot.v1.CatalogGroupInstallOptions
|
||||||
|
|
||||||
|
# Define all required packages for the build root / srpm build root, as well as inter-package dependencies
|
||||||
|
group_install {
|
||||||
|
srpm {
|
||||||
|
name: "bash"
|
||||||
|
name: "glibc-minimal-langpack"
|
||||||
|
name: "gnupg2"
|
||||||
|
name: "rpm-build"
|
||||||
|
name: "shadow-utils"
|
||||||
|
|
||||||
|
scoped_package {
|
||||||
|
name: "gcc-toolset-12"
|
||||||
|
depends_on: "scl-utils-build"
|
||||||
|
}
|
||||||
|
scoped_package {
|
||||||
|
name: "gcc-toolset-12-*"
|
||||||
|
depends_on: "gcc-toolset-12-build"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
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: "tar"
|
||||||
|
name: "unzip"
|
||||||
|
name: "util-linux"
|
||||||
|
name: "which"
|
||||||
|
name: "xz"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user