From 434d66d3c941063072c0d9b9b9a52d262ef5b3af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 22 Aug 2013 01:00:05 +0300 Subject: [PATCH] disable -debuginfo package as binary has no (useful) debug info (problem with all .go builds) --- lxc-docker.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lxc-docker.spec b/lxc-docker.spec index e6088c7..47cb39b 100644 --- a/lxc-docker.spec +++ b/lxc-docker.spec @@ -19,6 +19,9 @@ Requires: lxc Requires: uname(release) >= 3.8 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +# binary stripped or something +%define _enable_debug_packages 0 + %description Docker complements LXC with a high-level API which operates at the process level. It runs unix processes with strong guarantees of -- 2.44.0