repo_checker: CreatePackageDescr: remove more unnecessary special cases.
This commit is contained in:
parent
fa1f929d19
commit
ca55bed494
@ -121,11 +121,8 @@ sub package_snippet($) {
|
||||
$out .= "-Con:\n";
|
||||
$out .= "+Req:\n";
|
||||
foreach my $prv ( @{ $qq{1049} || [] } ) {
|
||||
next if ( $prv =~ m/^rpmlib/ );
|
||||
next
|
||||
if ( $name eq "libqmmp0-plugin-mplayer"
|
||||
&& $prv eq "/usr/bin/mplayer" );
|
||||
next if ( $prv eq "this-is-only-for-build-envs" );
|
||||
# Completely disgusting, but maintainers have no interest in fixing,
|
||||
# see #1153 for more details.
|
||||
next
|
||||
if ( $name =~ "^installation-images-debuginfodeps.*"
|
||||
&& $prv =~ m/debuginfo.build/ );
|
||||
|
Loading…
x
Reference in New Issue
Block a user