Bug 161828

Summary: mock.py references mach-helper
Product: [Fedora] Fedora Reporter: Ralf Corsepius <rc040203>
Component: mockAssignee: Seth Vidal <skvidal>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: 4CC: dcbw
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.4 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-03-29 06:14:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ralf Corsepius 2005-06-27 16:21:46 UTC
Description of problem:

Some defaults being used internal of mock.py refer to mach-helper:

Near mock.py:595
    config_opts['basedir'] = '/var/lib/mach/roots/' # root name is automatically
added to this
    config_opts['chroot'] = '/usr/sbin/mach-helper chroot'
    config_opts['mount'] = '/usr/sbin/mach-helper mount'
    config_opts['umount'] = '/usr/sbin/mach-helper umount'
    config_opts['rm'] = '/usr/sbin/mach-helper rm'
    config_opts['mknod'] = '/usr/sbin/mach-helper mknod'
    config_opts['yum'] = '/usr/sbin/mach-helper yum'
    config_opts['runuser'] = '/sbin/runuser'

Version-Release number of selected component (if applicable):
mock-0.3-2.fc4

Additional info:
This doesn't have any effects, unless using custom configurations, because the
standard *.cfgs as being shipped with the mock-rpm override these settings.

Comment 1 Seth Vidal 2006-03-29 06:14:29 UTC
fairly sure this is fixed now.