scripts/metadata.pm: avoid adding dup names in provides list
authorYousong Zhou <[email protected]>
Wed, 5 Sep 2018 15:29:25 +0000 (15:29 +0000)
committerYousong Zhou <[email protected]>
Sun, 9 Sep 2018 01:21:01 +0000 (01:21 +0000)
commit204081670b914795a494929777f09807b15f70f4
treeb9f377f82e4bda0778c4cf9bbe4406c23549354c
parentef01c1d308d1cb200fc14ab49f0d3d0a07e1a9fe
scripts/metadata.pm: avoid adding dup names in provides list

The need arises from building Open vSwitch kernel datapath modules, e.g.

 - kmod-openvswitch from Linux upstream
 - kmod-openvswitch-intree from openvswitch source code

where both provides virtual package "kmod-openvswitch" for userspace
packages to select and depend on

Signed-off-by: Yousong Zhou <[email protected]>
scripts/metadata.pm