[packages/lxc-docker] disable -debuginfo package as binary has no (useful) debug info (problem with all .go builds)
glen
glen at pld-linux.org
Thu Aug 22 00:00:55 CEST 2013
commit 434d66d3c941063072c0d9b9b9a52d262ef5b3af
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Aug 22 01:00:05 2013 +0300
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lxc-docker.git/commitdiff/434d66d3c941063072c0d9b9b9a52d262ef5b3af
More information about the pld-cvs-commit
mailing list