Compare commits

...

No commits in common. 'c9' and 'i10cs' have entirely different histories.
c9 ... i10cs

2
.gitignore vendored

@ -1 +1 @@
SOURCES/stratis-cli-3.5.3.tar.gz SOURCES/stratis-cli-3.7.0.tar.gz

@ -1 +1 @@
cc4398d6bc136430a97b1d4fdf3eb7261fd923f3 SOURCES/stratis-cli-3.5.3.tar.gz 18c5b3766eac13b96b786da593f748bd872ebfed SOURCES/stratis-cli-3.7.0.tar.gz

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

Loading…
Cancel
Save