Skip to content

Commit

Permalink
Fixing package naming issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
v-smalavathu committed Jan 8, 2025
1 parent e032e46 commit d5633a4
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-Manifest-2.024.tar.gz": "8ff3919219b54ea7e4f2aa67f5b8ca2f40bdc76661ab68c41ba49ed5ec1fbe07"
"perl-Test-Manifest-2.024.tar.gz": "8ff3919219b54ea7e4f2aa67f5b8ca2f40bdc76661ab68c41ba49ed5ec1fbe07"
}
}
3 changes: 2 additions & 1 deletion SPECS-EXTENDED/perl-Test-Manifest/perl-Test-Manifest.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Version: 2.024
Release: 5%{?dist}
License: Artistic-2.0
URL: https://metacpan.org/release/Test-Manifest
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Test-Manifest-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Test-Manifest-%{version}.tar.gz#/perl-Test-Manifest-%{version}.tar.gz
BuildArch: noarch
# Module Build
BuildRequires: coreutils
Expand Down Expand Up @@ -34,6 +34,7 @@ BuildRequires: perl(Test::More) >= 1
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage)
# Dependencies
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(File::Spec)
Requires: perl(Test::Harness)

Expand Down

0 comments on commit d5633a4

Please sign in to comment.