From 05e6a838e32205cd05ef91abc17fa9a93ca95ae9 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 23 Dec 2025 11:09:10 +0300 Subject: [PATCH] Update for el9 --- config-portable.yaml | 14 -------------- config.yaml | 4 ---- scripts/replace_spec.sh | 2 -- 3 files changed, 20 deletions(-) delete mode 100644 config-portable.yaml delete mode 100644 scripts/replace_spec.sh diff --git a/config-portable.yaml b/config-portable.yaml deleted file mode 100644 index fdcee63..0000000 --- a/config-portable.yaml +++ /dev/null @@ -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" diff --git a/config.yaml b/config.yaml index 0f9bf98..7c746d0 100644 --- a/config.yaml +++ b/config.yaml @@ -6,11 +6,7 @@ actions: %global portablebuilddir /builddir/build/BUILD %if 0%{?almalinux} - %ifarch riscv64 - %global portablesuffix el10 - %else %global portablesuffix el9 - %endif %endif count: 1 - target: "spec" diff --git a/scripts/replace_spec.sh b/scripts/replace_spec.sh deleted file mode 100644 index ac2c700..0000000 --- a/scripts/replace_spec.sh +++ /dev/null @@ -1,2 +0,0 @@ -rm java-25-openjdk.spec -ln -s java-25-openjdk-portable.specfile java-25-openjdk.spec