From 497c2f4e8ac6ed3621429b9a11b897d9fbb63ee0 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Mon, 23 May 2011 17:25:21 +0200 Subject: obsolete report with libreport-python --- abrt.spec.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'abrt.spec.in') 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 -- cgit