|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: stratis-cli
|
|
|
|
Name: stratis-cli
|
|
|
|
Version: 3.7.0
|
|
|
|
Version: 3.5.3
|
|
|
|
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: Apache-2.0
|
|
|
|
License: Apache-2.0
|
|
|
@ -9,8 +9,6 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
BuildRequires: %{_bindir}/a2x
|
|
|
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
|
|
|
BuildRequires: python3-dateutil
|
|
|
|
BuildRequires: python3-dateutil
|
|
|
|
BuildRequires: python3-dbus-client-gen
|
|
|
|
BuildRequires: python3-dbus-client-gen
|
|
|
|
BuildRequires: python3-dbus-python-client-gen
|
|
|
|
BuildRequires: python3-dbus-python-client-gen
|
|
|
@ -18,14 +16,13 @@ BuildRequires: python3-justbytes
|
|
|
|
BuildRequires: python3-packaging
|
|
|
|
BuildRequires: python3-packaging
|
|
|
|
BuildRequires: python3-psutil
|
|
|
|
BuildRequires: python3-psutil
|
|
|
|
BuildRequires: python3-wcwidth
|
|
|
|
BuildRequires: python3-wcwidth
|
|
|
|
%endif
|
|
|
|
BuildRequires: %{_bindir}/a2x
|
|
|
|
|
|
|
|
# It runs without, but totally useless
|
|
|
|
# Require the version of stratisd that supports a compatible D-Bus interface
|
|
|
|
Requires: (stratisd >= 3.5.0 with stratisd < 4.0.0)
|
|
|
|
Requires: (stratisd >= 3.7.0 with stratisd < 4.0.0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Exclude the same arches for stratis-cli as are excluded for stratisd
|
|
|
|
# stratisd only available on certain arches
|
|
|
|
ExclusiveArch: %{rust_arches} noarch
|
|
|
|
ExclusiveArch: %{rust_arches} noarch
|
|
|
|
%if 0%{?rhel}
|
|
|
|
%if 0%{?rhel} && !0%{?eln}
|
|
|
|
ExcludeArch: i686
|
|
|
|
ExcludeArch: i686
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -75,121 +72,63 @@ a2x -f manpage docs/stratis.txt
|
|
|
|
%{python3_sitelib}/stratis_cli-*.egg-info/
|
|
|
|
%{python3_sitelib}/stratis_cli-*.egg-info/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.7.0-2
|
|
|
|
* Thu Jun 08 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.3-1
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- Allow for inconsistent value in StoppedPools D-Bus property
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
- Resolves: rhbz#2213325
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.7.0-1
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 17 2024 Bryan Gurney <bgurney@redhat.com> - 3.7.0-1
|
|
|
|
|
|
|
|
- Update to 3.7.0
|
|
|
|
|
|
|
|
- Resolves: RHEL-59994
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.6.0-4
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 25 2023 Bryan Gurney <bgurney@redhat.com> - 3.6.0-2
|
|
|
|
|
|
|
|
- Use testing tag v3.6.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 24 2023 Bryan Gurney <bgurney@redhat.com> - 3.6.0-1
|
|
|
|
|
|
|
|
- Update to 3.6.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.3-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 3.5.3-3
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 14 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.3-2
|
|
|
|
|
|
|
|
- Use tmt tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 07 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.3-1
|
|
|
|
|
|
|
|
- Update to 3.5.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 17 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.2-1
|
|
|
|
|
|
|
|
- Update to 3.5.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 31 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.1-1
|
|
|
|
|
|
|
|
- Update to 3.5.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 24 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.0-1
|
|
|
|
* Tue May 16 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.2-1
|
|
|
|
- Update to 3.5.0
|
|
|
|
- Update to version 3.5.2
|
|
|
|
|
|
|
|
- Resolves: rhbz#2167462
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 09 2023 Bryan Gurney <bgurney@redhat.com> - 3.4.1-1
|
|
|
|
* Mon Jan 09 2023 Bryan Gurney <bgurney@redhat.com> - 3.4.1-1
|
|
|
|
- Update to 3.4.1
|
|
|
|
- send_uevent: remove strict parameter
|
|
|
|
|
|
|
|
- Resolves: rhbz#2158914
|
|
|
|
* Tue Nov 29 2022 Bryan Gurney <bgurney@redhat.com> - 3.4.0-1
|
|
|
|
|
|
|
|
- Update to 3.4.0
|
|
|
|
* Wed Nov 23 2022 Bryan Gurney <bgurney@redhat.com> - 3.4.0-1
|
|
|
|
|
|
|
|
- Update to version 3.4.0
|
|
|
|
* Tue Oct 18 2022 Bryan Gurney <bgurney@redhat.com> - 3.3.0-1
|
|
|
|
- Resolves: rhbz#2124977
|
|
|
|
- Update to 3.3.0
|
|
|
|
- Return no-op on overprovision command on error
|
|
|
|
|
|
|
|
- Resolves: rhbz#2131934
|
|
|
|
* Sat Jul 30 2022 mulhern <amulhern@redhat.com> - 3.2.0-2
|
|
|
|
- Return error on init-cache if cache is present
|
|
|
|
- Fix gating tests
|
|
|
|
- Resolves: rhbz#2141223
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 30 2022 mulhern <amulhern@redhat.com> - 3.2.0-1
|
|
|
|
* Fri Jul 08 2022 Bryan Gurney <bgurney@redhat.com> - 3.2.0-1
|
|
|
|
- Update to 3.2.0
|
|
|
|
- Add the ability to stop and start pools
|
|
|
|
|
|
|
|
- Resolves: rhbz#2105061
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
* Tue May 31 2022 Bryan Gurney <bgurney@redhat.com> - 3.1.0-1
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.1.0-3
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 07 2022 Bryan Gurney <bgurney@redhat.com> - 3.1.0-2
|
|
|
|
|
|
|
|
- Add rpminspect.yaml file
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 25 2022 mulhern <amulhern@redhat.com> - 3.1.0-1
|
|
|
|
|
|
|
|
- Update to 3.1.0
|
|
|
|
- Update to 3.1.0
|
|
|
|
|
|
|
|
- Resolves: rhbz#2039946
|
|
|
|
|
|
|
|
- Revise stratis-cli.spec file to unified format
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 30 2022 mulhern <amulhern@redhat.com> - 3.0.1-5
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.4.3-2
|
|
|
|
- Tidies for unification of spec file
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
* Sun Feb 27 2022 mulhern <amulhern@redhat.com> - 3.0.1-4
|
|
|
|
|
|
|
|
- Remove all gating files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 27 2022 mulhern <amulhern@redhat.com> - 3.0.1-3
|
|
|
|
|
|
|
|
- Bump revision in order to include dependencies in gating tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 27 2022 mulhern <amulhern@redhat.com> - 3.0.1-2
|
|
|
|
|
|
|
|
- Add gating tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 13 2022 mulhern <amulhern@redhat.com> - 3.0.1-1
|
|
|
|
* Mon Jul 19 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.3-1
|
|
|
|
- Update to 3.0.1
|
|
|
|
- Remove psutil dependency from setup.py
|
|
|
|
|
|
|
|
- Resolves: rhbz#1983689
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-2
|
|
|
|
* Mon Jun 28 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
- Remove semantic_version and wcwidth dependencies from setup.py
|
|
|
|
|
|
|
|
- Resolves: rhbz#1976731
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Dec 21 2021 mulhern <amulhern@redhat.com> - 3.0.0-1
|
|
|
|
* Thu Jun 17 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.2-2
|
|
|
|
- Update to 3.0.0
|
|
|
|
- Remove unnecessary keyutils Requires line
|
|
|
|
|
|
|
|
- Resolves: rhbz#1914316
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 5 2021 mulhern <amulhern@redhat.com> - 2.4.4-1
|
|
|
|
* Thu Jun 17 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.2-1
|
|
|
|
- Update to 2.4.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.3-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 16 2021 mulhern <amulhern@redhat.com> - 2.4.3-1
|
|
|
|
|
|
|
|
- Update to 2.4.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 15 2021 mulhern <amulhern@redhat.com> - 2.4.2-1
|
|
|
|
|
|
|
|
- Update to 2.4.2
|
|
|
|
- Update to 2.4.2
|
|
|
|
|
|
|
|
- Resolves: rhbz#1914316
|
|
|
|
|
|
|
|
- Remove requirement for python3-semantic_version
|
|
|
|
|
|
|
|
- Resolves: rhbz#1972353
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.4.1-2
|
|
|
|
* Fri Jun 11 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.1-1
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 19 2021 mulhern <amulhern@redhat.com> - 2.4.1-1
|
|
|
|
|
|
|
|
- Update to 2.4.1
|
|
|
|
- Update to 2.4.1
|
|
|
|
|
|
|
|
- Resolves: rhbz#1914316
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 27 2021 mulhern <amulhern@redhat.com> - 2.4.0-1
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.3.0-3
|
|
|
|
- Update to 2.4.0
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-2
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|