Compare commits

...

No commits in common. "imports/c9/stratis-cli-2.4.3-2.el9" and "c8" have entirely different histories.

4 changed files with 60 additions and 111 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/stratis-cli-2.4.3.tar.gz SOURCES/stratis-cli-2.4.2.tar.gz

View File

@ -1 +1 @@
e2408e519dc9e1e339c5d3ba6f9435cfe55bae84 SOURCES/stratis-cli-2.4.3.tar.gz 1d26c9a3f549d08e90bb54084f99b1825d6ac538 SOURCES/stratis-cli-2.4.2.tar.gz

View File

@ -1,11 +0,0 @@
--- setup.py.orig 2021-07-19 10:27:56.107557330 -0400
+++ setup.py 2021-07-19 10:29:17.047557330 -0400
@@ -50,8 +50,6 @@ setuptools.setup(
"dbus-python-client-gen>=0.7",
"justbytes>=0.14",
"python-dateutil",
- "semantic_version",
- "wcwidth",
],
package_dir={"": "src"},
packages=setuptools.find_packages("src"),

View File

@ -1,18 +1,22 @@
Name: stratis-cli Name: stratis-cli
Version: 2.4.3 Version: 2.4.2
Release: 2%{?dist} Release: 1%{?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
URL: https://github.com/stratis-storage/stratis-cli URL: https://github.com/stratis-storage/stratis-cli
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Patch0: remove-semantic_version-and-wcwidth-deps.patch
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: %{_bindir}/a2x BuildRequires: %{_bindir}/a2x
Requires: platform-python Requires: platform-python
Requires: python3-dateutil
Requires: python3-psutil
Requires: python3-dbus-client-gen >= 0.4
Requires: python3-dbus-python-client-gen >= 0.7
Requires: python3-justbytes >= 0.14
# It runs without, but totally useless # It runs without, but totally useless
Requires: stratisd >= 2.4 Requires: stratisd >= 2.4
@ -57,117 +61,73 @@ a2x -f manpage docs/stratis.txt
%{python3_sitelib}/stratis_cli-*.egg-info/ %{python3_sitelib}/stratis_cli-*.egg-info/
%changelog %changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.4.3-2 * Wed Jun 16 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.2-1
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Mon Jul 19 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.3-1
- Remove psutil dependency from setup.py
- Resolves: rhbz#1983689
* Mon Jun 28 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.2-3
- Remove semantic_version and wcwidth dependencies from setup.py
- Resolves: rhbz#1976731
* Thu Jun 17 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.2-2
- Remove unnecessary keyutils Requires line
- Resolves: rhbz#1914316
* Thu Jun 17 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.2-1
- Update to 2.4.2 - Update to 2.4.2
- Resolves: rhbz#1914316 - Resolves: rhbz#1931670
- Remove requirement for python3-semantic_version - Remove requirement for python3-semantic_version
- Resolves: rhbz#1972353 - Resolves: rhbz#1972355
- Remove unnecessary keyutils Requires line
* Fri Jun 11 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.1-1 * Thu Jun 03 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.1-1
- Update to 2.4.1 - Update to 2.4.1
- Resolves: rhbz#1914316 - Resolves: rhbz#1931670
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.3.0-3 * Fri May 07 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.0-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Update to 2.4.0
- Resolves: rhbz#1931670
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-2 * Mon Jan 11 2021 Dennis Keefe <dkeefe@redhat.com> - 2.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jan 12 2021 mulhern <amulhern@redhat.com> - 2.3.0-1
- Update to 2.3.0 - Update to 2.3.0
- Resolves: rhbz#1885329
* Tue Nov 10 2020 mulhern <amulhern@redhat.com> - 2.2.1-1
- Update to 2.2.1 * Mon Jul 13 2020 Dennis Keefe <dkeefe@redhat.com> - 2.1.1-6
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jul 14 2020 mulhern <amulhern@redhat.com> - 2.1.1-1
- Update to 2.1.1 - Update to 2.1.1
- Resolves: rhbz#1791472
* Thu Jul 9 2020 mulhern <amulhern@redhat.com> - 2.1.0-1 - Update RPM spec file
- Update to 2.1.0 - Resolves: rhbz#1827360
- Error messages when creating a pool are more helpful
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.0.1-2 - Resolves: rhbz#1734496
- Rebuilt for Python 3.9 - Support per-pool encryption of devices that form a pools data tier
- Resolves: rhbz#1768580
* Wed Feb 19 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.0.1-1 - Improve error handling on partial unlock failure of encrypted pools
- Update to 2.0.1 - Resolves: rhbz#1855520
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2 * Sun Nov 10 2019 Dennis Keefe <dkeefe@redhat.com> - 2.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Nov 07 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.0-1
- Update to 2.0.0 - Update to 2.0.0
- Allow the user to interact with the daemon under conditions
* Sat Sep 07 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.4-1 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
- Update to 1.0.4 - Update to 1.0.4
* Sat Nov 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.0-3 * Tue Dec 11 2018 Andy Grover <agrover@redhat.com> - 1.0.2-1
- Make package archful - Update to 1.0.2
* Thu Sep 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.0-2 * Wed Nov 7 2018 Andy Grover <agrover@redhat.com> - 1.0.1-1
- Update to 1.0.1
* Wed Oct 3 2018 Andy Grover <agrover@redhat.com> - 1.0.0-2
- Bump stratisd req - Bump stratisd req
* Thu Sep 27 2018 Andy Grover <agrover@redhat.com> - 1.0.0-1 * Tue Oct 2 2018 Andy Grover <agrover@redhat.com> - 1.0.0-1
- Update to 1.0.0 - Update to 1.0.0
* Fri Aug 31 2018 Andy Grover <agrover@redhat.com> - 0.9.0-1 * Fri Aug 3 2018 Andy Grover <agrover@redhat.com> - 0.5.5-2
- Update to 0.9.0 - Remove zsh completion package and own completion dirs as needed
* Fri Aug 3 2018 Andy Grover <agrover@redhat.com> - 0.5.5-3
- Remove zsh completions subpackage
- Own completion directories
* 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 completion subpackage
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.5.3-2
- Rebuilt for Python 3.7
* Mon Jun 4 2018 Andy Grover <agrover@redhat.com> - 0.5.3-1
- Update to 0.5.3
* Tue May 1 2018 Andy Grover <agrover@redhat.com> - 0.5.2-1
- Update to 0.5.2
* 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