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