Bug 2463755 - Review Request: rust-abol-util - Utilities and runtime implementations for the Abol RADIUS framework
Summary: Review Request: rust-abol-util - Utilities and runtime implementations for th...
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:
Whiteboard:
Depends On: 2463742
Blocks: 2463809
TreeView+ depends on / blocked
 
Reported: 2026-04-29 09:42 UTC by Andreas Schneider
Modified: 2026-04-29 13:57 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 09:42:57 UTC
Spec URL: https://asn.fedorapeople.org/rust-abol-util.spec
SRPM URL: https://asn.fedorapeople.org/rust-abol-util-0.1.0-1.fc45.src.rpm
Description: Utilities and runtime implementations for the Abol RADIUS framework.
Fedora Account System Username: asn

Comment 1 Andreas Schneider 2026-04-29 09:43:11 UTC
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 2 Fedora Review Service 2026-04-29 09:44:58 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/10405585
(failed)

Build log:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2463755-rust-abol-util/fedora-rawhide-x86_64/10405585-rust-abol-util/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.