On Wed, Nov 20, 2024 at 2:37 PM Michael Cronenworth mike@cchtml.com wrote:
On 11/20/24 11:52 AM, Stephen Gallagher wrote:
I misunderstood what the original problem was. It builds just find, but the automatic dependency generator is picking up and adding dependencies for a lot of shared objects that don't actually exist in Fedora.
You'll need to look at
https://docs.fedoraproject.org/en-US/packaging-guidelines/AutoProvidesAndReq...
for details on how to clean that up.
Thanks, Stephen. I was considering filtering out the requires but I wanted to make sure I was not doing something wrong.
It is one of the bundled libraries pulling in those requires. Adding a filter allows me to install the package and it does run. Yay.
Package review bug coming soon...
Be careful; if a bundled library is doing that, it probably means that it is precompiled. That will need to be corrected before the package can be approved.