summaryrefslogtreecommitdiffstats
path: root/abrt.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'abrt.spec.in')
-rw-r--r--abrt.spec.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/abrt.spec.in b/abrt.spec.in
index 8aaa9823..8021af44 100644
--- a/abrt.spec.in
+++ b/abrt.spec.in
@@ -82,6 +82,8 @@ Summary: Python bindings for report-libs.
# Is group correct here? -
Group: System Environment/Libraries
Requires: libreport = %{version}-%{release}
+Provides: report
+Obsoletes: report > 0.20
%description -n libreport-python
Python bindings for report-libs.
@@ -90,6 +92,8 @@ Python bindings for report-libs.
Summary: GTK frontend for libreport
Group: User Interface/Desktops
Requires: libreport = %{version}-%{release}
+Provides: report-gtk
+Obsoletes: report-gtk > 0.20
%description -n libreport-gtk
Applications for reporting bugs using libreport backend.
@@ -399,6 +403,10 @@ touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun libs -p /sbin/ldconfig
+%post -n libreport -p /sbin/ldconfig
+%postun -n libreport -p /sbin/ldconfig
+
+
%postun gui
if [ $1 -eq 0 ] ; then
touch --no-create %{_datadir}/icons/hicolor &>/dev/null