From 2716253f698a4f937eafc85a9804626057ce3eee Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 25 Apr 2021 17:22:56 +0200 Subject: [PATCH] - disable debugsource packages --- cargo-c.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/cargo-c.spec b/cargo-c.spec index d551cd4..e820034 100644 --- a/cargo-c.spec +++ b/cargo-c.spec @@ -26,6 +26,7 @@ BuildRequires: zlib-devel ExclusiveArch: %{ix86} %{x8664} x32 aarch64 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define _debugsource_packages 0 %ifarch x32 %define target_opt --target x86_64-unknown-linux-gnux32 %else -- 2.44.0