]> git.pld-linux.org Git - packages/vagrant.git/commitdiff
remove some files that chrpath fails to strip
authorElan Ruusamäe <glen@delfi.ee>
Sun, 24 Mar 2013 18:37:58 +0000 (20:37 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 24 Mar 2013 18:37:58 +0000 (20:37 +0200)
vagrant.spec

index d5495292121c87900e7c8d86d485c18d102d0b79..f8943b22d9e1907fb7c8caf3d3eeb9939bc0b7ea 100644 (file)
@@ -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
 
This page took 0.075828 seconds and 4 git commands to generate.