]> git.pld-linux.org Git - packages/kodi.git/commitdiff
debugedit disable hack
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 22 Jul 2018 20:19:12 +0000 (23:19 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 22 Jul 2018 20:19:15 +0000 (23:19 +0300)
/usr/lib/rpm/bin/debugedit: canonicalization unexpectedly shrank by one character

kodi.spec

index 1b4984feda1f8f13b92dd21c970b059007c040a3..43c59512d3a212ca6ee428569af7b0377cba92a9 100644 (file)
--- a/kodi.spec
+++ b/kodi.spec
@@ -174,6 +174,11 @@ Requires:  libvorbis
 Obsoletes:     xbmc < 14.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# extracting debug info from /home/users/glen/tmp/kodi-18.0-root-glen/usr/lib64/kodi/kodi-x11
+# /usr/lib/rpm/bin/debugedit: canonicalization unexpectedly shrank by one character
+%define                _noautostrip    kodi-x11
+%define                _enable_debug_packages  0
+
 %description
 Kodi Entertainment Center (formerly XBMC) is a free and open-source
 media player software developed by the XBMC Foundation, a non-profit
This page took 0.220133 seconds and 4 git commands to generate.