On Sat, Jan 10, 2009 at 13:30, Michael Schwendt <mschwendt@xxxxxxxxx> wrote:
On Sat, 10 Jan 2009 12:51:29 -0200, Andre wrote:bugzilla.redhat.com explains that the "Component" to choose in bugzilla must
> Fedora Bugzilla only has gnome-system-monitor (it should have g-s-l,
> right?), and even though GNOME BZ has gnome-system-tools, it's not clear
> which component to assign it to on the next screen (best option seems to be
> "general").
>
> Any tips? (aside from tail -F /var/log/messages, which I regularly use ;-))
be the name of the source RPM package. Hence:
gnome-utils
$ rpm -qf /usr/bin/gnome-system-log | xargs rpm -qi | grep Source
Group : Applications/System Source RPM: gnome-utils-2.24.1-1.fc10.src.rpm
Or:
$ rpm -qf /usr/bin/gnome-system-log -q --qf %{sourcerpm}\\n
gnome-utils-2.24.1-1.fc10.src.rpm
Makes perfect sense, thks for the detailed explanation =)
Regards,
Andre
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines