From d5f4143c7b4f081f9d99a376cbfe9acc00b2375f Mon Sep 17 00:00:00 2001 From: kuenking111 Date: Thu, 23 Mar 2023 20:19:55 +0800 Subject: [PATCH] Please enter the commit message for your changes. Lines starting --- openjdk-17.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openjdk-17.spec b/openjdk-17.spec index b1d23dc..1e59da2 100644 --- a/openjdk-17.spec +++ b/openjdk-17.spec @@ -885,7 +885,7 @@ Provides: java-src%{?1} = %{epoch}:%{version}-%{release} Name: java-%{javaver}-%{origin} Version: %{newjavaver}.%{buildver} -Release: 0 +Release: 1 # 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 @@ -1345,7 +1345,6 @@ bash ../configure \ --with-libjpeg=system \ --with-giflib=system \ --with-libpng=system \ - --with-lcms=system \ --with-harfbuzz=system \ --with-stdc++lib=dynamic \ --with-extra-cxxflags="$EXTRA_CPP_FLAGS" \ @@ -1764,6 +1763,9 @@ cjc.mainProgram(arg) %changelog +* Thu Mar 23 2023 crash888 - 1:17.0.6.9-0.1 +- del --whth-lcms=system + * Sat Jan 28 2023 kuenking111 - 1:17.0.6.9-0.rolling - modified add-version-txt.patch - del 8290705_fix_StringConcat_validate_mem_flow_asserts_with_unexpected_userStoreI.patch -- Gitee