[packages/vagrant/binary] update deps for dep providers
glen
glen at pld-linux.org
Mon Mar 18 17:43:56 CET 2013
commit 376b9a6d1ab0c5f7f05b70bccdbd1749ccec7f60
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon Mar 18 18:42:50 2013 +0200
update deps for dep providers
AUTO: -- error: Couldn't exec /usr/lib/rpm/pythoneggs.py: No such file or directory
AUTO: -- which: no pkg-config in (/bin:/usr/bin:/usr/sbin:/sbin:/usr/X11R6/bin)
AUTO: -- /usr/bin/env: ruby: No such file or directory
AUTO: -- /usr/lib/rpm/pkgconfigdeps.sh: line 3: which: command not found
vagrant.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/vagrant.spec b/vagrant.spec
index 10e1dee..27f8256 100644
--- a/vagrant.spec
+++ b/vagrant.spec
@@ -9,8 +9,12 @@ Source0: http://files.vagrantup.com/packages/194948999371e9aee391d13845a0bdeb27e
# Source0-md5: a31bfeb3abc6f8029281c7d5ca9394bd
Source1: http://files.vagrantup.com/packages/194948999371e9aee391d13845a0bdeb27e51ac0/%{name}_x86_64.rpm
# Source1-md5: 5023d5a38faed4ca6285f0b9aab7c595
+BuildRequires: pkgconfig
+BuildRequires: rpm-pythonprov
BuildRequires: rpm-utils
+BuildRequires: ruby
BuildRequires: sed >= 4.0
+BuildRequires: which
ExclusiveArch: %{ix86} %{x8664}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vagrant.git/commitdiff/376b9a6d1ab0c5f7f05b70bccdbd1749ccec7f60
More information about the pld-cvs-commit
mailing list