Bug 2260475

Summary: Redundant test requirements in perl-BZ-Client
Product: [Fedora] Fedora Reporter: Paul Howarth <paul>
Component: perl-BZ-ClientAssignee: Emmanuel Seyman <emmanuel>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: emmanuel, gwync, perl-devel
Target Milestone: ---Keywords: RFE
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: perl-BZ-Client-4.4004-13.fc40 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-01-28 10:34:42 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:

Description Paul Howarth 2024-01-26 11:19:09 UTC
The perl-Test-Vars package is FTBFS with Perl 5.38 and I intend to retire it soon since there has been no activity on this upstream for many months and I can't fix it myself.

This is one of a number of test dependencies in perl-BZ-Client that are not actually needed because the package build does not run the author and release tests. The redundant test dependencies are:

 * perl(Test::CPAN::Meta)
 * perl(Test::EOL)
 * perl(Test::Kwalitee)
 * perl(Test::Pod)
 * perl(Test::Vars)

Please consider dropping these build dependencies of perl-BZ-Client, especially perl(Test::Vars).

Also, the license should be: "GPL-1.0-or-later OR Artistic-1.0-Perl"


Reproducible: Always

Comment 1 Emmanuel Seyman 2024-01-28 10:34:42 UTC
Thank you for the bug report, Paul.

I have both removed the build dependencies and fixed the license.