rpm-software-management / mock

Mock is a tool for a reproducible build of RPM packages.
GNU General Public License v2.0
384 stars 235 forks source link

package_state output doesn't count with %generate_buildrequires #1429

Closed praiskup closed 3 months ago

praiskup commented 3 months ago

The package state output, installed_pkgs.log, is supposed to provide a list of installed needed packages for the package to build. But we provide a list of packages after installing static build requires, before calculating the dynamic dependencies (so we do not include them). CC @tkopecek