summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-04-29 12:09:39 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2011-04-29 12:09:39 +0200
commit16c2aed6db81b68ef89c76324e706590e5f54e91 (patch)
tree32697fcc6c0528240ebe6f22af12d845aba4f9ac
parent64b7f916bb1d52cae7d5024d9dbc4852fb9cf06f (diff)
downloadabrt-16c2aed6db81b68ef89c76324e706590e5f54e91.tar.gz
abrt-16c2aed6db81b68ef89c76324e706590e5f54e91.tar.xz
abrt-16c2aed6db81b68ef89c76324e706590e5f54e91.zip
spec: use versioned deps on libreport
-rw-r--r--abrt.spec.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/abrt.spec.in b/abrt.spec.in
index efe47ab0..691e3923 100644
--- a/abrt.spec.in
+++ b/abrt.spec.in
@@ -79,6 +79,7 @@ Development libraries and headers for libreport.
Summary: Python bindings for report-libs.
# Is group correct here? -
Group: System Environment/Libraries
+Requires: libreport = %{version}-%{release}
%description -n libreport-python
Python bindings for report-libs.
@@ -86,6 +87,7 @@ Python bindings for report-libs.
%package -n libreport-gtk
Summary: GTK frontend for libreport
Group: User Interface/Desktops
+Requires: libreport = %{version}-%{release}
%description -n libreport-gtk
Applications for reporting bugs using libreport backend.