Compare commits
No commits in common. "c8" and "imports/c8/stratis-cli-1.0.4-2.el8" have entirely different histories.
c8
...
imports/c8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/stratis-cli-2.4.2.tar.gz
|
SOURCES/stratis-cli-1.0.4.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
1d26c9a3f549d08e90bb54084f99b1825d6ac538 SOURCES/stratis-cli-2.4.2.tar.gz
|
73162caf4f6cf0b5072c7dc8bdb0d2f46b01cb04 SOURCES/stratis-cli-1.0.4.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: stratis-cli
|
Name: stratis-cli
|
||||||
Version: 2.4.2
|
Version: 1.0.4
|
||||||
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
|
||||||
@ -13,17 +13,16 @@ BuildRequires: %{_bindir}/a2x
|
|||||||
|
|
||||||
Requires: platform-python
|
Requires: platform-python
|
||||||
Requires: python3-dateutil
|
Requires: python3-dateutil
|
||||||
Requires: python3-psutil
|
Requires: python3-dbus-client-gen
|
||||||
Requires: python3-dbus-client-gen >= 0.4
|
Requires: python3-dbus-python-client-gen
|
||||||
Requires: python3-dbus-python-client-gen >= 0.7
|
Requires: python3-justbytes
|
||||||
Requires: python3-justbytes >= 0.14
|
|
||||||
|
|
||||||
# It runs without, but totally useless
|
# It runs without, but totally useless
|
||||||
Requires: stratisd >= 2.4
|
Requires: (stratisd >= 1.0 with stratisd < 1.1)
|
||||||
|
|
||||||
|
|
||||||
# stratisd only available on certain arches
|
# stratisd only available on certain arches
|
||||||
ExclusiveArch: %{rust_arches} noarch
|
ExclusiveArch: %{rust_arches} noarch
|
||||||
ExcludeArch: i686
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -31,6 +30,7 @@ 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.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
|
|
||||||
@ -60,56 +60,8 @@ a2x -f manpage docs/stratis.txt
|
|||||||
%{python3_sitelib}/stratis_cli/
|
%{python3_sitelib}/stratis_cli/
|
||||||
%{python3_sitelib}/stratis_cli-*.egg-info/
|
%{python3_sitelib}/stratis_cli-*.egg-info/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jun 16 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.2-1
|
|
||||||
- Update to 2.4.2
|
|
||||||
- Resolves: rhbz#1931670
|
|
||||||
- Remove requirement for python3-semantic_version
|
|
||||||
- Resolves: rhbz#1972355
|
|
||||||
- Remove unnecessary keyutils Requires line
|
|
||||||
|
|
||||||
* Thu Jun 03 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.1-1
|
|
||||||
- Update to 2.4.1
|
|
||||||
- Resolves: rhbz#1931670
|
|
||||||
|
|
||||||
* Fri May 07 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.0-3
|
|
||||||
- Update to 2.4.0
|
|
||||||
- Resolves: rhbz#1931670
|
|
||||||
|
|
||||||
* Mon Jan 11 2021 Dennis Keefe <dkeefe@redhat.com> - 2.3.0-3
|
|
||||||
- Update to 2.3.0
|
|
||||||
- Resolves: rhbz#1885329
|
|
||||||
|
|
||||||
* Mon Jul 13 2020 Dennis Keefe <dkeefe@redhat.com> - 2.1.1-6
|
|
||||||
- Update to 2.1.1
|
|
||||||
- Resolves: rhbz#1791472
|
|
||||||
- Update RPM spec file
|
|
||||||
- Resolves: rhbz#1827360
|
|
||||||
- Error messages when creating a pool are more helpful
|
|
||||||
- Resolves: rhbz#1734496
|
|
||||||
- Support per-pool encryption of devices that form a pools data tier
|
|
||||||
- Resolves: rhbz#1768580
|
|
||||||
- Improve error handling on partial unlock failure of encrypted pools
|
|
||||||
- Resolves: rhbz#1855520
|
|
||||||
|
|
||||||
* Sun Nov 10 2019 Dennis Keefe <dkeefe@redhat.com> - 2.0.0-2
|
|
||||||
- Update to 2.0.0
|
|
||||||
- Allow the user to interact with the daemon under conditions
|
|
||||||
where a pool, filesystem, or blockdev is not fully functional.
|
|
||||||
- Resolves: rhbz#1730493
|
|
||||||
- Establish an environment variable for D-Bus timeout parameter.
|
|
||||||
- Resolves: rhbz#1678631
|
|
||||||
- Return detailed error messages on all error-appearing user actions.
|
|
||||||
- Resolves: rhbz#1642393
|
|
||||||
- Resolves: rhbz#1687869
|
|
||||||
- Exit with error code 0 and error message on stderr for all command-line
|
|
||||||
parsing errors.
|
|
||||||
- Resolves: rhbz#1747564
|
|
||||||
- Show more complete error messages on D-Bus method call failures.
|
|
||||||
- Resolves: rhbz#1717460
|
|
||||||
- Add version numbers to required packages
|
|
||||||
- Resolves: rhbz#1717489
|
|
||||||
|
|
||||||
* Mon Jun 3 2019 Dennis Keefe <dkeefe@redhat.com> - 1.0.4-2
|
* Mon Jun 3 2019 Dennis Keefe <dkeefe@redhat.com> - 1.0.4-2
|
||||||
- Update to 1.0.4
|
- Update to 1.0.4
|
||||||
|
|
||||||
@ -131,3 +83,24 @@ a2x -f manpage docs/stratis.txt
|
|||||||
* 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 completion subpackage
|
- Add zsh completion subpackage
|
||||||
|
|
||||||
|
* Wed Apr 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-3
|
||||||
|
- Fix dependency on stratisd
|
||||||
|
|
||||||
|
* Tue Apr 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-2
|
||||||
|
- Relax stratisd dependency
|
||||||
|
|
||||||
|
* Thu Mar 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-1
|
||||||
|
- Update to 0.5.0
|
||||||
|
|
||||||
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.5-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.0.5-3
|
||||||
|
- Enable usage of dependency generator
|
||||||
|
|
||||||
|
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.0.5-2
|
||||||
|
- Include manpage
|
||||||
|
|
||||||
|
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.0.5-1
|
||||||
|
- Initial package
|
||||||
|
Loading…
Reference in New Issue
Block a user