Compare commits

...

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

4 changed files with 21 additions and 2581 deletions

View File

@ -1,20 +0,0 @@
parameters:
custom_target_branch: "a8-portable"
pre_clean: true
actions:
- run_script:
- script: "replace_spec.sh"
cwd: "rpms"
- add_files:
- type: "source"
name: "NEWS"
number: "Latest"
modify_spec: false
- changelog_entry:
- name: "eabdullin"
email: "eabdullin@almalinux.org"
line:
- "Portable build"

21
config.yaml Normal file
View File

@ -0,0 +1,21 @@
actions:
- replace:
- target: "spec"
find: |
%if 0%{?centos} == 0
%global portablesuffix el8
%else
%global portablesuffix el9
%endif
replace: "%global portablesuffix el8"
count: 1
- modify_release:
- suffix: ".alma.1"
enabled: true
- changelog_entry:
- name: "Eduard Abdullin"
email: "eabdullin@almalinux.org"
line:
- "Use el8 portable packages"

2557
files/NEWS

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +0,0 @@
pushd SPECS
rm java-17-openjdk.spec
ln -s ../SOURCES/java-17-openjdk-portable.specfile java-17-openjdk.spec
popd