Skip to content

Add aarch64 repos

Marta Vila Fernandes requested to merge arm into master

locmap --configure eosclient fails in a arch64 machine with "package eos-client-5.1.5-1.el9.x86_64 does not have a compatible architecture" Adding the aarch64 repos to enable to find the compatible arch. Test:

[root@mvf-alma9-arm5 yum.repos.d]# locmap --enable eosclient
[INFO] module eosclient enabled.
[root@mvf-alma9-arm5 yum.repos.d]# locmap --configure eosclient
[INFO    ] Please wait while your system is being configured... 
[INFO    ] The run succeeded, and some resources were changed.
[root@mvf-alma9-arm5 yum.repos.d]# ls
almalinux-appstream.repo  almalinux-highavailability.repo  almalinux-sap.repo                   eos9-desktop-x86_64-debuginfo.repo  locmap-qa.repo
almalinux-baseos.repo     almalinux-plus.repo              cern.repo                            eos9-desktop-x86_64.repo            locmap.repo
almalinux-crb.repo        almalinux-resilientstorage.repo  eos9-desktop-aarch64-debuginfo.repo  epel.repo                           locmap-testing.repo
almalinux-extras.repo     almalinux-saphana.repo           eos9-desktop-aarch64.repo            epel-testing.repo                   openafs.repo
[root@mvf-alma9-arm5 yum.repos.d]# rpm -qa | grep eos
puppet-eosclient-2.8-2.el9.noarch
eos-xrootd-5.5.4-1.el9.aarch64
eos-protobuf3-3.17.3-1.el9.eos.aarch64
eos-client-5.1.5-1.el9.aarch64
eos-xrootd-debuginfo-5.5.4-1.el9.aarch64
eos-librichacl-1.12-14.el9.aarch64
eos-richacl-1.12-14.el9.aarch64
eos-fusex-selinux-5.1.5-1.el9.aarch64
eos-fusex-core-5.1.5-1.el9.aarch64
eos-fusex-5.1.5-1.el9.aarch64

Merge request reports