Bug 847001 - Wrong folder ownership
Summary: Wrong folder ownership
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: libcanberra
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Lennart Poettering
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-09 12:18 UTC by Mario Blättermann
Modified: 2012-08-09 12:31 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-09 12:31:24 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Mario Blättermann 2012-08-09 12:18:03 UTC
The spec file of libcanberra contains the following line:

%doc %{_datadir}/gtk-doc

This is bad, because this folder and the subfolder "html" (which is also owned by your package this way) is already owned by the gtk-doc package. Please change the line as follows:

%doc %{_datadir}/gtk-doc/html/*

and add gtk-doc as a runtime requirement to the -devel package.

Comment 1 Mario Blättermann 2012-08-09 12:31:24 UTC
Sorry for the blurb, just found the appropriate paragraph in the guidelines:
http://fedoraproject.org/wiki/Packaging:Guidelines#The_directory_is_owned_by_a_package_which_is_not_required_for_your_package_to_function


Note You need to log in before you can comment on or make changes to this bug.