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 .= "-Con:\n";
|
||||||
$out .= "+Req:\n";
|
$out .= "+Req:\n";
|
||||||
foreach my $prv ( @{ $qq{1049} || [] } ) {
|
foreach my $prv ( @{ $qq{1049} || [] } ) {
|
||||||
next if ( $prv =~ m/^rpmlib/ );
|
# Completely disgusting, but maintainers have no interest in fixing,
|
||||||
next
|
# see #1153 for more details.
|
||||||
if ( $name eq "libqmmp0-plugin-mplayer"
|
|
||||||
&& $prv eq "/usr/bin/mplayer" );
|
|
||||||
next if ( $prv eq "this-is-only-for-build-envs" );
|
|
||||||
next
|
next
|
||||||
if ( $name =~ "^installation-images-debuginfodeps.*"
|
if ( $name =~ "^installation-images-debuginfodeps.*"
|
||||||
&& $prv =~ m/debuginfo.build/ );
|
&& $prv =~ m/debuginfo.build/ );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user