File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,13 @@ Provides: ostree-cli(ostree-container)
62
62
%description
63
63
%{summary }
64
64
65
- %package reinstall
65
+ # (-n because we don't want the subpackage name to start with bootc-)
66
+ %package -n system-reinstall-bootc
66
67
Summary: Utility to reinstall the current system using bootc
67
68
Requires: podman
68
69
# The reinstall subpackage intentionally does not require bootc, as it pulls in many unnecessary dependencies
69
70
70
- %description reinstall
71
+ %description -n system- reinstall-bootc
71
72
This package provides a utility to simplify reinstalling the current system to a given bootc image.
72
73
73
74
%prep
@@ -123,7 +124,7 @@ make install-ostree-hooks DESTDIR=%{?buildroot}
123
124
%{_docdir }/bootc/*
124
125
%{_mandir }/man* /bootc*
125
126
126
- %files reinstall
127
+ %files -n system- reinstall-bootc
127
128
%{_bindir }/system-reinstall-bootc
128
129
129
130
%changelog
You can’t perform that action at this time.
0 commit comments