From 3c9680d259f5e151ffc15093b8cf13a32ba670c0 Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Thu, 11 Jun 2015 09:32:31 +0200 Subject: [PATCH] Remove an unnecessary Requires on pygobject3 Related: #1230420 Signed-off-by: Jakub Filak --- libreport.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libreport.spec b/libreport.spec index 06a5501..a74a820 100644 --- a/libreport.spec +++ b/libreport.spec @@ -7,7 +7,7 @@ Summary: Generic library for reporting various problems Name: libreport Version: 2.6.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: https://github.com/abrt/abrt/wiki/ABRT-Project @@ -139,11 +139,7 @@ Summary: GTK front-end for libreport Group: User Interface/Desktops Requires: libreport = %{version}-%{release} Requires: libreport-plugin-reportuploader = %{version}-%{release} -Requires: fros >= 1.0 -%if 0%{?rhel} >= 6 -%else -Requires: pygobject3 -%endif +Requires: fros >= 1.1-2 Provides: report-gtk = 0:0.23-1 Obsoletes: report-gtk < 0:0.23-1 @@ -737,6 +733,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Jun 11 2015 Jakub Filak 2.6.0-2 +- remove pygobject3 from Requires of libreport-gtk +- Resolves: #1230420 + * Tue Jun 09 2015 Jakub Filak 2.6.0-1 - harden the code against directory traversal, symbolic and hard link attacks - fix a bug causing that the first value of AlwaysExcludedElements was ignored