From b3c77515e5816f1945557b826d78349fa5186a2c Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 17 Dec 2024 23:11:50 -0700 Subject: [PATCH] ensure openldap has servers disabled --- extraoptions.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extraoptions.cfg b/extraoptions.cfg index dab809f..be581a4 100644 --- a/extraoptions.cfg +++ b/extraoptions.cfg @@ -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" +}