Bug 2454327

Summary: Review Request: perl-Atomic-Pipe - Send atomic messages from multiple writers across a POSIX pipe
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: Package ReviewAssignee: Jitka Plesnikova <jplesnik>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: jplesnik, package-review
Target Milestone: ---Keywords: AutomationTriaged
Target Release: ---Flags: jplesnik: fedora-review+
Hardware: All   
OS: Linux   
URL: https://metacpan.org/dist/Atomic-Pipe
Whiteboard:
Fixed In Version: perl-Atomic-Pipe-0.023-1.fc45 Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2026-04-30 14:08:36 UTC 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:    
Bug Blocks: 2453268    

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.