version 0.5.5-2
Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
parent
533a5c654a
commit
9d1d47c21a
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: stratis-cli
|
Name: stratis-cli
|
||||||
Version: 0.5.5
|
Version: 0.5.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Command-line tool for interacting with the Stratis daemon
|
Summary: Command-line tool for interacting with the Stratis daemon
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -24,16 +24,6 @@ stratis provides a command-line interface (CLI) for
|
|||||||
interacting with the Stratis daemon, stratisd. stratis
|
interacting with the Stratis daemon, stratisd. stratis
|
||||||
interacts with stratisd via D-Bus.
|
interacts with stratisd via D-Bus.
|
||||||
|
|
||||||
%package zsh
|
|
||||||
Summary: %{name} zsh completion support
|
|
||||||
BuildArch: noarch
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
Requires: zsh
|
|
||||||
|
|
||||||
%description zsh
|
|
||||||
This package provides zsh completion script for %{name}.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
|
|
||||||
@ -55,13 +45,15 @@ a2x -f manpage docs/stratis.txt
|
|||||||
%{_bindir}/stratis
|
%{_bindir}/stratis
|
||||||
%{_mandir}/man8/stratis.8*
|
%{_mandir}/man8/stratis.8*
|
||||||
%{_datadir}/bash-completion/completions/stratis
|
%{_datadir}/bash-completion/completions/stratis
|
||||||
|
%{_datadir}/zsh/site-functions/_stratis
|
||||||
%{python3_sitelib}/stratis_cli/
|
%{python3_sitelib}/stratis_cli/
|
||||||
%{python3_sitelib}/stratis_cli-*.egg-info/
|
%{python3_sitelib}/stratis_cli-*.egg-info/
|
||||||
|
|
||||||
%files zsh
|
|
||||||
%{_datadir}/zsh/site-functions/_stratis
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 3 2018 Andy Grover <agrover@redhat.com> - 0.5.5-2
|
||||||
|
- Remove zsh completions subpackage
|
||||||
|
|
||||||
* Thu Aug 2 2018 Andy Grover <agrover@redhat.com> - 0.5.5-1
|
* Thu Aug 2 2018 Andy Grover <agrover@redhat.com> - 0.5.5-1
|
||||||
- Update to 0.5.5
|
- Update to 0.5.5
|
||||||
- Add zsh completions subpackage
|
- Add zsh completions subpackage
|
||||||
|
Loading…
Reference in New Issue
Block a user