mirror of
https://github.com/xcat2/xcat-dep.git
synced 2026-09-11 20:16:26 +00:00
9f074d3004
xCAT::NetworkUtils uses Net::IP, and perl-Net-IP is EPEL-only on EL10, so an architecture without EPEL (riscv64) has to get it from xcat-dep. Vendor the EPEL 10 source rpm, as the other per-package dirs do with their Fedora src.rpms: perl-Net-IP/perl-Net-IP-1.26-30.el10_0.src.rpm (noarch) and register it in mockbuild-perl-packages.pl's package table in 'srpm' mode (not in the default build list: EL10 x86_64/ppc64le keep taking it from EPEL).
5 lines
217 B
Plaintext
5 lines
217 B
Plaintext
perl-Net-IP (Net::IP, used by xCAT::NetworkUtils) is EPEL-only on EL10. The source rpm is
|
|
the EPEL 10 one (Fedora spec, Net-IP 1.26, noarch).
|
|
|
|
For RHEL 10, run "rpmbuild --rebuild perl-Net-IP-1.26-30.el10_0.src.rpm".
|