From afcdce9e6cd8483b1bad65c4e76cf537165a7ed1 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Wed, 28 May 2014 15:37:03 -0400 Subject: [PATCH] Require fontconfig explicitly Require fontconfig and minimal fonts (xorg-x11-fonts-Type1) explicitly. fontconfig is used to render fonts. The minimal fonts ensure some fonts can always be rendered even in minimal installs. Resolves rhbz#1101394 --- java-1.8.0-openjdk.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index b890302..d2656ff 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -135,7 +135,7 @@ Name: java-%{javaver}-%{origin} Version: %{javaver}.%{updatever} -Release: 6.%{buildver}%{?dist} +Release: 7.%{buildver}%{?dist} # java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons, # and this change was brought into RHEL-4. java-1.5.0-ibm packages # also included the epoch in their virtual provides. This created a @@ -267,6 +267,9 @@ BuildRequires: prelink BuildRequires: systemtap-sdt-devel %endif +Requires: fontconfig +Requires: xorg-x11-fonts-Type1 + # Requires rest of java Requires: %{name}-headless = %{epoch}:%{version}-%{release} @@ -1122,6 +1125,10 @@ exit 0 %{_jvmdir}/%{jredir}/lib/accessibility.properties %changelog +* Wed May 28 2014 Omair Majid - 1:1.8.0.5-7.b13 +- Require fontconfig and minimal fonts (xorg-x11-fonts-Type1) explicitly +- Resolves rhbz#1101394 + * Fri May 23 2014 Dan HorĂ¡k - 1:1.8.0.5-6.b13 - Enable build on s390/s390x