Bug 1687 - Non readable files in python-docs RPM version 2.7.1-6.mga1
Summary: Non readable files in python-docs RPM version 2.7.1-6.mga1
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 1
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: QA Team
QA Contact:
URL:
Whiteboard:
Keywords: validated_update
Depends on:
Blocks:
 
Reported: 2011-06-08 14:43 CEST by JeanBaptiste Lamy
Modified: 2011-09-05 21:52 CEST (History)
5 users (show)

See Also:
Source RPM: python-docs 2.7.1-6.mga1
CVE:
Status comment:


Attachments

Description JeanBaptiste Lamy 2011-06-08 14:43:05 CEST
After installing the package python-docs version 2.7.1-6.mga1, many HTML documentation files in /usr/share/doc/python-docs/ are readable only by root, due to their permission. For example :

[root@localhost src]# ll /usr/share/doc/python-docs/index.html
-rw-r----- 1 root root 9241 mai   23 00:06 /usr/share/doc/python-docs/index.html


Uninstalling the python-docs package and then reinstalling it did not solved the problem. I got this problem on several x86 computer.
JeanBaptiste Lamy 2011-06-08 14:43:50 CEST

Source RPM: (none) => python-docs 2.7.1-6.mga1

Comment 1 walter lewis 2011-09-05 15:59:16 CEST
yeah, I got this problem too. If the memory doesn't foo me , it's a bug since Mandriva 2010.It's not a so big problem , but makes people fuss sometimes.

solution:

add the READ permission to all the file for OTHER recursively in the python-docs directory.

CC: (none) => lyh19901223

Comment 2 Jani Välimaa 2011-09-05 17:06:23 CEST
Pushed fixed release to core/updates_testing, please test with cmd from first message.

Source RPM: python-2.7.1-6.1.mga1

Status: NEW => ASSIGNED
CC: (none) => jani.valimaa
Assignee: bugsquad => qa-bugs

Comment 3 claire robinson 2011-09-05 18:51:27 CEST
Tested i586

ll /usr/share/doc/python-docs/index.html
-rw-r----- 1 root root 9241 May 22 23:06 /usr/share/doc/python-docs/index.html


after update

ll /usr/share/doc/python-docs/index.html
-rw-r--r-- 1 root root 9241 Sep  5 16:03 /usr/share/doc/python-docs/index.html



python -V
Python 2.7.1


$ python
Python 2.7.1 (r271:86832, Sep  5 2011, 15:04:00) 
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 1+2
3
>>> 


Nothing else seems broken. Rhythmbox & totem plugins all still work OK.

CC: (none) => eeeemail

Comment 4 claire robinson 2011-09-05 19:05:02 CEST
Tested x86_64

$ ll /usr/share/doc/python-docs/index.html
-rw-r----- 1 root root 9241 May 22 23:06 /usr/share/doc/python-docs/index.html


after update

$ ll /usr/share/doc/python-docs/index.html
-rw-r--r-- 1 root root 9241 Sep  5 15:49 /usr/share/doc/python-docs/index.html

$ python -V
Python 2.7.1

$ python
Python 2.7.1 (r271:86832, Sep  5 2011, 14:50:51)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 1+2
3
>>>

Again everything else seems fine.


Update validated

Advisory:

--------------

After installing the package python-docs version 2.7.1-6.mga1, many HTML
documentation files in /usr/share/doc/python-docs/ were readable only by root.
This update corrects this.

--------------

Source RPM: python-2.7.1-6.1.mga1


Could somebody from sysadmin please push this from core/updates_testing to core/updates.

Thankyou!

Keywords: (none) => validated_update
CC: (none) => sysadmin-bugs
Hardware: i586 => All

Comment 5 D Morgan 2011-09-05 21:52:06 CEST
update pushed.

Status: ASSIGNED => RESOLVED
CC: (none) => dmorganec
Resolution: (none) => FIXED


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