Bug 2463809
| Summary: | Review Request: rust-abol-core - Core data structures and protocol logic for the Abol RADIUS framework | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andreas Schneider <asn> |
| Component: | Package Review | Assignee: | blinxen <h-k-81> |
| Status: | RELEASE_PENDING --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | asn, h-k-81, package-review |
| Target Milestone: | --- | Keywords: | AutomationTriaged |
| Target Release: | --- | Flags: | h-k-81:
fedora-review+
|
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | https://crates.io/crates/abol-core | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2463755 | ||
| Bug Blocks: | 2463808 | ||
|
Description
Andreas Schneider
2026-04-29 13:57:35 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"
]
Copr build: https://copr.fedorainfracloud.org/coprs/build/10406252 (succeeded) Review template: https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2463809-rust-abol-core/fedora-rawhide-x86_64/10406252-rust-abol-core/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. 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) The Pagure repository was created at https://src.fedoraproject.org/rpms/rust-abol-core Monitoring: Wasn't able to create project in Anitya. You can create it manually on: `https://release-monitoring.org` |