Spec URL: https://asn.fedorapeople.org/rust-abol-rt.spec SRPM URL: https://asn.fedorapeople.org/rust-abol-rt-0.1.0-1.fc45.src.rpm Upstream URL: https://crates.io/crates/abol-rt Description: Runtime traits and async abstractions for the Abol RADIUS framework. Fedora Account System Username: asn
This package built on koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=144961113
Copr build: https://copr.fedorainfracloud.org/coprs/build/10405421 (succeeded) Review template: https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2463742-rust-abol-rt/fedora-rawhide-x86_64/10405421-rust-abol-rt/fedora-review/review.txt Please take a look if any issues were found. --- 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.
rust2rpm.toml: cat rust2rpm.toml [package] extra-sources = [ { number = 2, file = "LICENSE", comments = [ "See https://github.com/Abel981/abol/blob/main/LICENSE", "Merge Request: https://github.com/Abel981/abol/pull/3", ] }, { number = 3, file = "LICENSE-APACHE", comments = [ "See https://github.com/Abel981/abol/blob/main/LICENSE-APACHE", "Merge Request: https://github.com/Abel981/abol/pull/3", ] }, { number = 4, file = "README.md", comments = [ "See https://github.com/Abel981/abol/blob/main/README.md", "Merge Request: https://github.com/Abel981/abol/pull/3", ] }, ] license-files = ["LICENSE", "LICENSE-APACHE"] doc-files = ["README.md"] [scripts] prep.pre = [ "cp %{SOURCE2} .", "cp %{SOURCE3} .", "cp %{SOURCE4} ." ] install.post = [ "install -m 0644 LICENSE %{buildroot}%{crate_instdir}/LICENSE", "install -m 0644 LICENSE %{buildroot}%{crate_instdir}/LICENSE-APACHE" ]
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 of the crate is packaged ✅ license matches upstream specification and is acceptable for Fedora ✅ license file is included with %license in %files (was added and upstream PR submitted) ✅ package complies with Rust Packaging Guidelines Package APPROVED. === Recommended post-import rust-sig tasks: - set up package on release-monitoring.org: project: $crate homepage: https://crates.io/crates/$crate backend: crates.io version scheme: semantic version filter (*NOT* pre-release filter): alpha;beta;rc;pre distro: Fedora Package: rust-$crate - set bugzilla assignee overrides to @rust-sig (optional)