openSUSE / obs-build

OBS build script, can be used with OBS or stand alone
GNU General Public License v2.0
132 stars 184 forks source link

Show rpm Requires and Provides #983

Closed dmach closed 6 months ago

dmach commented 7 months ago

I needed to display rpm deps during the build to understand why a package got pulled in, this is an improved version of my hack. We should probably enable this only when an option or env variable is on.

dmach commented 6 months ago

Fixed the root cause instead: https://github.com/openSUSE/osc/pull/1500 (obs:cli_debug_packages were not pulled in by default)