Compare commits

..

No commits in common. "a9" and "a10s" have entirely different histories.
a9 ... a10s

3 changed files with 20 additions and 0 deletions

14
config-portable.yaml Normal file
View File

@ -0,0 +1,14 @@
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,7 +6,11 @@ actions:
%global portablebuilddir /builddir/build/BUILD
%if 0%{?almalinux}
%ifarch riscv64
%global portablesuffix el10
%else
%global portablesuffix el9
%endif
%endif
count: 1
- target: "spec"

2
scripts/replace_spec.sh Normal file
View File

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