#11848 please create epel el7-openjdk el8-openjdk and el9-openjdk sidetags
Closed: Fixed by jnsamyak. Opened by jvanek.

  • Describe the issue
    To implement https://fedoraproject.org/wiki/Changes/BuildJdkOncePackEverywhere we agreed, that a permanent protected sidetag fXY-openjdk will be existing to enable this feature.

please create epel's el7-openjdk el8-openjdk and el9-openjdk

similarly as in https://pagure.io/releng/issue/11830

  • When do you need this? (2023/12/21)

  • When is this no longer needed or useful? (YYYY/MM/DD)
    N/A

  • If we cannot complete your request, what is the impact?
    Feature will not be implemented as agreed

thanx in advance!


Metadata Update from @phsmoura:
- Issue tagged with: low-gain, low-trouble, ops

Metadata Update from @jnsamyak:
- Issue assigned to jnsamyak

Hello @jvanek :wave:

As per the documentation, I checked for supported arches for each version, and I got this:

EPEL 9: x86_64, s390x, ppc64le, aarch64, sources
EPEL 8: x86_64, s390x, ppc64le, aarch64, sources
EPEL 7: x86_64, ppc64le, sources (EPEL-7 for aarch64 is no longer supported as Red Hat ended support for this architecture).

Initially I added the tag for all the arches but caught an error, while generating the koji regen-repo; finally I edited so the commands ran should be looking like this:

#el7-openjdk
koji add-tag el7-openjdk --parent=epel7-build --arches=x86_64,ppc64le
koji add-target el7-openjdk el7-openjdk
koji regen-repo el7-openjdk
#el8-openjdk
koji add-tag el8-openjdk --parent=epel8-build --arches=x86_64,aarch64,ppc64le,s390x
koji add-target el8-openjdk el8-openjdk
koji regen-repo el8-openjdk
#el9-openjdk
koji add-tag el9-openjdk --parent=epel9-build --arches=x86_64,aarch64,ppc64le,s390x
koji add-target el9-openjdk el9-openjdk
koji regen-repo el9-openjdk

And here is your output for successful repo creation for all three tags!

Regenerating repo for tag: el7-openjdk
Created task: 110637926
Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=110637926
110637926 newRepo (el7-openjdk) completed successfully
Regenerating repo for tag: el8-openjdk
Created task: 110637907
Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=110637907
110637907 newRepo (el8-openjdk) completed successfully
Regenerating repo for tag: el9-openjdk
Created task: 110637796
Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=110637796
110637796 newRepo (el9-openjdk) completed successfully

In case you have anything else, please feel free to open the issue or let us know!

Metadata Update from @jnsamyak:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

tyvms sir! It seems I will be unabel to use epel7 at the end, I did nto realised the mssing aarch64. But you are very right with it. TYVM again! /me doing to try it asap :)

Metadata