Bug 2455915

Summary: Review Request: perl-Time-Elapsed - Convert elapsed seconds into a human readable string
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/Time-Elapsed
Whiteboard:
Fixed In Version: perl-Time-Elapsed-0.34-1.fc45 Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2026-04-29 12:42:40 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-07 13:58:36 UTC
Spec URL: https://ppisar.fedorapeople.org/perl-Time-Elapsed/perl-Time-Elapsed.spec
SRPM URL: https://ppisar.fedorapeople.org/perl-Time-Elapsed/perl-Time-Elapsed-0.34-1.fc45.src.rpm
Description:
This module transforms the elapsed seconds into a human readable string. It
can be used for (for example) rendering uptime values into a human readable
form. The resulting string will be an approximation.

Fedora Account System Username: ppisar

Comment 1 Fedora Review Service 2026-04-08 03:18:46 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/10299413
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2455915-perl-time-elapsed/fedora-rawhide-x86_64/10299413-perl-Time-Elapsed/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-29 11:14:43 UTC
Source file is ok
Summary is ok
License is ok
NOTE: rpmlint reported incorrect-fsf-address.

Description is ok
URL and Source0 are ok
All tests passed
BuildRequires are ok

$ rpm -qp --requires perl-Time-Elapsed-0.34-1.fc45.noarch.rpm | sort | uniq -c | grep -v rpmlib
      1 perl(Carp)
      1 perl(constant)
      1 perl(Exporter)
      1 perl(File::Spec)
      1 perl-libs
      1 perl(parent)
      1 perl(strict)
      1 perl(subs)
      1 perl(Symbol)
      1 perl(utf8)
      1 perl(vars)
      1 perl(warnings)
$ rpm -qp --requires perl-Time-Elapsed-tests-0.34-1.fc45.noarch.rpm| sort | uniq -c | grep -v rpmlib
      1 perl(constant)
      1 perl(ExtUtils::MakeMaker)
      1 perl(File::Spec)
      1 perl(IO::Handle)
      1 perl(IPC::Open3)
      1 perl(strict)
      1 perl-Test-Harness
      1 perl(Test::More)
      1 perl(Time::Elapsed)
      1 perl-Time-Elapsed = 0.34-1.fc45
      1 perl(utf8)
      1 perl(:VERSION) >= 5.6.0
      1 perl(warnings)
      1 /usr/bin/perl
      1 /usr/bin/sh
Binary requires are Ok.

$ rpm -qp --provides perl-Time-Elapsed-0.34-1.fc45.noarch.rpm | sort | uniq -c
      1 perl(Time::Elapsed) = 0.34
      1 perl-Time-Elapsed = 0.34-1.fc45
      1 perl(Time::Elapsed::Lang::DA) = 0.34
      1 perl(Time::Elapsed::Lang::DE) = 0.34
      1 perl(Time::Elapsed::Lang::EN) = 0.34
      1 perl(Time::Elapsed::Lang::FR) = 0.34
      1 perl(Time::Elapsed::Lang::TR) = 0.34
$ rpm -qp --provides perl-Time-Elapsed-tests-0.34-1.fc45.noarch.rpm | sort | uniq -c
      1 perl-Time-Elapsed-tests = 0.34-1.fc45
Binary provides are Ok.

$ rpmlint ./perl-Time-Elapsed*
============================ rpmlint session starts ============================
rpmlint: 2.8.0
configuration:
    /usr/lib/python3.14/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: 4
perl-Time-Elapsed.noarch: E: spelling-error ('uptime', '%description -l en_US uptime -> up time, up-time, suppertime')
perl-Time-Elapsed.src: E: spelling-error ('uptime', '%description -l en_US uptime -> up time, up-time, suppertime')
perl-Time-Elapsed-tests.noarch: W: no-documentation
perl-Time-Elapsed.noarch: E: incorrect-fsf-address /usr/share/licenses/perl-Time-Elapsed/LICENSE
 3 packages and 1 specfiles checked; 3 errors, 1 warnings, 12 filtered, 3 badness; has taken 0.5 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-29 11:57:16 UTC
The Pagure repository was created at https://src.fedoraproject.org/rpms/perl-Time-Elapsed
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-29 12:04:50 UTC
Thanks for the review.