Bug 474034

Summary: sqlite : Unowned directories
Product: [Fedora] Fedora Reporter: Michael Schwendt <bugs.michael>
Component: sqliteAssignee: Panu Matilainen <pmatilai>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: mmcgrath, pmatilai
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-12-02 21:04:13 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 Michael Schwendt 2008-12-01 20:00:18 UTC
One or more directories are not included within this
package and/or its sub-packages:

=> sqlite-tcl-3.6.6.2-1.fc11.i386 (rawhide-development-i386)
/usr/share/tcl8.5
    provided by: 1:tcl-8.5.5-1.fc11.i386

[...]

Further information:

https://fedoraproject.org/wiki/Packaging/ReviewGuidelines

MUST: A package must own all directories that it creates. If it does not
create a directory that it uses, then it should require a package which
does create that directory.

https://fedoraproject.org/wiki/Packaging/Guidelines#FileAndDirectoryOwnership
https://fedoraproject.org/wiki/Packaging/UnownedDirectories

Comment 1 Panu Matilainen 2008-12-02 21:04:13 UTC
Fixed in rawhide now. In addition to this, I spotted a couple of other problems:
- -devel didn't require pkgconfig so there was potentially another unowned directory
- libtclsqlite.so was installed in /usr/share, that's moved under %{_libdir} where it belongs

Comment 2 Michael Schwendt 2008-12-02 21:44:05 UTC
Yeah, pkgconfig dir is whitelisted here, as there is no strict rule yet. Many -devel pkgs are usable without using pkg-config. And while "Requires: pkgconfig" adds the directory, the ReviewGuidelines don't make this dependency mandatory.