summaryrefslogtreecommitdiffstats
path: root/abrt.spec
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-11-29 14:00:41 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-11-29 14:00:41 +0100
commit72a48e59e5898116b88daccfee6370aea81c764c (patch)
tree3ea2057d74e62644091d6188a2f1d640468d6487 /abrt.spec
parentcf44477e4a1f75ec850192b2cf9c38b07636e8ac (diff)
downloadabrt-72a48e59e5898116b88daccfee6370aea81c764c.tar.gz
abrt-72a48e59e5898116b88daccfee6370aea81c764c.tar.xz
abrt-72a48e59e5898116b88daccfee6370aea81c764c.zip
new debuginfo install script rewritten in python
- using python alows us to use the yum API, so we can read the progress, file sizes, requires disk space, etc.. and seems to be faster the using yum --whatprovides + yumdownloader - it's easier to translate - we can drop dependency on yum-utils
Diffstat (limited to 'abrt.spec')
-rw-r--r--abrt.spec3
1 files changed, 1 insertions, 2 deletions
diff --git a/abrt.spec b/abrt.spec
index b946cb30..154faa47 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -96,7 +96,6 @@ GTK+ wizard for convenient bug reporting.
Summary: %{name}'s C/C++ addon
Group: System Environment/Libraries
Requires: elfutils
-Requires: yum-utils
Requires: %{name} = %{version}-%{release}
%description addon-ccpp
@@ -378,7 +377,7 @@ fi
%{_libdir}/%{name}/libCCpp.so*
%{_libexecdir}/abrt-hook-ccpp
%{_libexecdir}/abrt-action-analyze-c
-%{_libexecdir}/abrt-action-install-debuginfo
+%{_libexecdir}/abrt-action-install-debuginfo.py*
%{_libexecdir}/abrt-action-generate-backtrace
%files addon-kerneloops