Skip to content

Commit

Permalink
Fix ruby-ldap-0.9.20 gem building
Browse files Browse the repository at this point in the history
It needs a patched gem that we're providing in order to build successfully.
  • Loading branch information
danidoni committed Oct 28, 2024
1 parent 35dabbd commit 250b438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/obs-bundled-gems.spec
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ bundle config build.sassc --disable-march-tune-native
bundle config build.nio4r --with-cflags='%{optflags} -Wno-return-type'
bundle config force_ruby_platform true
bundle config set --local path %{buildroot}%_libdir/obs-api/
# patched gem with the fies from devel:languages:ruby:extensions
cp %{_sourcedir}/open-build-service-*/dist/ruby-ldap-0.9.20.gem %{_sourcedir}/open-build-service-*/src/api/vendor/cache

bundle install --local
popd
Expand Down
Binary file added dist/ruby-ldap-0.9.20.gem
Binary file not shown.

0 comments on commit 250b438

Please sign in to comment.