diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-11-03 12:00:39 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-11-03 12:00:39 +0100 |
| commit | a5671452a511f992cd0e74c66da05e85c999d63f (patch) | |
| tree | a930c3774aea84c8ceac8d75e0c123b942c1e68f | |
| parent | cd53e2687e9f9e862256dd8eb6c088554404d9ea (diff) | |
re-enabled kerneloops as we don't have a replacement in F12
| -rw-r--r-- | abrt.spec | 3 | ||||
| -rw-r--r-- | src/Daemon/abrt.conf | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -198,8 +198,7 @@ Group: User Interface/Desktops Requires: %{name} = %{version}-%{release} Requires: %{name}-plugin-sqlite3, %{name}-plugin-bugzilla, %{name}-plugin-logger Requires: %{name}-gui -# removed until it's usable the same way as the original kerneloops rhbz#528395 -#Requires: %{name}-addon-kerneloops +Requires: %{name}-addon-kerneloops Requires: %{name}-addon-ccpp, %{name}-addon-python %description desktop diff --git a/src/Daemon/abrt.conf b/src/Daemon/abrt.conf index 3fa198c..ee44cd9 100644 --- a/src/Daemon/abrt.conf +++ b/src/Daemon/abrt.conf @@ -31,4 +31,4 @@ Python = Bugzilla, Logger # h:m - at h:m an action plugin is activated # s - every s seconds is an action plugin activated # Disable kerneloops since it's not part of default install -#120 = KerneloopsScanner +120 = KerneloopsScanner |
