The /usr/bin path is part of the filesystem package
# rpm -qf /usr/bin
filesystem-3.1+git5-1.7.1.jolla.noarch
but some applications do package it into there rpms:
# rpm -qf /usr/bin
harbour-screen-message-0.3.1-1.armv7hl
filesystem-3.1+git5-1.7.1.jolla.noarch
harbour-scribble-0.4-2.armv7hl
harbour-simplecrop-1.1.3-1.armv7hl
harbour-fishtheke-0.8-1.armv7hl
harbour-barcode-1.0.44-1.armv7hl
...
LANG=C rpm -V harbour-tasklist harbour-fahrplan2
......... /usr/bin (replaced)
......... /usr/bin (replaced)
Maybe a check to prevent this should be included into the harbour validation process?