Description of problem: yum-plugin-remove-with-leaves contains a configuration file that starts with 'rem' (remove), parsing of this line is affected by known bug from iniparse which causes it to skip the line. Due to this one can't permanently enable the plugin functionality. Version-Release number of selected component (if applicable): python-iniparse-0.4-4.fc17 How reproducible: Always Steps to Reproduce: Run python, run a test case: >>> import iniparse >>> import StringIO >>> parser = iniparse.RawConfigParser() >>> parser.readfp(StringIO.StringIO('[main]\nok = 1\nremoved = yes\n\n')) >>> parser.sections() ['main'] >>> parser.items('main') [('ok', '1')] >>> Actual results: Lack of 'removed' in items. Expected results: 'removed' should appear in items. Additional info: The bug has been known at least from February, see http://code.google.com/p/iniparse/issues/detail?id=28, this bug also contains a one line fix to this bug, can we have a revision bump for F17?
I have add a patch, please test http://koji.fedoraproject.org/koji/taskinfo?taskID=4470571
python-iniparse-0.4-6.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/python-iniparse-0.4-6.fc18
python-iniparse-0.4-6.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/python-iniparse-0.4-6.fc17
Package python-iniparse-0.4-6.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-iniparse-0.4-6.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-13718/python-iniparse-0.4-6.fc18 then log in and leave karma (feedback).
python-iniparse-0.4-6.fc17 resolves the issue, thanks!
could you please add some karma to the updates
(In reply to comment #6) > could you please add some karma to the updates Yes, of course -- it's done.
python-iniparse-0.4-6.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.
python-iniparse-0.4-6.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.