Bug 214577

Summary: Incorrect permissions in %{_defaultdocdir}/qt4-qsa-devel-1.2.1
Product: [Fedora] Fedora Reporter: Laurent Rineau <laurent.rineau__fedora>
Component: qt4-qsaAssignee: Frank Büttner <bugzilla>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: extras-qa
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: 2006-11-08 15:02:58 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 Laurent Rineau 2006-11-08 14:11:17 UTC
Description of problem:

All files and directories under %{_defaultdocdir}/qt4-qsa-devel-1.2.1 have 
permission 0644. This is an error in the spec files:

%files devel
%defattr(0644,root,root)   
%{qtinc}/*
%{qtlib}/libqsa.so
%{qtdir}/mkspecs/features/qsa.prf
%doc examples
%doc doc/html

The %defattr is not correct for directories. It should be:
  %defattr(0644,root,root,0755)

Version-Release number of selected component (if applicable):
  qt4-qsa-1.2.1-16.fc5
I have verified that the spec file for fc6 and devel have the same problem.

Comment 1 Frank Büttner 2006-11-08 15:02:19 UTC
fixed but package rebuild need some time:)