1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00
Files
bootc/contrib
Omer Tuchfeld cec66bfe25 spec: rename the bootc-reinstall subpackage
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>
2025-02-07 11:12:15 +01:00
..