mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-10 00:21:23 +00:00
10 lines
276 B
INI
10 lines
276 B
INI
|
# kind: resf.peridot.v1.CatalogExtraOptions
|
||
|
# We usually don't set any with/without flags but if we want to
|
||
|
# add extra artifacts to a separate repository without affecting
|
||
|
# the main SRPM. This is a good way to do it
|
||
|
package_options {
|
||
|
name: "openldap"
|
||
|
with: "servers"
|
||
|
}
|
||
|
|