-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ruby): relax REXML dependency (#1596)
Relax REXML dependency to allow building in Ruby 3.3 (fixes #1595).
- Loading branch information
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
|