Description of problem: Each time I use mock lately, I get popups later in the desktop that ask to run yum-complete-transaction. When I run yum-complete-transaction I see yum replay the package installations it did for mock but in the system itself. Since one of the main point of mock is not to have to install packages needed to build on the system itself, this is a big problem Mock yum transactions should not be queued for replay in any case Version-Release number of selected component (if applicable): mock-0.9.17-3.fc12.noarch
need a ver of yum.
do you see this for all configs?
The only config I used lately is #!/usr/bin/python -tt config_opts['root'] = 'fedora-development-x86_64-1' config_opts['target_arch'] = 'x86_64' config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' config_opts['yum.conf'] = """ [main] cachedir=/var/cache/yum debuglevel=1 reposdir=/dev/null retries=1 obsoletes=1 timeout=10 gpgcheck=0 keepcache=0 assumeyes=1 exclude=*.i386 *.i686 *.i586 *.i486 metadata_expire=1800 #http_caching=packages #proxy=http://192.168.1.1:8080/ # repos [fedora-devel] name=Fedora - Development baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/x86_64/os/ http://download.fedora.redhat.com/pub/fedora/linux/development/x86_64/os/ #http://ftp.free.fr/mirrors/fedora.redhat.com/fedora/linux/development/$basearch/os/ enabled=1 gpgcheck=0 [koji-f12-builds] name=Fedora - 12 - Koji builds baseurl=http://koji.fedoraproject.org/static-repos/dist-f12-build-current/x86_64/ exclude=*debuginfo* enabled=1 gpgcheck=0 cost=500 [koji-rawhide-builds] name=Fedora - Devel - Koji builds baseurl=http://koji.fedoraproject.org/static-repos/dist-rawhide-current/x86_64/ enabled=1 gpgcheck=0 cost=500
okay - this is a yum bug - and it's directly related to the fix for 503195 I've patched it upstream. A trivial workaround is to remove the trailing / from the installroot path.
This bug appears to have been reported against 'rawhide' during the Fedora 13 development cycle. Changing version to '13'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping