Bug 2299106

Summary: Directories are missing in RPM database.
Product: [Fedora] Fedora Reporter: Christoph Karl <pampelmuse>
Component: ibus-chewingAssignee: fujiwara <tfujiwar>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: dchen, i18n-bugs, kanru, tfujiwar
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: ibus-chewing-2.1.0~rc.1-1.fc41 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-07-22 15:42:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christoph Karl 2024-07-21 09:28:59 UTC
The following directories are missing in RPM database:
/usr/share/ibus-chewing
/usr/share/ibus-chewing/icons


Reproducible: Always

Steps to Reproduce:
1. rpm -qf /usr/share/ibus-chewing
file /usr/share/ibus-chewing is not owned by any package
2. rpm -qf /usr/share/ibus-chewing/icons/
file /usr/share/ibus-chewing/icons is not owned by any package

Actual Results:  
not owned by any package

Expected Results:  
ibus-chewing-2.0.0-1.fc41.x86_64

In spec file line 63 please add:
%dir %{_datadir}/%{name}/
%dir %{_datadir}/%{name}/icons/

Comment 1 Fedora Update System 2024-07-22 12:04:39 UTC
FEDORA-2024-0bd60e4478 (ibus-chewing-2.1.0~rc.1-1.fc41) has been submitted as an update to Fedora 41.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-0bd60e4478

Comment 2 Fedora Update System 2024-07-22 15:42:39 UTC
FEDORA-2024-0bd60e4478 (ibus-chewing-2.1.0~rc.1-1.fc41) has been pushed to the Fedora 41 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 3 Christoph Karl 2024-07-27 07:29:42 UTC
Works for me in rawhide.
Thank you