[abrt/f19] Rebuild with correct libreport

Jakub Filak jfilak at fedoraproject.org
Tue Apr 9 07:01:03 UTC 2013


commit ecae54f9a20d3d36634bf2898c6c804125496478
Author: Jakub Filak <jfilak at redhat.com>
Date:   Mon Apr 8 09:54:05 2013 +0200

    Rebuild with correct libreport
    
    Resolves: #947651
    
    Signed-off-by: Jakub Filak <jfilak at redhat.com>

 abrt.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/abrt.spec b/abrt.spec
index 355748b..30cccc3 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -25,7 +25,7 @@
 Summary: Automatic bug detection and reporting tool
 Name: abrt
 Version: 2.1.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -52,9 +52,9 @@ BuildRequires: nss-devel
 BuildRequires: asciidoc
 BuildRequires: doxygen
 BuildRequires: xmlto
-BuildRequires: libreport-devel >= 2.1.2
+BuildRequires: libreport-devel >= 2.1.3
 BuildRequires: btparser-devel
-Requires: libreport >= 2.1.2
+Requires: libreport >= 2.1.3
 
 %if %{with systemd}
 Requires: systemd-units
@@ -750,6 +750,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_defaultdocdir}/%{name}-python-%{version}/examples/
 
 %changelog
+* Mon Apr 08 2013 Jakub Filak <jfilak at redhat.com> 2.1.3-2
+- Require correct version of libreport
+- Resolves: #947651
+
 * Wed Mar 27 2013 Jakub Filak <jfilak at redhat.com> 2.1.3-1
 - record runlevel
 - Integration with satyr


More information about the scm-commits mailing list