summaryrefslogtreecommitdiffstats
path: root/abrt.spec.in
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-05-23 17:25:21 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2011-05-23 17:25:21 +0200
commit497c2f4e8ac6ed3621429b9a11b897d9fbb63ee0 (patch)
tree87743b78ac8c78dc23604115e787ae0f02aeb3f1 /abrt.spec.in
parent28e6bba1e2a35f6bca8f27b5397e1c7fa2171fd4 (diff)
downloadabrt-497c2f4e8ac6ed3621429b9a11b897d9fbb63ee0.tar.gz
abrt-497c2f4e8ac6ed3621429b9a11b897d9fbb63ee0.tar.xz
abrt-497c2f4e8ac6ed3621429b9a11b897d9fbb63ee0.zip
obsolete report with libreport-python
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