Description of problem: I have some old packages installed from the @texlive/17 repo, so I tried to run: $ sudo yum repo-pkgs 'texlive' remove-or-distro-sync Version-Release number of selected component: yum-3.4.3-111.fc19 Additional info: reporter: libreport-2.1.8 cmdline: /usr/bin/python /usr/bin/yum repo-pkgs texlive remove-or-distro-sync executable: /usr/bin/yum kernel: 3.11.4-201.fc19.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: #1 doCommand in /usr/share/yum-cli/yumcommands.py:3678 #2 doCommands in /usr/share/yum-cli/cli.py:569 #3 main in /usr/share/yum-cli/yummain.py:174 #4 user_main in /usr/share/yum-cli/yummain.py:355 #5 <module> in /usr/bin/yum:29
Created attachment 813067 [details] File: backtrace
Created attachment 813068 [details] File: environ
Easy to fix with just: - for toinst in apkgs: + for toinst in apkgs or []: ..but maybe James would like to look at this too.. The apkgs setup code in remove-or-distro-sync seems broken to me.
Upstream fix is basically the same: - apkgs = None + apkgs = []
yum-3.4.3-148.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/yum-3.4.3-148.fc20
Package yum-3.4.3-148.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing yum-3.4.3-148.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-6603/yum-3.4.3-148.fc20 then log in and leave karma (feedback).
yum-3.4.3-148.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.
yum-3.4.3-152.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/yum-3.4.3-152.fc19