Skip to content

Commit

Permalink
Filter the Resolvables by path to avoid ambiguity (bsc#1178688)
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jan 19, 2021
1 parent 6a24ece commit 550854f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/packages/src/lib/y2packager/resolvable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def respond_to_missing?(method, _private)
private

# attributes required for identifying a resolvable
UNIQUE_ATTRIBUTES = [:kind, :name, :version, :arch, :source].freeze
UNIQUE_ATTRIBUTES = [:kind, :name, :version, :arch, :source, :path].freeze

# Load the attributes from a Hash
#
Expand Down

0 comments on commit 550854f

Please sign in to comment.