Skip to content

Commit

Permalink
Merge pull request #6118 from andreasstieger/dapl
Browse files Browse the repository at this point in the history
install_packages: handle dapl-debug conflicts
  • Loading branch information
asdil12 committed Nov 7, 2018
2 parents 06eacea + 9e0f96a commit 82c653a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/lsmfip
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ sub problem_can_be_skipped {
return 1 if $pkg =~ /^python3-tdb/;
# conflicts python-ldb-devel
return 1 if $pkg =~ /^python3-ldb-devel/;
# conflict with the non-debug counterparts
return 1 if $pkg =~ /^dapl-debug(|-devel|-libs|-utils)/;

return;
}
Expand Down

0 comments on commit 82c653a

Please sign in to comment.