mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-21 21:01:23 +00:00
adjustments before merge
This commit is contained in:
parent
c660156ed0
commit
f372178dfb
@ -2,12 +2,12 @@
|
|||||||
# We usually don't set any with/without flags but if we want to
|
# We usually don't set any with/without flags but if we want to
|
||||||
# add extra artifacts to a separate repository without affecting
|
# add extra artifacts to a separate repository without affecting
|
||||||
# the main SRPM. This is a good way to do it
|
# the main SRPM. This is a good way to do it
|
||||||
package_options {
|
#package_options {
|
||||||
name: "openldap"
|
# name: "openldap"
|
||||||
with: "servers"
|
# with: "servers"
|
||||||
}
|
#}
|
||||||
|
|
||||||
package_options {
|
#package_options {
|
||||||
name: "rocky-release"
|
# name: "rocky-release"
|
||||||
}
|
#}
|
||||||
|
|
||||||
|
@ -28,14 +28,14 @@ build {
|
|||||||
name: "xz"
|
name: "xz"
|
||||||
|
|
||||||
# Scoped packages Only #
|
# Scoped packages Only #
|
||||||
scoped_package {
|
#scoped_package {
|
||||||
name: "gcc-toolset-12"
|
# name: "gcc-toolset-12"
|
||||||
depends_on: "scl-utils-build"
|
# depends_on: "scl-utils-build"
|
||||||
}
|
#}
|
||||||
scoped_package {
|
#scoped_package {
|
||||||
name: "gcc-toolset-12-*"
|
# name: "gcc-toolset-12-*"
|
||||||
depends_on: "gcc-toolset-12-build"
|
# depends_on: "gcc-toolset-12-build"
|
||||||
}
|
#}
|
||||||
# End scopes #
|
# End scopes #
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -47,13 +47,13 @@ srpm {
|
|||||||
name: "rpm-build"
|
name: "rpm-build"
|
||||||
name: "shadow-utils"
|
name: "shadow-utils"
|
||||||
# Scoped packages Only #
|
# Scoped packages Only #
|
||||||
scoped_package {
|
#scoped_package {
|
||||||
name: "gcc-toolset-12"
|
# name: "gcc-toolset-12"
|
||||||
depends_on: "scl-utils-build"
|
# depends_on: "scl-utils-build"
|
||||||
}
|
#}
|
||||||
scoped_package {
|
#scoped_package {
|
||||||
name: "gcc-toolset-12-*"
|
# name: "gcc-toolset-12-*"
|
||||||
depends_on: "gcc-toolset-12-build"
|
# depends_on: "gcc-toolset-12-build"
|
||||||
}
|
#}
|
||||||
# End scopes #
|
# End scopes #
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user