Figuring out where package information is located

In browsing with dnf, I found a tiny typo in a package summary - I’d like to fix this or report it somewhere, but I’m not sure how.

The package is openldap-compat in the updates repository, but I can’t find it on koji (Search | koji)

Anyone know how to do search for where a package is built and how the information returned by dnf info is generated?

1 Like

You should use the source package name:

dnf repoquery openldap-compat -s
1 Like

File a bug report

You can also search on https://src.fedoraproject.org

How to submit a pull request

1 Like

Thanks - For posterity, I’d point out that this doesn’t need to be run with sudo

Anyway, the combination of the two answers got me to exactly the right place:
The output of dnf repoquery openldap-compat -s located the correct package on https://src.fedoraproject.org where I was able to fork/edit/PR

2 Likes