#29 Add missing dependency on bin/ps
Merged 2 years ago by pvalena. Opened 2 years ago by pvalena.
rpms/ pvalena/vagrant rebase  into  rawhide

file modified
+5 -1
@@ -7,7 +7,7 @@ 

  

  Name: vagrant

  Version: 2.2.19

- Release: 3%{?dist}

+ Release: 4%{?dist}

  Summary: Build and distribute virtualized development environments

  License: MIT

  URL: http://vagrantup.com
@@ -55,6 +55,7 @@ 

  Requires: rubygem(net-ftp)

  Requires: bsdtar

  Requires: curl

+ Requires: %{_bindir}/ps

  

  Recommends: vagrant(vagrant-libvirt)

  Recommends: rubygem(bcrypt_pbkdf)
@@ -499,6 +500,9 @@ 

  %{vagrant_plugin_instdir}/vagrant-spec.config.example.rb

  

  %changelog

+ * Fri Mar 11 2022 Pavel Valena <pvalena@redhat.com> - 2.2.19-4

+ - Add missing dependency on bin/ps

+ 

  * Mon Feb 21 2022 Jarek Prokop <jprokop@redhat.com> - 2.2.19-3

  - Fix FTBFS due to new rspec-mocks.

  - Relax required ruby version.

Without it:


$ vagrant up
Bringing machine 'default' up with 'libvirt' provider...
The executable 'ps' Vagrant is trying to run was not
found in the PATH variable. This is an error. Please verify
this software is installed and on the path.


LGTM, feel free to merge.

Pull-Request has been merged by pvalena

2 years ago
Metadata