Skip to content

Commit

Permalink
fix(live): use gems for the default Ruby version (#1872)
Browse files Browse the repository at this point in the history
Use `rubygem(foo)` instead of `ruby3.X-rubygem-foo` to use the gems for
the project's default Ruby version.
  • Loading branch information
imobachgs authored Jan 10, 2025
2 parents 9ac7280 + 042e904 commit 61cf746
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 5 additions & 0 deletions live/src/agama-installer.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 10 09:03:06 UTC 2025 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Depend on Ruby's default version (gh#agama-project/agama#1872).

-------------------------------------------------------------------
Wed Jan 8 12:10:39 UTC 2025 - Knut Anderssen <kanderssen@suse.com>

Expand Down
8 changes: 2 additions & 6 deletions live/src/agama-installer.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@
<package name="agama-cli"/>
<package name="agama-auto"/>
<package name="agama-integration-tests"/>
<package name="rubygem(agama-yast)"/>
<package name="rubygem(byebug)"/>
<package name="microos-tools"/>
<package name="icewm-lite"/>
<package name="xinit"/>
Expand All @@ -166,8 +168,6 @@
<package name="grub2-branding-openSUSE" arch="aarch64,x86_64"/>
<package name="openSUSE-repos-Leap"/>
<package name="patterns-openSUSE-base"/>
<package name="ruby3.2-rubygem-agama-yast"/>
<package name="ruby3.2-rubygem-byebug"/>
<package name="staging-build-key"/>
<package name="openSUSE-build-key"/>
<package name="MozillaFirefox-branding-openSUSE"/>
Expand All @@ -178,8 +178,6 @@
<package name="grub2-branding-openSUSE" arch="aarch64,x86_64"/>
<package name="openSUSE-repos-Tumbleweed"/>
<package name="patterns-openSUSE-base"/>
<package name="ruby3.3-rubygem-agama-yast"/>
<package name="ruby3.3-rubygem-byebug"/>
<package name="staging-build-key"/>
<package name="openSUSE-build-key"/>
<package name="MozillaFirefox-branding-openSUSE"/>
Expand All @@ -189,8 +187,6 @@
<package name="agama-products-sle"/>
<package name="grub2-branding-SLE" arch="aarch64,x86_64"/>
<package name="patterns-sles-base"/>
<package name="ruby3.2-rubygem-agama-yast"/>
<package name="ruby3.2-rubygem-byebug"/>
<package name="suse-build-key"/>
<package name="MozillaFirefox-branding-SLE"/>
</packages>
Expand Down

0 comments on commit 61cf746

Please sign in to comment.