Bug 2419775 - Review Request: rust-pbr - Console progress bar for Rust
Summary: Review Request: rust-pbr - Console progress bar for Rust
Keywords:
Status: ASSIGNED
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Fabio Valentini
QA Contact: Fedora Extras Quality Assurance
URL: https://crates.io/crates/pbr
Whiteboard:
Depends On:
Blocks: 2252384
TreeView+ depends on / blocked
 
Reported: 2025-12-07 19:00 UTC by Peter Robinson
Modified: 2026-01-16 15:25 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:
decathorpe: fedora-review?


Attachments (Terms of Use)

Description Peter Robinson 2025-12-07 19:00:52 UTC
SPEC: https://pbrobinson.fedorapeople.org/rust-pbr.spec
SRPM: https://pbrobinson.fedorapeople.org/rust-pbr-1.1.1-1.fc43.src.rpm

Description:
Console progress bar for Rust

FAS: pbrobinson

koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=139801983

Reproducible: Always

Comment 1 Fedora Review Service 2025-12-07 19:04:26 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/9883632
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2419775-rust-pbr/fedora-rawhide-x86_64/09883632-rust-pbr/fedora-review/review.txt

Found issues:

- A package with this name already exists. Please check https://src.fedoraproject.org/rpms/rust-pbr
  Read more: https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/#_conflicting_package_names

Please know that there can be false-positives.

---
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 2 Fabio Valentini 2026-01-09 11:06:54 UTC
It looks like there's only one test that fails without a TTY: "tty::unix::compare_with_stty".
You should be able to enable tests and skip just that one test.

```
%cargo_test -- -- --skip tty::unix::compare_with_stty
```

should work.

```
[tests]
skip = ["tty::unix::compare_with_stty"]
comments = ["skip one tests that requires a TTY"]
```

would be the equivalent rust2rpm.toml config snippet.

Comment 3 Peter Robinson 2026-01-15 12:09:59 UTC
> %cargo_test -- -- --skip tty::unix::compare_with_stty

That works.

> ```
> [tests]
> skip = ["tty::unix::compare_with_stty"]
> comments = ["skip one tests that requires a TTY"]
> ```
> 
> would be the equivalent rust2rpm.toml config snippet.

How do we deal with that in a package review? The later is obviously more sustainable from the rust2rpm PoV. Do we just agree it's the correct solution and I commit is as part of the import?

Comment 4 Fabio Valentini 2026-01-16 15:25:24 UTC
> Do we just agree it's the correct solution and I commit is as part of the import?

Usually yes, just import the rust2rpm settings file into dist-git alongside the .spec file.


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