Bug 1468802
Summary: | mock 1.4.2-1.el7 fails to build el6 packages. | ||
---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Steven Haigh <netwiz> |
Component: | mock | Assignee: | Clark Williams <williams> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | epel7 | CC: | jdisnard, mebrown, msimacek, msuchy, netwiz, praiskup, williams |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-07-10 12:58: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: | |||
Bug Depends On: | 1301953 | ||
Bug Blocks: |
Description
Steven Haigh
2017-07-08 06:59:02 UTC
On a side note, I can confirm I can still build packages targeting epel-7-x86_64 without an issue. Only epel-6-x86_64 building is broken. Rolling back to mock-1.3.4-1.el7.noarch.rpm and I can build again. Hunting logs from here: https://koji.fedoraproject.org/koji/buildinfo?buildID=906776 This stands out: - Do not use systemd-nspawn for EL6 chroots [RHBZ#1456421] It seems the magic line is: config_opts['use_nspawn'] = False If you have modified the epel-6-x86_64.cfg file (say, to add more repos), this file will not get updated. > If you have modified the epel-6-x86_64.cfg file (say, to add more repos), this file will not get updated. If you modify it, then during installation is created epel-6-x86_64.cfg.rpmnew file and it is up to you to merge it. I highly recommend running `rpmconf -a` after every upgrade. Or `rpmconf -o mock` if you want to just merge mock' configs. *** This bug has been marked as a duplicate of bug 1456421 *** |