Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: rpm -V system-config-samba reports the following [root@viper ~]# rpm -V system-config-samba missing /usr/share/system-config-samba/addUserWin.pyc missing /usr/share/system-config-samba/basicPreferencesWin.pyc missing /usr/share/system-config-samba/mainWindow.pyc missing /usr/share/system-config-samba/samba-share.pyc missing /usr/share/system-config-samba/sambaBackend.pyc missing /usr/share/system-config-samba/sambaDefaults.pyc missing /usr/share/system-config-samba/sambaParser.pyc missing /usr/share/system-config-samba/sambaToken.pyc missing /usr/share/system-config-samba/sambaUserData.pyc missing /usr/share/system-config-samba/sambaUserWin.pyc missing /usr/share/system-config-samba/sambaoptionscheck.pyc missing /usr/share/system-config-samba/shareWindow.pyc missing /usr/share/system-config-samba/system-config-samba.pyc Version-Release number of selected component (if applicable): system-config-samba-1.2.47-1.fc7 How reproducible: Always Steps to Reproduce: 1. Just do a clean install of f7 2. update the system 3. run rpm -V system-config-samba Actual results: The above error Expected results: Nothing in the output of rpm -V Additional info: IMHO the following should be removed from the spec file %preun if [ -d /usr/share/system-config-samba ] ; then rm -rf /usr/share/system-config-samba/*.pyc fi since according to the python packaging guidelines is not needed in current versions of fedora
Thanks for spotting this. I've fixed this in the upstream repository but packaging that change will have to wait because there are some bugs that need to be fixed first. Mind that updating to the next version when it's there won't help for the first time because the %preun commands come from the old version that still removes the *.pyc files.
I see it's been fixed and rebuild for rawhide. Is there going to be a rebuild with the fixes for f7?
I'll wait for some new translations, but I plan to build a fixed version for F7. That's why this ticket is ASSIGNED, not CLOSED.
system-config-samba-1.2.50-1.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report.
system-config-samba-1.2.51-1.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report.
Fixed.
system-config-samba-1.2.52-1.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report.