Resolves #1534656: Fix dependencies for F28+ (ghostscript-devel => libgs-devel)
This commit is contained in:
parent
191ad33758
commit
c0104a7874
@ -82,7 +82,7 @@ Summary: GNU Image Manipulation Program
|
|||||||
Name: gimp
|
Name: gimp
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 2.8.22
|
Version: 2.8.22
|
||||||
Release: %{?prerelprefix}3%{dotprerel}%{dotgitrev}%{?dist}
|
Release: %{?prerelprefix}4%{dotprerel}%{dotgitrev}%{?dist}
|
||||||
|
|
||||||
# Compute some version related macros.
|
# Compute some version related macros.
|
||||||
# Ugly, need to get quoting percent signs straight.
|
# Ugly, need to get quoting percent signs straight.
|
||||||
@ -123,7 +123,11 @@ BuildRequires: fontconfig-devel >= 2.2.0
|
|||||||
BuildRequires: freetype-devel >= 2.1.7
|
BuildRequires: freetype-devel >= 2.1.7
|
||||||
BuildRequires: gdk-pixbuf2-devel >= 2.24.1
|
BuildRequires: gdk-pixbuf2-devel >= 2.24.1
|
||||||
BuildRequires: gegl-devel >= 0.2.0
|
BuildRequires: gegl-devel >= 0.2.0
|
||||||
|
%if 0%{?fedora} > 27
|
||||||
|
BuildRequires: libgs-devel
|
||||||
|
%else
|
||||||
BuildRequires: ghostscript-devel
|
BuildRequires: ghostscript-devel
|
||||||
|
%endif
|
||||||
BuildRequires: glib2-devel >= 2.30.2
|
BuildRequires: glib2-devel >= 2.30.2
|
||||||
BuildRequires: gnome-keyring-devel >= 0.4.5
|
BuildRequires: gnome-keyring-devel >= 0.4.5
|
||||||
BuildRequires: gtk2-devel >= 2.24.10
|
BuildRequires: gtk2-devel >= 2.24.10
|
||||||
@ -659,6 +663,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 16 2018 Josef Ridky <jridky@redhat.com> - 2:2.8.22-4
|
||||||
|
- Fix dependencies for F28+ (ghostscript-devel => libgs-devel) #1534656
|
||||||
|
|
||||||
* Thu Jan 04 2018 Josef Ridky <jridky@redhat.com> - 2:2.8.22-3
|
* Thu Jan 04 2018 Josef Ridky <jridky@redhat.com> - 2:2.8.22-3
|
||||||
- Fix for CVE-2017-17784, CVE-2017-17785, CVE-2017-17786,
|
- Fix for CVE-2017-17784, CVE-2017-17785, CVE-2017-17786,
|
||||||
CVE-2017-17787, CVE-2017-17788 and CVE-2017-17789 (#1529149)
|
CVE-2017-17787, CVE-2017-17788 and CVE-2017-17789 (#1529149)
|
||||||
|
Loading…
Reference in New Issue
Block a user