Skip to content

Commit

Permalink
Merge pull request #470 from yast/fix_gem2rpm_dependency
Browse files Browse the repository at this point in the history
Fix gem2rpm dependency
  • Loading branch information
teclator authored Mar 16, 2023
2 parents 538149e + e9b49a5 commit 0209d74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions service/package/gem2rpm.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
:sourceurl: "%{mod_full_name}.gem"
:preamble: |-
%global rb_build_versions %{rb_default_ruby}
BuildRequires: dbus-1-common
Requires: dbus-1-common
:post_install: |-
install -D -m 0644 %{buildroot}%{gem_base}/gems/%{mod_full_name}/share/dbus.conf %{buildroot}%{_datadir}/dbus-1/d-installer.conf
install --directory %{buildroot}%{_datadir}/dbus-1/d-installer-services
Expand Down
6 changes: 6 additions & 0 deletions service/package/rubygem-d-installer.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 16 13:45:21 UTC 2023 - Knut Alejandro Anderssen González <[email protected]>

- Fix gem2rpm configuration requiring the dbus-1-common package
(gh#yast/d-installer#459).

-------------------------------------------------------------------
Wed Mar 8 07:46:54 UTC 2023 - Imobach Gonzalez Sosa <[email protected]>

Expand Down

0 comments on commit 0209d74

Please sign in to comment.