Installer for Fedora CoreOS and RHEL CoreOS
ee428baede
The package was last generated from an old Rust package template (v16), the latest version is v25. - The `%__cargo_skip_build` macro is unused and no longer has any effect. - SPDX license expressions are the default since rust2rpm v22 (and in Fedora in general). - The `%rust_arches` macro is unused and no longer has any effect. - The `%cargo_license` and `%cargo_license_summary` macros can be used to generate a correct and up-to-date license summary (not available in RHEL). I made some additional small changes: - Replaced a `%define` with a `%global`. There didn't seem to be a reason for using `%define`, and if there's no reason, `%global` should be used instead. - Replaced the expanded form of `%{crates_source}` with the actual macro. It's available everywhere. - Dropped a stray additional newline at the end of the `%_description`. - Moved package definitions into one place instead of both *before* **and** *after* the scriptlets. - Dropped the workaround for the test SIGSEGV on s390x (RHBZ#1883457), which is no longer needed. - Made some entries in the `%files` lists less overly globby, which is discouraged in the Packaging Guidelines. |
||
---|---|---|
.gitignore | ||
.packit.yaml | ||
README.md | ||
README.packit | ||
rust-coreos-installer.spec | ||
sources |
rust-coreos-installer
The rust-coreos-installer package