Skip to content

Commit

Permalink
distro: add bash completion to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jruzicka-nic authored and alesmrazek committed Dec 20, 2024
1 parent 96dcc74 commit 1528db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions distro/pkg/deb/knot-resolver6.install
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ usr/lib/systemd/system/knot-resolver.service
usr/lib/tmpfiles.d/knot-resolver.conf
usr/sbin/kres-cache-gc
usr/sbin/kresd
usr/share/bash-completion/completions/kresctl
1 change: 1 addition & 0 deletions distro/pkg/rpm/knot-resolver.spec
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ getent passwd knot-resolver >/dev/null || useradd -r -g knot-resolver -d %{_sysc
%{python3_sitearch}/knot_resolver*
%{_mandir}/man8/kresd.8.gz
%{_mandir}/man8/kresctl.8.gz
%{_datadir}/bash-completion/completions/kresctl

%files devel
%{_includedir}/libkres
Expand Down

0 comments on commit 1528db9

Please sign in to comment.