Compare commits

...

No commits in common. 'i9c-beta' and 'c9' have entirely different histories.
i9c-beta ... c9

2
.gitignore vendored

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

@ -1 +1 @@
ca2d41d023639307671e3286bd377405d08bede7 SOURCES/stratis-cli-3.6.0.tar.gz
cc4398d6bc136430a97b1d4fdf3eb7261fd923f3 SOURCES/stratis-cli-3.5.3.tar.gz

@ -1,5 +1,5 @@
Name: stratis-cli
Version: 3.6.0
Version: 3.5.3
Release: 1%{?dist}
Summary: Command-line tool for interacting with the Stratis daemon
@ -9,8 +9,6 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: %{_bindir}/a2x
%if 0%{?rhel}
BuildRequires: python3-dateutil
BuildRequires: python3-dbus-client-gen
BuildRequires: python3-dbus-python-client-gen
@ -18,14 +16,13 @@ BuildRequires: python3-justbytes
BuildRequires: python3-packaging
BuildRequires: python3-psutil
BuildRequires: python3-wcwidth
%endif
# Require the version of stratisd that supports a compatible D-Bus interface
Requires: (stratisd >= 3.6.0 with stratisd < 4.0.0)
BuildRequires: %{_bindir}/a2x
# It runs without, but totally useless
Requires: (stratisd >= 3.5.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
%if 0%{?rhel}
%if 0%{?rhel} && !0%{?eln}
ExcludeArch: i686
%endif
BuildArch: noarch
@ -75,10 +72,6 @@ a2x -f manpage docs/stratis.txt
%{python3_sitelib}/stratis_cli-*.egg-info/
%changelog
* Mon Nov 06 2023 Bryan Gurney <bgurney@redhat.com> - 3.6.0-1
- Update to version 3.6.0
- Resolves: RHEL-2265
* Thu Jun 08 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.3-1
- Allow for inconsistent value in StoppedPools D-Bus property
- Resolves: rhbz#2213325
@ -87,9 +80,6 @@ a2x -f manpage docs/stratis.txt
- Update to version 3.5.2
- Resolves: rhbz#2167462
* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 3.4.1-1
- Rebuilt for MSVSphere 9.2 beta
* Mon Jan 09 2023 Bryan Gurney <bgurney@redhat.com> - 3.4.1-1
- send_uevent: remove strict parameter
- Resolves: rhbz#2158914

Loading…
Cancel
Save