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)
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
6667Summary: Utility to reinstall the current system using bootc
6768Requires: podman
6869# The reinstall subpackage intentionally does not require bootc, as it pulls in many unnecessary dependencies
6970
70- %description reinstall
71+ %description -n system- reinstall-bootc
7172This package provides a utility to simplify reinstalling the current system to a given bootc image.
7273
7374%prep
@@ -123,7 +124,7 @@ make install-ostree-hooks DESTDIR=%{?buildroot}
123124%{_docdir }/bootc/*
124125%{_mandir }/man* /bootc*
125126
126- %files reinstall
127+ %files -n system- reinstall-bootc
127128%{_bindir }/system-reinstall-bootc
128129
129130%changelog
You can’t perform that action at this time.
0 commit comments