mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
fix: old versions don't have these macros
Signed-off-by: renner <renner0@posteo.de>
This commit is contained in:
@@ -194,9 +194,15 @@ fi
|
||||
%endif
|
||||
%{_unitdir}/*
|
||||
%{_mandir}/man*/*bootc*
|
||||
%if 0%{?rhel} >= 9
|
||||
%{_datadir}/bash-completion/completions/bootc
|
||||
%{_datadir}/zsh/site-functions/_bootc
|
||||
%{_datadir}/fish/vendor_completions.d/bootc.fish
|
||||
%else
|
||||
%{bash_completions_dir}/bootc
|
||||
%{zsh_completions_dir}/_bootc
|
||||
%{fish_completions_dir}/bootc.fish
|
||||
%endif
|
||||
|
||||
%files -n system-reinstall-bootc
|
||||
%{_bindir}/system-reinstall-bootc
|
||||
|
||||
Reference in New Issue
Block a user