-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87fb4df
commit 676eaf8
Showing
4 changed files
with
35 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,29 @@ | ||
- commits: | ||
- subject: "patch: etcher-util is corrupted in RPM package" | ||
hash: e43ee788ec5ec49e105ff804206919bb10a59ea7 | ||
body: | | ||
rpmbuild strips executables by default when generating an rpm packge. | ||
This was causing the JavaScript code bundled in the etcher-util file | ||
to be removed, causing "Pkg: Error reading from file." whenever | ||
etcher-util was called. | ||
|
||
This in turn caused balena-etcher to generate the error message | ||
`Error: (0, h.requestMetadata) is not a function` when attempting | ||
to write an SD card. | ||
|
||
This fixes the issue for RPM builds by replacing the `strip` command | ||
with `true` so that rpmbuild no longer strips the executables and | ||
the embeded code stays intact. | ||
|
||
See: https://github.com/balena-io/etcher/issues/4150 | ||
footer: | ||
Signed-off-by: Richard Glidden <[email protected]> | ||
signed-off-by: Richard Glidden <[email protected]> | ||
author: Richard Glidden | ||
nested: [] | ||
version: 1.19.24 | ||
title: "" | ||
date: 2024-10-09T14:22:56.623Z | ||
- commits: | ||
- subject: "patch: remove gconf2 libgconf-2-4 deps" | ||
hash: 2ed779ef371db367e4e413c9d0d08fcd738edb5b | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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