Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ruby): relax REXML dependency #1596

Merged
merged 3 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion service/agama-yast.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "eventmachine", "~> 1.2.7"
spec.add_dependency "fast_gettext", "~> 2.3.0"
spec.add_dependency "nokogiri", "~> 1.15"
spec.add_dependency "rexml", "~> 3.2.5"
spec.add_dependency "rexml", "~> 3.2"
spec.add_dependency "ruby-dbus", ">= 0.23.1", "< 1.0"
end
6 changes: 6 additions & 0 deletions service/package/rubygem-agama-yast.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 10 10:03:04 UTC 2024 - Imobach Gonzalez Sosa <[email protected]>

- Relax REXML version (gh#openSUSE/agama#1595) to build with Ruby
3.3.

-------------------------------------------------------------------
Thu Sep 5 17:35:04 UTC 2024 - José Iván López González <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions web/package/agama-web-ui.changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Fri Sep 6 16:38:06 UTC 2024 - Eugenio Paolantonio <[email protected]>

- Do not try to install assets/ and products/ directories (everything
is inside agama/web_ui/ already)
is inside agama/web_ui/ already) (gh#openSUSE/agama#1588).

-------------------------------------------------------------------
Fri Sep 6 15:04:58 UTC 2024 - Lubos Kocman <[email protected]>

- Ensure that product icons are packaged
- Ensure that product icons are packaged (gh#openSUSE/agama#1587).

-------------------------------------------------------------------
Fri Sep 6 08:06:41 UTC 2024 - Imobach Gonzalez Sosa <[email protected]>
Expand Down
Loading