[Bug 229189] New: rpm-python: multiple directory ownership on /usr/%_lib/python?.?
https://bugzilla.novell.com/show_bug.cgi?id=229189 Summary: rpm-python: multiple directory ownership on /usr/%_lib/python?.? Product: openSUSE 10.3 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: Minor Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: andreas.hanke@gmx-topmail.de QAContact: qa@suse.de # rpm -ql rpm-python /usr/lib/python2.5 /usr/lib/python2.5/site-packages /usr/lib/python2.5/site-packages/rpm /usr/lib/python2.5/site-packages/rpm/__init__.py /usr/lib/python2.5/site-packages/rpm/__init__.pyc /usr/lib/python2.5/site-packages/rpm/__init__.pyo /usr/lib/python2.5/site-packages/rpm/_rpmmodule.so rpm-python claims ownership of /usr/%_lib/python?.? and %py_sitedir. However, these directories are already owned by python, which is (pre-)required by rpm-python. Is the multiple directory ownership really necessary here? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229189 ------- Comment #1 from andreas.hanke@gmx-topmail.de 2006-12-15 22:51 MST ------- Would this work: %files %defattr(-,root,root) -%{_libdir}/python* +%{_libdir}/python*/*/* -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229189 mls@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #2 from mls@novell.com 2006-12-19 09:12 MST ------- Multiple directory ownership is actually not a problem, but it creates unnecessary entries in the file database nevertheless. I'll fix it in 10.3. Btw, a lot of other packages have the same problem: $ rpm -qf /usr/lib/python2.5 python-2.5-23 python-kde-extensions-0.4.0-52 rpm-python-4.4.2-81 gnome-python-desktop-2.16.0-40 $ rpm -qf /usr/lib/python2.5/site-packages python-2.5-23 python-kde-extensions-0.4.0-52 rpm-python-4.4.2-81 python-twisted-2.4.0-16 gnome-python-desktop-2.16.0-40 subversion-python-1.4.0-33 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com