Bug 2463742 - Review Request: rust-abol-rt - Runtime traits and async abstractions for the Abol RADIUS framework
Summary: Review Request: rust-abol-rt - Runtime traits and async abstractions for the ...
Keywords:
Status: POST
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: blinxen
QA Contact: Fedora Extras Quality Assurance
URL: https://crates.io/crates/abol-rt
Whiteboard:
Depends On:
Blocks: 2463755
TreeView+ depends on / blocked
 
Reported: 2026-04-29 08:09 UTC by Andreas Schneider
Modified: 2026-05-17 20:27 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:
h-k-81: fedora-review+


Attachments (Terms of Use)

Description Andreas Schneider 2026-04-29 08:09:15 UTC
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

Comment 1 Andreas Schneider 2026-04-29 08:09:19 UTC
This package built on koji:  https://koji.fedoraproject.org/koji/taskinfo?taskID=144961113

Comment 2 Fedora Review Service 2026-04-29 08:14:36 UTC
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.

Comment 3 Andreas Schneider 2026-04-29 09:08:23 UTC
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"
]

Comment 4 blinxen 2026-05-17 20:27:51 UTC
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)


Note You need to log in before you can comment on or make changes to this bug.