On Thu, Sep 18, 2025 at 8:45 PM Luya Tshimbalanga <[email protected]> wrote: > > Hello team, > > Upstream made a change with their version 2.10.1 meaning some major change in > the attached spec file. I hit an issue with the linked scratch build [1] > related to "zstd". Could someone help to improve the spec file? Thanks in > advance. > > BuildRequires: pkgconfig(libzstd)
From the GitHub repo, I don't see upstream directly using zstd; you probably don't actually have to list it yourself. The log actually ends with: Call Stack (most recent call first): /usr/lib64/cmake/minizip/minizip-config.cmake:40 (find_dependency) CMakeLists.txt:160 (find_package) So this seems to be a bug in the minizip CMake files. They should be falling back to pkgconfig (and add a dependency on zstd if they don't already have it.) > -- > Luya Tshimbalanga > Fedora Design Team > Fedora Design Suite maintainer -- Elliott -- _______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
