-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Problem See #987. ## Solution * The encoding should be included in the locale, although at this point we always use `UTF-8` (check `localectl list-locales`). * I adapted the web UI to ignore the encoding (it is only interested in the language). ## Updating the spec file I updated the `spec` file according to the latest changes of cargo_vendor: ``` * cargo_config is no longer created - it's part of the vendor.tar now * You can safely remove lines related to cargo_config from your spec file * multiple cargotoml files can be specified and share a single vendor.tar * If multiple cargo.toml files are present update does not work. This is a known limitation of the process * cargo_audit is now part of cargo_vendor, meaning you don't have to configure it separately ``` ## Testing * Manually tested using a branch in OBS.
- Loading branch information
Showing
12 changed files
with
62 additions
and
30 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
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,8 @@ | ||
------------------------------------------------------------------- | ||
Thu Jan 11 15:34:15 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
- Include the encoding as part of the locales (gh#openSUSE/agama#987). | ||
|
||
------------------------------------------------------------------- | ||
Mon Jan 8 17:02:40 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
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
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 @@ | ||
------------------------------------------------------------------- | ||
Thu Jan 11 15:32:44 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
- Handle the encoding included in the UILocale D-Bus property | ||
(gh#openSUSE/agama#987). | ||
|
||
------------------------------------------------------------------- | ||
Thu Jan 11 12:08:29 UTC 2024 - Ladislav Slezák <[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
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 @@ | ||
------------------------------------------------------------------- | ||
Thu Jan 11 15:34:26 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
- Ignore the encoding from the UILocale D-Bus property | ||
(gh#openSUSE/agama#987). | ||
|
||
------------------------------------------------------------------- | ||
Mon Jan 8 15:55:39 UTC 2024 - David Diaz <[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
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