Bug 1731693

Summary: krb5 depends on files/directories from non-standard locations
Product: [Fedora] Fedora Reporter: Igor Raits <igor.raits>
Component: krb5Assignee: Robbie Harwood <rharwood>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: abokovoy, j, nalin, npmccallum, rharwood, sbose, ssorce
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-07-21 16:25:43 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:
Bug Depends On:    
Bug Blocks: 1731683    

Description Igor Raits 2019-07-21 11:11:02 UTC
Hello,

Fedora Packaging Guidelines allow dependencies only on files/directories from /usr/bin, /usr/sbin and /etc directories[0].
Your package depends on files/directories outside of those. See below for more information about package/dependencies.

---
krb5-server-1.17-36.fc31.x86_64:
  - /usr/share/dict/words
---

Please correct those or provide reason why is it correct.
It is very important to not download huge filelists.xml just because few packages in distribution depend on non-standard paths.

Thanks for cooperation!


[0] https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_dependencies

Comment 1 Alexander Bokovoy 2019-07-21 16:25:43 UTC
This is correct dependency due to a fix to rhbz#817089

commit 2057747130e3b90d0d49a8444c9cfd14f25efd91
Author: Nalin Dahyabhai <nalin>
Date:   Tue May 1 11:44:13 2012 -0400

    - have -server require /usr/share/dict/words, which we set as the default dict_file in kdc.conf (#817089)

It affects kadmind operations for password quality checks which use words database unless deployed as part of FreeIPA master.