[libreport] require the right satyr version

Jakub Filak jfilak at fedoraproject.org
Fri Feb 20 15:31:02 UTC 2015


commit f2704bd7db7e8b41535c488650d0370c482a82b8
Author: Jakub Filak <jfilak at redhat.com>
Date:   Fri Feb 20 10:00:45 2015 +0100

    require the right satyr version

 libreport.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libreport.spec b/libreport.spec
index 98a7ff9..6b73daf 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -2,12 +2,12 @@
 # platform-dependent
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
-%define satyr_ver 0.15
+%define satyr_ver 0.16
 
 Summary: Generic library for reporting various problems
 Name: libreport
 Version: 2.4.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: https://github.com/abrt/abrt/wiki/ABRT-Project
@@ -728,6 +728,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Feb 20 2015 Jakub Filak <jfilak at redhat.com> 2.4.0-2
+- bump required satyr verion
+
 * Fri Feb 20 2015 Jakub Filak <jfilak at redhat.com> 2.4.0-1
 - introduce reporter-mantisbt
 - introduce global configuration


More information about the scm-commits mailing list