Bug 1809257

Summary: Un-usrmerged files in kbd
Product: [Fedora] Fedora Reporter: Andrew Jorgensen <ajorgens>
Component: kbdAssignee: Vitezslav Crhonek <vcrhonek>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: vcrhonek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: kbd-2.2.0-2.fc33 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-05 13:12:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1925696    

Description Andrew Jorgensen 2020-03-02 17:52:27 UTC
Description of problem:
Files are in /lib and /bin even though these paths are symlinks now.
This makes it so that it's hard to map between files on the system and files registered in the rpmdb.

Version-Release number of selected component (if applicable):
kbd-misc-2.0.4-13.fc30.noarch

Steps to Reproduce:
# rpm -qlf /usr/lib/kbd/unimaps/README | grep -F unimaps/README
/lib/kbd/unimaps/README

Actual results:
rpmdb disagrees with filesystem

Expected results:
rpmdb and filesystem should agree.


Additional info:

Comment 1 Vitezslav Crhonek 2020-03-04 09:57:03 UTC
Thanks for bug report.

kbd package also moves few binaries to /bin, which is no longer needed. I'll fix that too.