refresh spec file (remove package name based requires)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Deep?expand=0&rev=43
This commit is contained in:
Dirk Stoecker 2024-06-12 08:09:43 +00:00 committed by Git OBS Bridge
parent 7c7e9223ed
commit e834fcd4f2
3 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,4 @@
---
preamble: |-
# necessary because Test::Deep::NoTest does "require Test::Builder"
Requires: perl-Test-Simple
Requires: perl(Test::Simple)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 12 08:08:31 UTC 2024 - Dirk Stoecker <opensuse@dstoecker.de>
- refresh spec file (remove package name based requires)
-------------------------------------------------------------------
Sun Jan 8 03:08:18 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@ -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