diff --git a/cpanspec.yml b/cpanspec.yml index 1983374..a24abab 100644 --- a/cpanspec.yml +++ b/cpanspec.yml @@ -1,5 +1,4 @@ --- preamble: |- # necessary because Test::Deep::NoTest does "require Test::Builder" - Requires: perl-Test-Simple - + Requires: perl(Test::Simple) diff --git a/perl-Test-Deep.changes b/perl-Test-Deep.changes index 1aac59c..f41bf20 100644 --- a/perl-Test-Deep.changes +++ b/perl-Test-Deep.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 12 08:08:31 UTC 2024 - Dirk Stoecker + +- refresh spec file (remove package name based requires) + ------------------------------------------------------------------- Sun Jan 8 03:08:18 UTC 2023 - Tina Müller diff --git a/perl-Test-Deep.spec b/perl-Test-Deep.spec index e0740c9..b40064e 100644 --- a/perl-Test-Deep.spec +++ b/perl-Test-Deep.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Deep # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,7 +35,7 @@ Requires: perl(Test::More) >= 0.96 %{perl_requires} # MANUAL BEGIN # necessary because Test::Deep::NoTest does "require Test::Builder" -Requires: perl-Test-Simple +Requires: perl(Test::Simple) # MANUAL END %description