We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running cargo version --verbose on Fedora results in the bottom output, which is wrong since it says the OS is OracleLinux.
cargo version --verbose
cargo 1.62.0 (a748cf5a3 2022-06-08) release: 1.62.0 commit-hash: a748cf5a3e666bc2dcdf54f37adef8ef22196452 commit-date: 2022-06-08 host: x86_64-unknown-linux-gnu libgit2: 1.4.2 (sys:0.14.2 vendored) libcurl: 7.80.0-DEV (sys:0.4.51+curl-7.80.0 vendored ssl:OpenSSL/1.1.1n) os: OracleLinux 36.0.0 [64-bit]
This is the content of /etc/os-release.
/etc/os-release
NAME="Fedora Linux" VERSION="36 (Workstation Edition)" ID=fedora VERSION_ID=36 VERSION_CODENAME="" PLATFORM_ID="platform:f36" PRETTY_NAME="Fedora Linux 36 (Workstation Edition)" ANSI_COLOR="0;38;2;60;110;180" LOGO=fedora-logo-icon CPE_NAME="cpe:/o:fedoraproject:fedora:36" HOME_URL="https://fedoraproject.org/" DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/" SUPPORT_URL="https://ask.fedoraproject.org/" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_BUGZILLA_PRODUCT="Fedora" REDHAT_BUGZILLA_PRODUCT_VERSION=36 REDHAT_SUPPORT_PRODUCT="Fedora" REDHAT_SUPPORT_PRODUCT_VERSION=36 PRIVACY_POLICY_URL="https://fedoraproject.org/wiki/Legal:PrivacyPolicy" VARIANT="Workstation Edition" VARIANT_ID=workstation
No response
The text was updated successfully, but these errors were encountered:
Thanks for the report, I have posted #10802 which should fix it.
Sorry, something went wrong.
6a83e04
Successfully merging a pull request may close this issue.
Problem
Running
cargo version --verbose
on Fedora results in the bottom output, which is wrong since it says the OS is OracleLinux.This is the content of
/etc/os-release
.Steps
cargo version --verbose
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: