diff --git a/libreport.spec b/libreport.spec index 4a74a46..16701f0 100644 --- a/libreport.spec +++ b/libreport.spec @@ -5,7 +5,7 @@ Summary: Generic library for reporting various problems Name: libreport Version: 2.0.10 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: https://fedorahosted.org/abrt/ @@ -40,7 +40,7 @@ Requires: libreport-filesystem Requires: libreport-python = %{version}-%{release} # for rhel6 -%if 0%{?rhel} >= 6 +%if 0%{?rhel} == 6 BuildRequires: gnome-keyring-devel %else BuildRequires: libgnome-keyring-devel @@ -384,6 +384,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf %changelog +* Fri Jun 01 2012 Jiri Moskovcak 2.0.10-4 +- fixed build on rhel7 + * Mon May 14 2012 Jiri Moskovcak 2.0.10-3 - fixed compatibility with bugzilla 4.2 - Resolved: #820985, #795548