Description of problem: When running mrepo with the -f option the createrepo-options line in mrepo.conf gets ignored. Below is a diff from SVN for the fix present in 0.8.7 *** --- trunk/tools/mrepo/mrepo 2008/10/09 11:01:31 6506 +++ trunk/tools/mrepo/mrepo 2008/10/12 11:18:10 6511 @@ -830,7 +830,7 @@ opts = ' ' + cf.createrepooptions if op.force: - opts = ' --pretty' + opts = ' --pretty' + opts if op.verbose <= 2: opts = ' --quiet' + opts elif op.verbose >= 4: *** http://svn.rpmforge.net/viewvc/rpmforge/trunk/tools/mrepo/mrepo?r1=6506&r2=6511 Version-Release number of selected component (if applicable): 0.8.6-6.el5 How reproducible: Every time Steps to Reproduce: 1. Add a createrepo-options line under [main] in mrepo.conf 2. `mrepo -fg`
This package was recently orphaned - I've picked it up as of yesterday and am looking at either back porting this particular fix or just updating the version available to 0.8.7. Look forward to an updated rpm in epel-testing in the next couple of days, I will ping this bug to let you know when it's available for testing.
mrepo-0.8.7-1.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/mrepo-0.8.7-1.fc12
mrepo-0.8.7-1.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/mrepo-0.8.7-1.fc13
mrepo-0.8.7-1.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update mrepo'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/mrepo-0.8.7-1.fc12
mrepo-0.8.7-1.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update mrepo'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/mrepo-0.8.7-1.fc13
mrepo-0.8.7-1.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/mrepo-0.8.7-1.el5
Update submitted to epel-testing. Please let me know if it fixes your issue - you could even add bodhi karma to get it into stable more speedily at https://admin.fedoraproject.org/updates/mrepo-0.8.7-1.el5 if you like. Thanks!
mrepo-0.8.7-1.el5 has been pushed to the Fedora EPEL 5 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update mrepo'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/mrepo-0.8.7-1.el5
Sorry for the delay, just updated and it looks good.
mrepo-0.8.7-1.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report.
mrepo-0.8.7-1.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.
mrepo-0.8.7-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.