Bug 2454327 - Review Request: perl-Atomic-Pipe - Send atomic messages from multiple writers across a POSIX pipe
Summary: Review Request: perl-Atomic-Pipe - Send atomic messages from multiple writers...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jitka Plesnikova
QA Contact: Fedora Extras Quality Assurance
URL: https://metacpan.org/dist/Atomic-Pipe
Whiteboard:
Depends On:
Blocks: 2453268
TreeView+ depends on / blocked
 
Reported: 2026-04-02 13:04 UTC by Petr Pisar
Modified: 2026-04-30 14:08 UTC (History)
2 users (show)

Fixed In Version: perl-Atomic-Pipe-0.023-1.fc45
Clone Of:
Environment:
Last Closed: 2026-04-30 14:08:36 UTC
Type: ---
Embargoed:
jplesnik: fedora-review+


Attachments (Terms of Use)

Description Petr Pisar 2026-04-02 13:04:54 UTC
Spec URL: https://ppisar.fedorapeople.org/perl-Atomic-Pipe/perl-Atomic-Pipe.spec
SRPM URL: https://ppisar.fedorapeople.org/perl-Atomic-Pipe/perl-Atomic-Pipe-0.023-1.fc45.src.rpm
Description:
Normally if you write to a pipe from multiple processes/threads, the
messages will come mixed together unpredictably. Some messages may be
interrupted by parts of messages from other writers. This module takes
advantage of some POSIX specifications to allow multiple writers to send
arbitrary data down a pipe in atomic chunks to avoid the issue.

Fedora Account System Username: ppisar

Comment 1 Fedora Review Service 2026-04-03 03:05:48 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/10288866
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2454327-perl-atomic-pipe/fedora-rawhide-x86_64/10288866-perl-Atomic-Pipe/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 2 Jitka Plesnikova 2026-04-08 13:04:39 UTC
Source file is ok
Summary is ok
License is ok
Description is ok
URL and Source0 are ok
All tests passed
BuildRequires are ok

$ rpm -qp --requires perl-Atomic-Pipe-0.023-1.fc45.noarch.rpm | sort | uniq -c | grep -v rpmlib
      1 perl(bytes) 
      1 perl(Carp)
      1 perl(Config)
      1 perl(constant)
      1 perl(Errno)
      1 perl(Fcntl)
      1 perl(IO) >= 1.27
      1 perl-libs
      1 perl(List::Util) >= 1.44
      1 perl(POSIX)
      1 perl(Scalar::Util)
      1 perl(strict)
      1 perl(warnings)
Binary requires are Ok.

$ rpm -qp --provides perl-Atomic-Pipe-0.023-1.fc45.noarch.rpm | sort | uniq -c
      1 perl(Atomic::Pipe) = 0.023
      1 perl-Atomic-Pipe = 0.023-1.fc45
Binary provides are Ok.

$ rpmlint perl-Atomic-Pipe*
============================ rpmlint session starts ============================
rpmlint: 2.8.0
configuration:
    /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-legacy-licenses.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
checks: 32, packages: 3

perl-Atomic-Pipe-tests.noarch: W: no-documentation
 2 packages and 1 specfiles checked; 0 errors, 1 warnings, 8 filtered, 0 badness; has taken 0.2 s
Rpmlint is ok

The package is in line with Fedora and Perl packaging guide lines.

Resolution:
Approved

Comment 3 Fedora Admin user for bugzilla script actions 2026-04-30 13:45:30 UTC
The Pagure repository was created at https://src.fedoraproject.org/rpms/perl-Atomic-Pipe
Monitoring:
Wasn't able to create project in Anitya. You can create it manually on: `https://release-monitoring.org`

Comment 4 Petr Pisar 2026-04-30 13:55:00 UTC
Thank you for the review.


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