Skip to content

Commit

Permalink
fix build on factory
Browse files Browse the repository at this point in the history
- same as in obs-bundled-gems define the version of bundler to use
  • Loading branch information
bugfinder committed Apr 30, 2024
1 parent 2ecbf4d commit 30fcc93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/obs-api-testsuite-rspec.spec
Expand Up @@ -15,7 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define __obs_ruby_bundle /usr/bin/bundle.ruby3.1
Name: obs-api-testsuite-rspec
Version: 2.10~pre
Release: 0
Expand Down Expand Up @@ -52,7 +52,7 @@ popd

pushd src/api
# configure to the bundled gems
bundle --local --path %_libdir/obs-api/
%__obs_ruby_bundle --local --path %_libdir/obs-api/

./script/prepare_spec_tests.sh

Expand Down

0 comments on commit 30fcc93

Please sign in to comment.