Bug 2463808 - Review Request: rust-abol-server - High-performance, async RADIUS server implementation
Summary: Review Request: rust-abol-server - High-performance, async RADIUS server impl...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL: https://crates.io/crates/abol-server
Whiteboard:
Depends On: 2463809
Blocks: 2463810
TreeView+ depends on / blocked
 
Reported: 2026-04-29 13:54 UTC by Andreas Schneider
Modified: 2026-04-29 14:00 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Andreas Schneider 2026-04-29 13:54:17 UTC
Spec URL: https://asn.fedorapeople.org/rust-abol-server.spec
SRPM URL: https://asn.fedorapeople.org/rust-abol-server-0.1.0-1.fc45.src.rpm
Description: A high-performance, asynchronous RADIUS server implementation for the Abol framework
Fedora Account System Username: asn

Comment 1 Andreas Schneider 2026-04-29 13:54:31 UTC
cat rust2rpm.toml  
[package]
summary = "High-performance, async RADIUS server implementation for Abol"
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 2 Fedora Review Service 2026-04-29 13:56:14 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/10406244
(failed)

Build log:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2463808-rust-abol-server/fedora-rawhide-x86_64/10406244-rust-abol-server/builder-live.log.gz

Please make sure the package builds successfully at least for Fedora Rawhide.

- If the build failed for unrelated reasons (e.g. temporary network
  unavailability), please ignore it.
- If the build failed because of missing BuildRequires, please make sure they
  are listed in the "Depends On" field


---
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.


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