mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-24 06:11:23 +00:00
remove group_install
This commit is contained in:
parent
f1dfc5c7cc
commit
66ce35a767
@ -3,8 +3,7 @@
|
|||||||
# are also packages that need specific build options set too. Usually just
|
# are also packages that need specific build options set too. Usually just
|
||||||
# temporarily. This also sets general build options for the project.
|
# temporarily. This also sets general build options for the project.
|
||||||
|
|
||||||
group_install {
|
build {
|
||||||
build {
|
|
||||||
name: "bash"
|
name: "bash"
|
||||||
name: "bzip2"
|
name: "bzip2"
|
||||||
name: "coreutils"
|
name: "coreutils"
|
||||||
@ -38,9 +37,9 @@ group_install {
|
|||||||
depends_on: "gcc-toolset-12-build"
|
depends_on: "gcc-toolset-12-build"
|
||||||
}
|
}
|
||||||
# End scopes #
|
# End scopes #
|
||||||
}
|
}
|
||||||
|
|
||||||
srpm {
|
srpm {
|
||||||
name: "bash"
|
name: "bash"
|
||||||
name: "glibc-minimal-langpack"
|
name: "glibc-minimal-langpack"
|
||||||
name: "gnupg2"
|
name: "gnupg2"
|
||||||
@ -57,5 +56,4 @@ group_install {
|
|||||||
depends_on: "gcc-toolset-12-build"
|
depends_on: "gcc-toolset-12-build"
|
||||||
}
|
}
|
||||||
# End scopes #
|
# End scopes #
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user