Description of problem: When installing abrt one would expect that all abrt-addons are installed. Installing abrt-cli pulls some abrt-addons but not all of them e.g.abrt-java-connector is missing. Also one would expect that abrt is part of @Base group like in RHEL 6. Version-Release number of selected component (if applicable): abrt-2.1.8-1.fc19.x86_64 How reproducible: always Steps to Reproduce: 1. yum install -y abrt; service abrtd start; 2. create crash 3. ls /var/tmp/abrt/ - nothing there 4. yum install -y abrt-cli; service abrtd restart; 5. create crash 6. ls /var/tmp/abrt - crash is present Actual results: abrt-cli pulls some available abrt-addons like ccpp but not all of them ( abrt-java-connector is missing) Expected results: abrt-cli pulls all available dependencies or some package group like "@Abrt addons" is available. Also abrt and abrt-cli should be part of @Base as they're installed only in few chosen desktop environments (GNOME, Xfce) and not on pure server installation - this behavior should be consistent.
Introduction of a new comps group has been found unnecessary and abrt-cli must not require "abrt-java-connector" nor "rubygem-abrt" because that requires will pull in requires for both packages (we don't want to install neither Java nor ruby with abrt-cli). So I've added abrt-java-connector to the comps group "java"[1] and rubygem-abrt to the comps group "ruby"[2]. Since now, everyone who installs these environments by 'yum groupinstall' will get the related abrt-addon too. I'm reassigning this report from abrt to comps because adding abrt-cli to the comps group "standard" is a kind of change which should be done by more competent people [3]. 1: https://git.fedorahosted.org/cgit/comps.git/commit/?id=8846512af59b0cd33f04c830ca063c2a1a6218c6 2: https://git.fedorahosted.org/cgit/comps.git/commit/?id=ff22af0882b7526fc4447b2366e7508598729f51 3: https://fedoraproject.org/wiki/How_to_use_and_edit_comps.xml_for_package_groups#All_other_groups
This message is a reminder that Fedora 20 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 20. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '20'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 20 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
abrt-cli is in the standard group. Closing this bug.