From 117e9ba8973ffcf4c81a01d789f22a5f10d882a5 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Wed, 11 Oct 2023 11:28:43 -0700 Subject: [PATCH] readd extras --- extraoptions.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/extraoptions.cfg b/extraoptions.cfg index 9edbf9d..82e1e73 100644 --- a/extraoptions.cfg +++ b/extraoptions.cfg @@ -2,12 +2,12 @@ # 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" + with: "servers" +} -#package_options { -# name: "rocky-release" -#} +package_options { + name: "rocky-release" +}