Bug 199837 - missing .pyc files after update via yum
Summary: missing .pyc files after update via yum
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-language
Version: 6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Paul Nasrat
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-07-23 05:21 UTC by Jim Cornette
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-08-14 18:02:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jim Cornette 2006-07-23 05:21:41 UTC
Description of problem:
After upgrading from an installed package to a newer version of the package,
some .pyc files are missing when querying the rpm database. Previous bugs were
filed for other s-c-* packages. This package still exhibits the problem.
The problem seems to happen because some files that are already owned by the
package are rm *.pyc during the cleanup stage of rpm.

Version-Release number of selected component (if applicable):
system-config-language-1.1.11-2

How reproducible:
Update system via pup or yum. I use both depending upon package conflict conditions.

Steps to Reproduce:
1. Run update of yum or pup
2. rpm -qaV |grep missing >rpm-missing.txt as root
3. review output file
  
Actual results:

missing     /usr/share/system-config-language/language_backend.pyc
missing     /usr/share/system-config-language/language_gui.pyc
missing     /usr/share/system-config-language/language_tui.pyc
missing     /usr/share/system-config-language/system-config-language.pyc


Expected results:
Clean report from s-c-language

Additional info:
Refer to other s-c-* programs for similar failures

Comment 1 Paul Nasrat 2006-08-14 18:02:44 UTC
1.1.11-2 has the fixed scriptlet, sadly the *.pyc will be removed on the preun
of the older package so there isn't much we can do here.


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