From 37f07038ced462a99162a6ad284e41680c5c6c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 10 Sep 2020 08:05:45 +0200 Subject: [PATCH] Invert a perl dependency Fedora MBS does not support negative expansion. --- perl-DBD-SQLite.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-DBD-SQLite.yaml b/perl-DBD-SQLite.yaml index 9a33bde..2b2bef9 100644 --- a/perl-DBD-SQLite.yaml +++ b/perl-DBD-SQLite.yaml @@ -13,11 +13,11 @@ data: dependencies: - buildrequires: perl-DBI: [] - perl: [-5.28] + perl: ['5.30', '5.32'] platform: [f34] requires: perl-DBI: [] - perl: [-5.28] + perl: ['5.30', '5.32'] platform: [f34] references: community: https://metacpan.org/release/DBD-SQLite