From 91115e7a07075f86d4113d4c112e796e4099215d Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Wed, 7 Nov 2018 18:54:15 +0100 Subject: [PATCH] headless' suggests of cups, replaced by Requires of cups-libs --- java-11-openjdk.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/java-11-openjdk.spec b/java-11-openjdk.spec index f396f82..191c2ba 100644 --- a/java-11-openjdk.spec +++ b/java-11-openjdk.spec @@ -749,6 +749,8 @@ Requires: nss-softokn%{?_isa} %{NSSSOFTOKN_BUILDTIME_VERSION} # considered as regression Requires: copy-jdk-configs >= 3.3 OrderWithRequires: copy-jdk-configs +# for printing support +Requires: cups-libs # Post requires alternatives to install tool alternatives Requires(post): %{_sbindir}/alternatives # in version 1.7 and higher for --family switch @@ -758,7 +760,7 @@ Requires(postun): %{_sbindir}/alternatives # in version 1.7 and higher for --family switch Requires(postun): chkconfig >= 1.7 # for optional support of kernel stream control, card reader and printing bindings -Suggests: lksctp-tools%{?_isa}, pcsc-lite-devel%{?_isa}, cups +Suggests: lksctp-tools%{?_isa}, pcsc-lite-devel%{?_isa} # Standard JPackage base provides #Provides: jre-headless%{?1} = %{epoch}:%{javaver} @@ -853,7 +855,7 @@ Provides: java-%{javaver}-%{origin}-src%{?1} = %{epoch}:%{version}-%{release} Name: java-%{javaver}-%{origin} Version: %{newjavaver}.%{buildver} -Release: 4%{?dist} +Release: 5%{?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 @@ -1779,6 +1781,9 @@ require "copy_jdk_configs.lua" %changelog +* Wed Nov 07 2018 Jiri Vanek - 1:11.0.1.13-5 +- headless' suggests of cups, replaced by Requires of cups-libs + * Thu Nov 01 2018 Jiri Vanek - 1:11.0.1.13-3 - added Patch584 jdk8209639-rh1640127-coalesce_attempted_spill_non_spillable_02.patch