From be61ad0cc95bf73fdf03dfcecdc910139e6b35fe Mon Sep 17 00:00:00 2001 From: Thomas Crain Date: Fri, 16 Oct 2020 10:58:16 -0700 Subject: [PATCH] Disable debug package for nlohmann-json --- SPECS/nlohmann-json/nlohmann-json.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/SPECS/nlohmann-json/nlohmann-json.spec b/SPECS/nlohmann-json/nlohmann-json.spec index aa02a2d5593..402bb7f5488 100644 --- a/SPECS/nlohmann-json/nlohmann-json.spec +++ b/SPECS/nlohmann-json/nlohmann-json.spec @@ -9,6 +9,7 @@ Group: System Environment URL: https://github.com/nlohmann/json #Source0: https://github.com/nlohmann/json/archive/v%{version}.tar.gz Source0: %{name}-%{version}.tar.gz +%global debug_package %{nil} BuildRequires: cmake BuildRequires: gcc