From d1f29fecee9308a66a485f2fb9a4202161ecae77 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Fri, 29 Jan 2010 19:28:43 +0100 Subject: SPEC: added bugzilla to abrt-desktop --- abrt.spec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'abrt.spec') diff --git a/abrt.spec b/abrt.spec index c9b8d90..3eb2fc2 100644 --- a/abrt.spec +++ b/abrt.spec @@ -203,6 +203,8 @@ Requires: %{name}-addon-ccpp, %{name}-addon-python Requires: gdb >= 7.0-3 Requires: %{name}-gui Requires: %{name}-plugin-logger, %{name}-plugin-ticketuploader, %{name}-plugin-sosreport +# remove for GA +Requires: %{name}-plugin-bugzilla #Requires: %{name}-plugin-firefox Obsoletes: bug-buddy Provides: bug-buddy -- cgit From 1326f31e8ad3cfaa69dce196312a298dd9143261 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Fri, 29 Jan 2010 19:32:03 +0100 Subject: SPEC: added reporter plugin to abrt-cli requires to make it work out-of-the-box --- abrt.spec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'abrt.spec') diff --git a/abrt.spec b/abrt.spec index 3eb2fc2..63e1bfe 100644 --- a/abrt.spec +++ b/abrt.spec @@ -183,6 +183,11 @@ uncaught exception in python programs. Summary: %{name}'s command line interface Group: User Interface/Desktops Requires: %{name} = %{version}-%{release} +# FIXME: make this into group? +Requires: %{name}-plugin-logger, %{name}-plugin-ticketuploader, %{name}-plugin-sosreport +# remove for GA +Requires: %{name}-plugin-bugzilla + %description cli This package contains simple command line client for controling abrt daemon over -- cgit