1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00

Fix review nits

Signed-off-by: renner <renner0@posteo.de>
This commit is contained in:
renner
2026-01-23 16:59:14 +01:00
committed by Colin Walters
parent 601ea642cf
commit f0ef9c52a1
2 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ manpages:
cargo run --release --package xtask -- manpages cargo run --release --package xtask -- manpages
.PHONY: completion .PHONY: completion
completion: completion: bin
mkdir -p target/completion mkdir -p target/completion
for shell in bash elvish fish powershell zsh; do \ for shell in bash elvish fish powershell zsh; do \
target/release/bootc completion $$shell > target/completion/bootc.$$shell; \ target/release/bootc completion $$shell > target/completion/bootc.$$shell; \

View File

@@ -164,8 +164,8 @@ chmod +x %{?buildroot}/%{system_reinstall_bootc_install_podman_path}
touch %{?buildroot}/%{_docdir}/bootc/baseimage/base/sysroot/.keepdir touch %{?buildroot}/%{_docdir}/bootc/baseimage/base/sysroot/.keepdir
find %{?buildroot}/%{_docdir} ! -type d -printf '%{_docdir}/%%P\n' | sort > bootcdoclist.txt find %{?buildroot}/%{_docdir} ! -type d -printf '%{_docdir}/%%P\n' | sort > bootcdoclist.txt
rm -f %{buildroot}/%{_prefix}/share/elvish/lib/bootc.elv rm -f %{buildroot}/%{_datadir}/elvish/lib/bootc.elv
rm -f %{buildroot}/%{_prefix}/share/powershell/Modules/Bootc/Bootc.psm1 rm -f %{buildroot}/%{_datadir}/powershell/Modules/Bootc/Bootc.psm1
%if %{with check} %if %{with check}
%check %check
@@ -193,7 +193,7 @@ fi
%endif %endif
%{_unitdir}/* %{_unitdir}/*
%{_mandir}/man*/*bootc* %{_mandir}/man*/*bootc*
%if 0%{?rhel} >= 9 %if 0%{?rhel} && 0%{?rhel} <= 9
%{_datadir}/bash-completion/completions/bootc %{_datadir}/bash-completion/completions/bootc
%{_datadir}/zsh/site-functions/_bootc %{_datadir}/zsh/site-functions/_bootc
%{_datadir}/fish/vendor_completions.d/bootc.fish %{_datadir}/fish/vendor_completions.d/bootc.fish