From 9c0f1b03184a4ab9951f0435a4cd8ec942eb35f7 Mon Sep 17 00:00:00 2001 From: Jiri Date: Sat, 9 Dec 2023 10:56:45 +0100 Subject: [PATCH] fixed date in changelog --- java-latest-openjdk.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/java-latest-openjdk.spec b/java-latest-openjdk.spec index d7bc313..f5b8cfc 100644 --- a/java-latest-openjdk.spec +++ b/java-latest-openjdk.spec @@ -1791,9 +1791,9 @@ ln -s $src_image/%{vcstag} %{vcstag} # this one shpuld be enoug # as those sources are generated during build and so it have to be fixed in portables first mkdir build pushd build - ln -s ../$src_image/%{vcstag}/src jdk21.build - ln -s ../$src_image/%{vcstag}/src jdk21.build-fastdebug - ln -s ../$src_image/%{vcstag}/src jdk21.build-slowdebug + ln -s ../$src_image/%{vcstag}/src jdk%{featurever}.build + ln -s ../$src_image/%{vcstag}/src jdk%{featurever}.build-fastdebug + ln -s ../$src_image/%{vcstag}/src jdk%{featurever}.build-slowdebug popd doc_image=`ls -d %{compatiblename}*%{version}*portable.docs.%{_arch}` # in addition the builddir must match the builddir of the portables, including release @@ -2418,7 +2418,7 @@ cjc.mainProgram(args) %endif %changelog -* Wed Nov 22 2023 Jiri Vanek - 1:21.0.1.0.12-3.rolling +* Sat Dec 09 2023 Jiri Vanek - 1:21.0.1.0.12-3.rolling - proeprly filing debugsources pkg by addedd symlinks restructuring the structure for original build sources - according to logs, some are still missing