]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
workaround misdetection of shared object without dynamic section; rel 3 auto/th/VirtualBox-6.1.12-3
authorJan Palus <atler@pld-linux.org>
Sun, 16 Aug 2020 23:30:04 +0000 (01:30 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 16 Aug 2020 23:30:04 +0000 (01:30 +0200)
- do not chrpath on *.debug files
- build macros need update to better detect dynamically linked objects
- might require fix for:
  https://bugs.astron.com/view.php?id=182

VirtualBox.spec

index 0be5968d665757355eb9da9788d763f1afb33e65..22b4d019e3610643098777e756648dce562f3fb1 100644 (file)
@@ -47,7 +47,7 @@ exit 1
 
 %define                qtver   5.6.0
 
-%define                rel             2
+%define                rel             3
 %define                pname           VirtualBox
 Summary:       VirtualBox - x86 hardware virtualizer
 Summary(pl.UTF-8):     VirtualBox - wirtualizator sprzętu x86
@@ -200,6 +200,8 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                filterout               -Werror=format-security
 
+%define                _noautochrpath  .*\\.debug$
+
 %description
 Oracle VirtualBox is a general-purpose full virtualizer for x86
 hardware. Targeted at server, desktop and embedded use, it is now the
This page took 0.120121 seconds and 4 git commands to generate.