Bug 1224961
Summary: | site-defaults.cfg claims that config_opts['yum_common_opts'] is a must while the other configs do not set it | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Radek Holy <rholy> |
Component: | mock | Assignee: | Miroslav Suchý <msuchy> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | jdisnard, jzeleny, mebrown, msimacek, msuchy, praiskup, williams |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | mock-1.2.10-1.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-06-09 15:15:19 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Fixed in commit: * a676003 sync comments in site-defaults.cfg with code [RHBZ#1224961] I moved it from zone MUST to zone CAN SET. I added few more option, which is used in code as well. Thank you! mock-1.2.10-1.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/mock-1.2.10-1.fc22 mock-1.2.10-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/mock-1.2.10-1.fc21 mock-1.2.10-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/mock-1.2.10-1.fc20 mock-1.2.10-1.el7 has been submitted as an update for Fedora EPEL 7. https://admin.fedoraproject.org/updates/mock-1.2.10-1.el7 mock-1.2.10-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/mock-1.2.10-1.el6 Package mock-1.2.10-1.el7: * should fix your issue, * was pushed to the Fedora EPEL 7 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing mock-1.2.10-1.el7' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6557/mock-1.2.10-1.el7 then log in and leave karma (feedback). mock-1.2.10-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. mock-1.2.10-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. mock-1.2.10-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. mock-1.2.10-1.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. mock-1.2.10-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: IIUIC, /etc/mock/site-defaults.cfg serves also as a documentation of the config format. It says: > [...] > # MUST SET (in individual chroot cfg file): > [...] > # config_opts['yum_common_opts'] = [] > [...] On the other hand, no default config (e.g. /etc/mock/fedora-rawhide-x86_64.cfg) sets it. Version-Release number of selected component (if applicable): mock-1.2.8-1.fc22.noarch How reproducible: always Steps to Reproduce: 1. install mock 2. compare /etc/mock/site-defaults.cfg with /etc/mock/fedora-rawhide-x86_64.cfg Actual results: config_opts['yum_common_opts'] marked as a must but not set in the default configs Expected results: Either remove the option from the "MUST SET" section or set it in all the default configs.