Skip to content

spec: rename the bootc-reinstall subpackage #1088

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions contrib/packaging/bootc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,13 @@ Provides: ostree-cli(ostree-container)
%description
%{summary}

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

%description reinstall
%description -n system-reinstall-bootc
This package provides a utility to simplify reinstalling the current system to a given bootc image.

%prep
Expand Down Expand Up @@ -123,7 +124,7 @@ make install-ostree-hooks DESTDIR=%{?buildroot}
%{_docdir}/bootc/*
%{_mandir}/man*/bootc*

%files reinstall
%files -n system-reinstall-bootc
%{_bindir}/system-reinstall-bootc

%changelog
Expand Down