Bug 1132762
Summary: | RFE: Support systemd-nspawn as a chroot replacement for mock | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Craig Ringer <craig> |
Component: | mock | Assignee: | Miroslav Suchý <msuchy> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | jdisnard, mebrown, msimacek, msuchy, praiskup, williams |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Other | ||
Whiteboard: | |||
Fixed In Version: | mock-1.2.0 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-10-12 21:18:10 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: |
Description
Craig Ringer
2014-08-22 03:06:40 UTC
Systemd is not present on RHEL6 (which we still support), but yes - it would be nice. Implemeted as f05982c. in py/mockbuild/util.py is variable: USE_NSPAWN = True when set to False, mock will use old code for classic chroot. Spec file substitute that for EL6 builds. One additonal commit b792207. And I find that some src.rpm have assert on building under root user. I will try to add user into that container. One more commit e6017d3 with uid handling. Fixed in mock-1.2.0, which just landed in rawhide. |