ensure openldap has servers disabled

This commit is contained in:
Louis Abel 2024-12-17 23:11:50 -07:00
parent ebb7b2db84
commit b3c77515e5
Signed by: label
GPG key ID: 2A6975660E424560

View file

@ -2,8 +2,8 @@
# 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"
#}
package_options {
name: "openldap"
without: "servers"
}