]> git.pld-linux.org Git - packages/docker.git/commitdiff
disable -debuginfo package as binary has no (useful) debug info (problem with all...
authorElan Ruusamäe <glen@delfi.ee>
Wed, 21 Aug 2013 22:00:05 +0000 (01:00 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 21 Aug 2013 22:00:32 +0000 (01:00 +0300)
lxc-docker.spec

index e6088c72df8ed585815c07b6bc5a1885b9613c75..47cb39b26049adbc5075a89c3a50f4bd8e85a3ca 100644 (file)
@@ -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
This page took 0.031599 seconds and 4 git commands to generate.