Bug 2169972 - geoipupdate not found in EPEL 9
Summary: geoipupdate not found in EPEL 9
Keywords:
Status: NEW
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: geoipupdate
Version: epel9
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Philip Prindeville
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-02-15 09:34 UTC by nickgearls
Modified: 2024-03-28 18:27 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.