From 9166d17c5d449261ca13bf3d076b450721c6cf7f Mon Sep 17 00:00:00 2001 From: Matej Habrnal Date: Mon, 2 Jan 2017 10:34:35 +0100 Subject: [PATCH] Set minimal satyr version to 0.22 Signed-off-by: Matej Habrnal --- libreport.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libreport.spec b/libreport.spec index 7d26529..066de6f 100644 --- a/libreport.spec +++ b/libreport.spec @@ -1,12 +1,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.21 +%define satyr_ver 0.22 Summary: Generic library for reporting various problems Name: libreport Version: 2.9.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ URL: https://abrt.readthedocs.org/ Source: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz @@ -714,6 +714,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Mon Jan 02 2017 Matej Habrnal 2.9.0-3 +- fix minimal satyr version + * Thu Dec 15 2016 Charalampos Stratakis - 2.9.0-2 - Rebuild for Python 3.6