Comment 1 for bug 2059172

Revision history for this message
Gianfranco Costamagna (costamagnagianfranco) wrote :

Hello, I found this

# list special cases where a Breaks entry doesn't need to imply
# Replaces+Provides
my %triplet_check_skip = (
        "perl-base" => [ "libfile-spec-perl" ],
        "libperl5.38" => [ "libfilter-perl" ],
);

Maybe we can do something like
# list special cases where a Breaks entry doesn't need to imply
# Replaces+Provides
my %triplet_check_skip = (
        "perl-base" => [ "libfile-spec-perl" ],
        "libperl5.38" => [ "libfilter-perl" ],
        "libperl5.38t64" => [ "libfilter-perl" ],
);

or similar?