Update for el9

This commit is contained in:
eabdullin 2025-12-23 11:09:10 +03:00
parent 7c4563007d
commit 05e6a838e3
3 changed files with 0 additions and 20 deletions

View File

@ -1,14 +0,0 @@
parameters:
custom_target_branch: "a10s-portable"
pre_clean: true
actions:
- run_script:
- script: "replace_spec.sh"
cwd: "rpms"
- changelog_entry:
- name: "eabdullin"
email: "eabdullin@almalinux.org"
line:
- "Portable build"

View File

@ -6,12 +6,8 @@ actions:
%global portablebuilddir /builddir/build/BUILD %global portablebuilddir /builddir/build/BUILD
%if 0%{?almalinux} %if 0%{?almalinux}
%ifarch riscv64
%global portablesuffix el10
%else
%global portablesuffix el9 %global portablesuffix el9
%endif %endif
%endif
count: 1 count: 1
- target: "spec" - target: "spec"
find: "# %patch" find: "# %patch"

View File

@ -1,2 +0,0 @@
rm java-25-openjdk.spec
ln -s java-25-openjdk-portable.specfile java-25-openjdk.spec