| Summary: | DNF group remove doesn't work | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | František Zatloukal <fzatlouk> |
| Component: | dnf | Assignee: | Ales Kozumplik <akozumpl> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | akozumpl, jzeleny, pnemade, rholy |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | dnf-0.4.3-2.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-09 14:15:38 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: | |
Hi, thanks for the report. We haven't worked on the group support much yet so this is unfortunately normal and I can reproduce this. We'll take a look. Fixed by 6e4be2b, will be included in dnf-0.4.3 dnf-0.4.3-1.gitc1716d7.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/dnf-0.4.3-1.gitc1716d7.fc20 dnf-0.4.3-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/dnf-0.4.3-2.fc20 dnf-0.4.3-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: dnf can't be used to remove installed groups. Version-Release number of selected component (if applicable): 0.4.1-1.git55e6369.fc21 How reproducible: Always Steps to Reproduce: 1.Try to remove some installed group with DNF Actual results: Fails with this backtrace: Traceback (most recent call last): File "/bin/dnf", line 35, in <module> main.user_main(sys.argv[1:], exit_code=True) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 272, in user_main errcode = main(args) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 64, in main return _main(base, args) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 133, in _main result, resultmsgs = cli.run() File "/usr/lib/python2.7/site-packages/dnf/cli/cli.py", line 1290, in run return self.command.doCommand(self.base.basecmd, self.base.extcmds) File "/usr/lib/python2.7/site-packages/dnf/cli/commands.py", line 885, in doCommand return self.base.removeGroups(extcmds) File "/usr/lib/python2.7/site-packages/dnf/cli/cli.py", line 920, in removeGroups txmbrs = self.groupRemove(group_string) File "/usr/lib/python2.7/site-packages/dnf/yum/base.py", line 1583, in groupRemove txmbrs = self.remove(name=pkg, silence_warnings=True) TypeError: remove() got an unexpected keyword argument 'name' Expected results: Successful resolve of dependencies and group remove.