Remove an unnecessary Requires on pygobject3
Related: #1230420 Signed-off-by: Jakub Filak <jfilak@redhat.com>
This commit is contained in:
parent
025695f441
commit
3c9680d259
@ -7,7 +7,7 @@
|
|||||||
Summary: Generic library for reporting various problems
|
Summary: Generic library for reporting various problems
|
||||||
Name: libreport
|
Name: libreport
|
||||||
Version: 2.6.0
|
Version: 2.6.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: https://github.com/abrt/abrt/wiki/ABRT-Project
|
URL: https://github.com/abrt/abrt/wiki/ABRT-Project
|
||||||
@ -139,11 +139,7 @@ Summary: GTK front-end for libreport
|
|||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
Requires: libreport = %{version}-%{release}
|
Requires: libreport = %{version}-%{release}
|
||||||
Requires: libreport-plugin-reportuploader = %{version}-%{release}
|
Requires: libreport-plugin-reportuploader = %{version}-%{release}
|
||||||
Requires: fros >= 1.0
|
Requires: fros >= 1.1-2
|
||||||
%if 0%{?rhel} >= 6
|
|
||||||
%else
|
|
||||||
Requires: pygobject3
|
|
||||||
%endif
|
|
||||||
Provides: report-gtk = 0:0.23-1
|
Provides: report-gtk = 0:0.23-1
|
||||||
Obsoletes: 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
|
%changelog
|
||||||
|
* Thu Jun 11 2015 Jakub Filak <jfilak@redhat.com> 2.6.0-2
|
||||||
|
- remove pygobject3 from Requires of libreport-gtk
|
||||||
|
- Resolves: #1230420
|
||||||
|
|
||||||
* Tue Jun 09 2015 Jakub Filak <jfilak@redhat.com> 2.6.0-1
|
* Tue Jun 09 2015 Jakub Filak <jfilak@redhat.com> 2.6.0-1
|
||||||
- harden the code against directory traversal, symbolic and hard link attacks
|
- harden the code against directory traversal, symbolic and hard link attacks
|
||||||
- fix a bug causing that the first value of AlwaysExcludedElements was ignored
|
- fix a bug causing that the first value of AlwaysExcludedElements was ignored
|
||||||
|
Loading…
Reference in New Issue
Block a user