Description of problem: The current glances package in F37 owns the file /etc/glances/glances.conf, but it does not own the parent directory — which is, at least in my install, currently unowned. Version-Release number of selected component (if applicable): glances-3.3.1-3.fc37 How reproducible: 100% Steps to Reproduce: 1. sudo dnf install glances 2. rpm -qf /etc/glances /etc/glances/glances.conf Actual results: glances-3.3.1-3.fc37.noarch file /etc/glances is not owned by any package Expected results: glances-3.3.1-3.fc37.noarch glances-3.3.1-3.fc37.noarch Additional info: Per the Packaging Guidelines[1], unowned directories are not permitted. To address this, the %files section of glances.spec should include this line: %dir %{_sysconfdir}/glances [1]: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership
I've submitted https://src.fedoraproject.org/rpms/glances/pull-request/5 with the fix for this issue.
The PR was merged, closing this.