From 0369980a5f6fd87304be8718e75cde42250959df Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Sun, 15 Nov 2020 18:27:29 -0700 Subject: [PATCH] Package new zsh and fish completion files Signed-off-by: Ed Santiago --- podman.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 3cb0884..bf82b3a 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.48.dev.git%{shortcommit0}%{?dist} +Release: 0.49.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -569,6 +569,10 @@ exit 0 # By "owning" the site-functions dir, we don't need to Require zsh %dir %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_%{name} +%{_datadir}/zsh/site-functions/_%{name}-remote +%dir %{_datadir}/fish/vendor_completions.d +%{_datadir}/fish/vendor_completions.d/%{name}.fish +%{_datadir}/fish/vendor_completions.d/%{name}-remote.fish %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_unitdir}/%{name}-auto-update.service %{_unitdir}/%{name}-auto-update.timer @@ -618,6 +622,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Sun Nov 15 2020 Eduardo Santiago - 2:2.2.0-0.49.dev.git3920756 +- package new zsh and fish completion files + * Sun Nov 15 2020 RH Container Bot - 2:2.2.0-0.48.dev.git3920756 - autobuilt 3920756