-
Notifications
You must be signed in to change notification settings - Fork 692
fix(rasdaemon): update to 0.8.1 #18324
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
base: 4.0
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,57 @@ | ||
| # rasdaemon — RAS (Reliability, Availability and Serviceability) error logging tool. | ||
| # | ||
| # Azure Linux carries rasdaemon 0.8.1, which is newer than the version Fedora | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. question: Is there a specific reason you're recommending 0.8.1? If we are considering an upgrade -- that still appears to be ~2 years old.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I picked the version that contains the fix needed for our site, happy to bump to the latest version. |
||
| # dist-git currently ships (0.8.0). Because there is no upstream commit to pin to | ||
| # yet, the newer version is applied as an overlay on top of the Fedora 0.8.0 spec | ||
| # plus the matching 0.8.1 source tarball. Drop this overlay and the source-files | ||
| # entry once Fedora dist-git packages 0.8.1 and the default snapshot picks it up. | ||
| [components.rasdaemon] | ||
|
|
||
| [[components.rasdaemon.overlays]] | ||
| description = "Bump rasdaemon to 0.8.1 (ahead of Fedora, which still ships 0.8.0)" | ||
| type = "spec-update-tag" | ||
| tag = "Version" | ||
| value = "0.8.1" | ||
|
|
||
| [components.rasdaemon.overlays.metadata] | ||
| category = "azl-temp-workaround" | ||
| upstream-status = "upstreamable" | ||
|
|
||
| [[components.rasdaemon.overlays]] | ||
| description = "Point the project URL at the maintainer's current GitHub repository" | ||
| type = "spec-update-tag" | ||
| tag = "URL" | ||
| value = "https://github.com/mchehab/rasdaemon" | ||
| [components.rasdaemon.overlays.metadata] | ||
| category = "azl-branding-policy" | ||
| upstream-status = "inapplicable" | ||
|
|
||
| [[components.rasdaemon.overlays]] | ||
| description = "Fetch the release tarball from the maintainer's GitHub releases instead of infradead" | ||
| type = "spec-update-tag" | ||
| tag = "Source0" | ||
| value = "https://github.com/mchehab/rasdaemon/releases/download/v%{version}/%{name}-%{version}.tar.bz2" | ||
| [components.rasdaemon.overlays.metadata] | ||
| category = "azl-branding-policy" | ||
| upstream-status = "inapplicable" | ||
|
|
||
| [[components.rasdaemon.overlays]] | ||
| description = "Package the mc_event/mem_fail RAS trigger scripts newly shipped in 0.8.1" | ||
| type = "spec-append-lines" | ||
| section = "%files" | ||
| lines = [ | ||
| "%dir %{_sysconfdir}/ras/triggers", | ||
| "%{_sysconfdir}/ras/triggers/mc_event_trigger", | ||
| "%{_sysconfdir}/ras/triggers/mem_fail_trigger", | ||
| ] | ||
| [components.rasdaemon.overlays.metadata] | ||
| category = "azl-temp-workaround" | ||
| upstream-status = "upstreamable" | ||
|
|
||
| # Pristine upstream 0.8.1 release tarball from the maintainer's GitHub releases | ||
| # (matches the spec's %{name}-%{version} Source0). Replaces the pruned 0.8.0 | ||
| # tarball once the Version overlay renders the new filename. | ||
| [[components.rasdaemon.source-files]] | ||
| filename = "rasdaemon-0.8.1.tar.bz2" | ||
| hash = "7c227b6ec0b73bd0cf727910f2adc49fc3f5167c41cd4b41d3d7d17b84a4a25681def89c82a275efe5f445049d6b0db8bd35f863384aca9a848b228402917d4d" | ||
| hash-type = "SHA512" | ||
| origin = { type = "download", uri = "https://github.com/mchehab/rasdaemon/releases/download/v0.8.1/rasdaemon-0.8.1.tar.bz2" } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,2 @@ | ||
| SHA512 (rasdaemon-0.8.0.tar.bz2) = 3f69bf41ae1efe11c153ffdf736116a78eee7d34dac1148f938e183e5523bc7c2da60af6376a1fc29c113dfad2c4b9798ba3b700f0eca7454f213d86df31c7a9 | ||
| SHA512 (rasdaemon-0.8.1.tar.bz2) = 7c227b6ec0b73bd0cf727910f2adc49fc3f5167c41cd4b41d3d7d17b84a4a25681def89c82a275efe5f445049d6b0db8bd35f863384aca9a848b228402917d4d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question(blocking): While we're open to package-level upgrades on a case-by-case basis, our default is presently to stick with what's in Fedora 43. The PR title says "fix"; is there a specific set of issues or use cases that you're looking to resolve with this upgrade? Some additional explanation/justification in the PR will better help us understand the trade-off.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.8.1 comes with a fix that allows for memory controller bank type decoding on dual-socket AMD systems.