Skip to content

Commit 0109e61

Browse files
committed
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 Signed-off-by: Omer Tuchfeld <omer@tuchfeld.dev>
1 parent 69264e0 commit 0109e61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/packaging/bootc.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ Provides: ostree-cli(ostree-container)
6262
%description
6363
%{summary}
6464

65-
%package reinstall
65+
# (-n because we don't want the subpackage name to start with bootc-)
66+
%package -n system-reinstall-bootc
6667
Summary: Utility to reinstall the current system using bootc
6768
Requires: podman
6869
# The reinstall subpackage intentionally does not require bootc, as it pulls in many unnecessary dependencies

0 commit comments

Comments
 (0)