packages: VirtualBox/VirtualBox.spec - workaround buggy 'file' results, rel...
pluto
pluto at pld-linux.org
Sat Jan 7 19:50:26 CET 2012
Author: pluto Date: Sat Jan 7 18:50:26 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- workaround buggy 'file' results, release 3.
---- Files affected:
packages/VirtualBox:
VirtualBox.spec (1.405 -> 1.406)
---- Diffs:
================================================================
Index: packages/VirtualBox/VirtualBox.spec
diff -u packages/VirtualBox/VirtualBox.spec:1.405 packages/VirtualBox/VirtualBox.spec:1.406
--- packages/VirtualBox/VirtualBox.spec:1.405 Sat Jan 7 16:41:45 2012
+++ packages/VirtualBox/VirtualBox.spec Sat Jan 7 19:50:21 2012
@@ -33,7 +33,7 @@
%define _enable_debug_packages 0
%endif
-%define rel 2
+%define rel 3
%define pname VirtualBox
Summary: VirtualBox - x86 hardware virtualizer
Summary(pl.UTF-8): VirtualBox - wirtualizator sprzętu x86
@@ -154,6 +154,16 @@
%define outdir out/%{vbox_platform}/release/bin
%define _sbindir /sbin
+# workaround buggy 'file' results:
+#
+# EfiThunk: \0
+# qt_ro.qm: \0 "<\270d\030\312\357\234\225\315!\034\277`\241\275\335B"
+# VBoxEFI32.fd: \0
+# VBoxEFI64.fd: \0
+#
+# which lead to 'Stripping ... ELF shared libraries... (...)/nls/qt_ro.qm: File format not recognized'
+%define _noautostrip .*%{_libdir}/%{name}/.*
+
%description
Oracle VirtualBox is a general-purpose full virtualizer for x86
hardware. Targeted at server, desktop and embedded use, it is now the
@@ -941,6 +951,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.406 2012/01/07 18:50:21 pluto
+- workaround buggy 'file' results, release 3.
+
Revision 1.405 2012/01/07 15:41:45 arekm
- release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/VirtualBox/VirtualBox.spec?r1=1.405&r2=1.406&f=u
More information about the pld-cvs-commit
mailing list