Bug 2330861
| Summary: | F42FailsToInstall: rust-sev+openssl-devel | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | rust-sev | Assignee: | Tyler Fanelli <tfanelli> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | berrange, crobinso, decathorpe, rust-sig, slopezpa, tfanelli, virt-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-12-15 01:00:17 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2300529, 2327778 | ||
|
Description
Fedora Fails To Install
2024-12-06 17:47:55 UTC
Fixed by rust-sev-4.0.0-8.fc42 Note that rust2rpm is doing the correct thing here. rdrand *is* an optional dependency, and unless explicitly hidden (by using the `dep:` syntax), it *is* also a feature. The commit you pushed to fix the FTI issue (https://src.fedoraproject.org/rpms/rust-sev/c/456495c1fd7451cc339b15c59257b5ca0f558b45?branch=rawhide) is technically a breaking change, since it removes a previously public feature flag. But in this case it *should* be OK ... |