[packages/vagrant/binary] remove some files that chrpath fails to strip
glen
glen at pld-linux.org
Sun Mar 24 19:38:34 CET 2013
commit e61ff64e99ffa9b9e1f07255c2e460ea891d7b96
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Mar 24 20:37:58 2013 +0200
remove some files that chrpath fails to strip
vagrant.spec | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/vagrant.spec b/vagrant.spec
index d549529..f8943b2 100644
--- a/vagrant.spec
+++ b/vagrant.spec
@@ -7,7 +7,7 @@
Summary: Provisioning and deployment of virtual instances
Name: vagrant
Version: 1.1.2
-Release: 0.12
+Release: 0.13
License: MIT
Group: Applications/Emulators
URL: http://vagrantup.com/
@@ -101,6 +101,13 @@ test "$V" = "%{version}"
rpm2cpio $SOURCE | cpio -i -d
mv opt/vagrant/* .
+
+# causes chrpath on th-i686 to fail
+rm embedded/rgloader/rgloader*.freebsd*.so
+%ifarch %{ix86}
+rm embedded/rgloader/rgloader*.x86_64.so
+%endif
+
cd embedded/gems/gems/vagrant-%{version}
%patch0 -p1
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vagrant.git/commitdiff/e61ff64e99ffa9b9e1f07255c2e460ea891d7b96
More information about the pld-cvs-commit
mailing list