Bug 2169972

Summary: geoipupdate not found in EPEL 9
Product: [Fedora] Fedora EPEL Reporter: nickgearls
Component: geoipupdateAssignee: Philip Prindeville <philipp>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel9CC: anon.amish, go-sig, nathan, paul, philipp, redhat-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description nickgearls 2023-02-15 09:34:02 UTC
Rocky 9.1, all updates.

# dnf -y install epel-release
Package epel-release-9-4.el9.noarch is already installed.

# dnf -y install geoipupdate
No match for argument: geoipupdate
Error: Unable to find a match: geoipupdate

Comment 1 Troy Dawson 2024-03-28 18:26:52 UTC
This isn't my package so I am not speaking for the package maintainer.
Not all of the libraries needed to build geoipupdate are in epel9.
Specifically it wants
  'golang(github.com/cenkalti/backoff/v4)'
  'golang(github.com/gofrs/flock)'
or in rpm terms
  golang-github-cenkalti-backoff
  golang-github-gofrs-flock

This will take longer for a package to get into epel9.