Bug 2345948
| Summary: | Review Request: rust-binfmt-dispatcher - Smart dispatcher for binfmt_misc | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Davide Cavalca <davide> |
| Component: | Package Review | Assignee: | Neal Gompa <ngompa13> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | ngompa13, package-review, teohhanhui |
| Target Milestone: | --- | Flags: | ngompa13:
fedora-review+
|
| 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: | 2025-02-16 00:07:41 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: | |||
|
Description
Davide Cavalca
2025-02-15 23:49:55 UTC
This package built on koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=129280489 There seems to be some problem with the following file. SRPM URL: https://dcavalca.fedorapeople.org/review/rust-binfmt-dispatcher/rust-binfmt-dispatcher-0.1.0-1.fc43.src.rpm Fetching it results in a 403 Forbidden error. Please make sure the URL is correct and publicly available. --- This comment was created by the fedora-review-service https://github.com/FrostyX/fedora-review-service If you want to trigger a new Copr build, add a comment containing new Spec and SRPM URLs or [fedora-review-service-build] string. $ cat rust2rpm.toml
[package]
description = "binfmt-dispatcher is a simple dispatcher for binfmt_misc that dynamically picks the best interpreter to use at runtime."
extra-files = [
"%doc docs/binfmt-dispatcher.toml.example",
"%dir %{_prefix}/lib/binfmt-dispatcher.d/",
"%ifnarch %{ix86} %{x86_64}",
"%{_binfmtdir}/zz-binfmt-dispatcher-*.conf",
"%{_prefix}/lib/binfmt-dispatcher.d/*.toml",
"%endif",
"%{_datadir}/polkit-1/actions/org.AsahiLinux.binfmt_dispatcher.policy",
"%config(noreplace) %ghost %{_sysconfdir}/binfmt-dispatcher.toml",
]
[requires]
build = [
"make",
"systemd-rpm-macros",
]
bin = [
"polkit",
"systemd",
]
[scripts]
install.post = [
"make install-data DESTDIR=\"%{buildroot}\"",
"install -Ddpm0755 %{buildroot}%{_prefix}/lib/binfmt-dispatcher.d",
"%ifarch %{ix86} %{x86_64}",
# Do not install any default config on x86
"rm %{buildroot}%{_binfmtdir}/binfmt-dispatcher-*.conf",
"rm %{buildroot}%{_sysconfdir}/binfmt-dispatcher.toml",
"%else",
# Prefix zz- to the binfmt.d configs to ensure they take precendence.
"for f in %{buildroot}%{_binfmtdir}/binfmt-dispatcher-*.conf; do mv \"$f\" \"$(dirname \"$f\")/zz-$(basename \"$f\")\"; done",
# Relocate the default config to /usr
"mv %{buildroot}%{_sysconfdir}/binfmt-dispatcher.toml %{buildroot}%{_prefix}/lib/binfmt-dispatcher.d/00-default.toml",
"%endif",
]
Permissions on fedorapeople were wrong for some reason, fixed that manually. [fedora-review-service-build] Package was generated with rust2rpm, simplifying the review. ✅ package contains only permissible content ✅ package builds and installs without errors on rawhide ✅ test suite is run and all unit tests pass ✅ latest version packaged ✅ license matches upstream specification and is acceptable for Fedora ✅ license file is included with %license in %files ✅ package complies with Rust Packaging Guidelines Package APPROVED. === Recommended post-import tasks: - set up package on release-monitoring.org: - add @rust-sig with "commit" access as package co-maintainer (should happen automatically) - add @asahi-sig with "admin" access as package co-maintainer - set bugzilla assignee overrides to @rust-sig - track package in koschei for all built branches (should happen automatically once rust-sig is co-maintainer) The Pagure repository was created at https://src.fedoraproject.org/rpms/rust-binfmt-dispatcher FEDORA-2025-92b24d63fc (rust-binfmt-dispatcher-0.1.0-1.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-92b24d63fc FEDORA-2025-77f7ab4e93 (rust-binfmt-dispatcher-0.1.0-1.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2025-77f7ab4e93 FEDORA-2025-92b24d63fc (rust-binfmt-dispatcher-0.1.0-1.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2025-77f7ab4e93 (rust-binfmt-dispatcher-0.1.0-1.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2025-4077eb041a (rust-binfmt-dispatcher-0.1.0-1.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2025-4077eb041a FEDORA-2025-63390563f3 (rust-binfmt-dispatcher-0.1.0-1.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2025-63390563f3 FEDORA-2025-4077eb041a (rust-binfmt-dispatcher-0.1.0-1.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2025-63390563f3 (rust-binfmt-dispatcher-0.1.0-1.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. |