Skip to content

Commit

Permalink
Fixed: 'Package naming issue' n 'runtime requirement on perl-libs'
Browse files Browse the repository at this point in the history
  • Loading branch information
v-smalavathu committed Jan 9, 2025
1 parent 215a7ed commit 9082a64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"Test-Inter-1.11.tar.gz": "2b9845212547cd6056753f87866d19368efc67c080146bcbb929a51ab055da37"
"perl-Test-Inter-1.11.tar.gz": "2b9845212547cd6056753f87866d19368efc67c080146bcbb929a51ab055da37"
}
}
3 changes: 2 additions & 1 deletion SPECS-EXTENDED/perl-Test-Inter/perl-Test-Inter.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Release: 3%{?dist}
Summary: Framework for more readable interactive test scripts
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Test-Inter
Source0: https://cpan.metacpan.org/authors/id/S/SB/SBECK/Test-Inter-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/S/SB/SBECK/Test-Inter-%{version}.tar.gz#/perl-Test-Inter-%{version}.tar.gz
BuildArch: noarch
BuildRequires: coreutils
BuildRequires: make
Expand All @@ -28,6 +28,7 @@ BuildRequires: perl(Storable) >= 1.01
BuildRequires: perl(Test::More)
# Test::Pod 1.00 not used
# Test::Pod::Coverage 1.00 not used
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(lib)

%description
Expand Down

0 comments on commit 9082a64

Please sign in to comment.