diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5a36a40..0000000 --- a/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -/stratis-cli-0.0.5.tar.gz -/stratis-cli-0.5.0.tar.gz -/stratis-cli-0.5.2.tar.gz -/stratis-cli-0.5.3.tar.gz -/stratis-cli-0.5.5.tar.gz -/stratis-cli-0.9.0.tar.gz -/stratis-cli-1.0.0.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0ee00b8..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# stratis-cli - -The stratis-cli package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5004fe9 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Shipped as part of a module diff --git a/sources b/sources deleted file mode 100644 index ffdc4eb..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (stratis-cli-1.0.0.tar.gz) = 05e3be882f4387b281f9104ec11066482b4ad67e4a0e000bd54d912b378a3c86f18e4bf552321e1d2230a8c5a47ce04d605f63b9a4108889a77a78964d638b36 diff --git a/stratis-cli.spec b/stratis-cli.spec deleted file mode 100644 index 510729f..0000000 --- a/stratis-cli.spec +++ /dev/null @@ -1,109 +0,0 @@ -%{?python_enable_dependency_generator} -# https://pagure.io/koji/issue/659 -%global debug_package %{nil} - -Name: stratis-cli -Version: 1.0.0 -Release: 3%{?dist} -Summary: Command-line tool for interacting with the Stratis daemon - -License: ASL 2.0 -URL: https://github.com/stratis-storage/stratis-cli -Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz - -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: %{_bindir}/a2x -# It runs without, but totally useless -Requires: (stratisd >= 1.0 with stratisd < 2.0) - -# stratisd only available on certain arches -ExclusiveArch: %{rust_arches} - -%description -stratis provides a command-line interface (CLI) for -interacting with the Stratis daemon, stratisd. stratis -interacts with stratisd via D-Bus. - -%prep -%autosetup - -%build -%py3_build -a2x -f manpage docs/stratis.txt - -%install -%py3_install -%{__install} -Dpm0644 -t %{buildroot}%{_datadir}/bash-completion/completions \ - shell-completion/bash/stratis -%{__install} -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \ - shell-completion/zsh/_stratis -%{__install} -Dpm0644 -t %{buildroot}%{_mandir}/man8 docs/stratis.8 - -%files -%license LICENSE -%doc README.rst -%{_bindir}/stratis -%{_mandir}/man8/stratis.8* -%dir %{_datadir}/bash-completion -%dir %{_datadir}/bash-completion/completions -%{_datadir}/bash-completion/completions/stratis -%dir %{_datadir}/zsh -%dir %{_datadir}/zsh/site-functions -%{_datadir}/zsh/site-functions/_stratis -%{python3_sitelib}/stratis_cli/ -%{python3_sitelib}/stratis_cli-*.egg-info/ - -%changelog -* Sat Nov 03 2018 Igor Gnatenko - 1.0.0-3 -- Make package archful - -* Thu Sep 27 2018 Igor Gnatenko - 1.0.0-2 -- Bump stratisd req - -* Thu Sep 27 2018 Andy Grover - 1.0.0-1 -- Update to 1.0.0 - -* Fri Aug 31 2018 Andy Grover - 0.9.0-1 -- Update to 0.9.0 - -* Fri Aug 3 2018 Andy Grover - 0.5.5-3 -- Remove zsh completions subpackage -- Own completion directories - -* Thu Aug 2 2018 Andy Grover - 0.5.5-1 -- Update to 0.5.5 -- Add zsh completions subpackage - -* Sat Jul 14 2018 Fedora Release Engineering - 0.5.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro HronĨok - 0.5.3-2 -- Rebuilt for Python 3.7 - -* Mon Jun 4 2018 Andy Grover - 0.5.3-1 -- Update to 0.5.3 - -* Tue May 1 2018 Andy Grover - 0.5.2-1 -- Update to 0.5.2 - -* Wed Apr 04 2018 Igor Gnatenko - 0.5.0-3 -- Fix dependency on stratisd - -* Tue Apr 03 2018 Igor Gnatenko - 0.5.0-2 -- Relax stratisd dependency - -* Thu Mar 08 2018 Igor Gnatenko - 0.5.0-1 -- Update to 0.5.0 - -* Fri Feb 09 2018 Fedora Release Engineering - 0.0.5-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Fri Jan 19 2018 Igor Gnatenko - 0.0.5-3 -- Enable usage of dependency generator - -* Mon Jan 08 2018 Igor Gnatenko - 0.0.5-2 -- Include manpage - -* Mon Jan 08 2018 Igor Gnatenko - 0.0.5-1 -- Initial package