mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
The subpackage name was left to be bootc-reinstall even though we decided on a name change. This commit changes the package name to match the binary name which is `system-reinstall-bootc` # Implementation By default .spec files will prepend the main package name to the subpackage name, the `-n` flag of the `%package` directive prevents that (this is also needed in the %files and %description directives) Signed-off-by: Omer Tuchfeld <omer@tuchfeld.dev>