mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
2
Makefile
2
Makefile
@@ -44,7 +44,7 @@ manpages:
|
||||
cargo run --release --package xtask -- manpages
|
||||
|
||||
.PHONY: completion
|
||||
completion:
|
||||
completion: bin
|
||||
mkdir -p target/completion
|
||||
for shell in bash elvish fish powershell zsh; do \
|
||||
target/release/bootc completion $$shell > target/completion/bootc.$$shell; \
|
||||
|
||||
@@ -164,8 +164,8 @@ chmod +x %{?buildroot}/%{system_reinstall_bootc_install_podman_path}
|
||||
touch %{?buildroot}/%{_docdir}/bootc/baseimage/base/sysroot/.keepdir
|
||||
find %{?buildroot}/%{_docdir} ! -type d -printf '%{_docdir}/%%P\n' | sort > bootcdoclist.txt
|
||||
|
||||
rm -f %{buildroot}/%{_prefix}/share/elvish/lib/bootc.elv
|
||||
rm -f %{buildroot}/%{_prefix}/share/powershell/Modules/Bootc/Bootc.psm1
|
||||
rm -f %{buildroot}/%{_datadir}/elvish/lib/bootc.elv
|
||||
rm -f %{buildroot}/%{_datadir}/powershell/Modules/Bootc/Bootc.psm1
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
@@ -193,7 +193,7 @@ fi
|
||||
%endif
|
||||
%{_unitdir}/*
|
||||
%{_mandir}/man*/*bootc*
|
||||
%if 0%{?rhel} >= 9
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 9
|
||||
%{_datadir}/bash-completion/completions/bootc
|
||||
%{_datadir}/zsh/site-functions/_bootc
|
||||
%{_datadir}/fish/vendor_completions.d/bootc.fish
|
||||
|
||||
Reference in New Issue
Block a user