This request is superseded by
request 869573
(Show diff)
Overview
Request 869555 superseded
- Remove dubious permission for %doc line. This causes warning
when listing files. Instead, the executable bit is stripped
in the %prep section.
- Created by cgiboudeaux
- In state superseded
- Package maintainer: jubalh
- Superseded by 869573
Loading...
Request History
cgiboudeaux created request
- Remove dubious permission for %doc line. This causes warning
when listing files. Instead, the executable bit is stripped
in the %prep section.
cgiboudeaux superseded request
superseded by 869573
Before:
% ls /usr/share/doc/packages/unixODBC
ls: cannot access '/usr/share/doc/packages/unixODBC/NEWS': Permission denied
ls: cannot access '/usr/share/doc/packages/unixODBC/README': Permission denied
ls: cannot access '/usr/share/doc/packages/unixODBC/index.html': Permission denied
ls: cannot access '/usr/share/doc/packages/unixODBC/smallbook.gif': Permission denied
ls: cannot access '/usr/share/doc/packages/unixODBC/unixODBC.gif': Permission denied
ls: cannot access '/usr/share/doc/packages/unixODBC/AUTHORS': Permission denied
ls: cannot access '/usr/share/doc/packages/unixODBC/ChangeLog': Permission denied
After:
% ls /usr/share/doc/packages/unixODBC
AUTHORS ChangeLog index.html NEWS README smallbook.gif unixODBC.gif
Great! Thanks for this. Only thing is that the changelog is a bit strange. Would you mind formulating it a bit more neutral? "Strip executable permission in pre section. Remove faulty attr in files section. This causes..."
done