Hi:
When dealing with building yum itself inside of a mock chroot, it's better to do this:
yumconf = os.path.join(self.rootdir, 'etc', 'yum.repos.d', 'mock.conf')
Instead of messing with rpmsave/rpmnew.
On Sunday 11 September 2005 20:39, Jeff Pitman wrote:
yumconf = os.path.join(self.rootdir, 'etc', 'yum.repos.d', 'mock.conf')
FYI: I changed this to /builddir/mock.conf instead and passed "-c /builddir/mock.conf" to the yum command. There were just too many perm issues ridden with a config in /etc...
buildsys@lists.fedoraproject.org