Compare commits

...

2 Commits

Author SHA1 Message Date
Bryan Gurney d83607c3e8 Update to version 3.6.0 2023-11-09 05:13:11 +00:00
Bryan Gurney 771c44a6e6 Allow for inconsistent value in StoppedPools D-Bus property
Resolves: rhbz#2213325

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
2023-06-08 13:35:14 -04:00
8 changed files with 39 additions and 36 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

2
.gitignore vendored
View File

@ -22,3 +22,5 @@
/stratis-cli-3.4.0.tar.gz
/stratis-cli-3.4.1.tar.gz
/stratis-cli-3.5.2.tar.gz
/stratis-cli-3.5.3.tar.gz
/stratis-cli-3.6.0.tar.gz

1
.stratis-cli.metadata Normal file
View File

@ -0,0 +1 @@
ca2d41d023639307671e3286bd377405d08bede7 stratis-cli-3.6.0.tar.gz

17
plans/unit.fmf Normal file
View File

@ -0,0 +1,17 @@
summary: stratis-cli unit tests
prepare:
- name: Install package
how: install
package: [stratis-cli, util-linux, python3-psutil]
discover:
how: shell
url: https://github.com/stratis-storage/testing.git
ref: v3.6.0
tests:
- name: unit
test: python3 stratis_cli_cert.py -v
execute:
how: tmt

View File

@ -1 +1 @@
SHA512 (stratis-cli-3.5.2.tar.gz) = b2460334578cca6bf5fcacb36131c3a27322a07ce8bd03690c259ab68567770fb6dfdd56f97d467a34359ca8139c12801c5e7b1eefec0b38885a8e396a7b263d
SHA512 (stratis-cli-3.6.0.tar.gz) = 6bdb94139eea07c130c995a687b7702b667081c7d6ff97ee1a749b1d4fe980e1b523aee182eee59a8dcf2a0664ec7fcf8b44331bc9443a2c2aa8d8bffe2d2eae

View File

@ -1,5 +1,5 @@
Name: stratis-cli
Version: 3.5.2
Version: 3.6.0
Release: 1%{?dist}
Summary: Command-line tool for interacting with the Stratis daemon
@ -9,6 +9,8 @@ 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
@ -16,13 +18,14 @@ BuildRequires: python3-justbytes
BuildRequires: python3-packaging
BuildRequires: python3-psutil
BuildRequires: python3-wcwidth
BuildRequires: %{_bindir}/a2x
# It runs without, but totally useless
Requires: (stratisd >= 3.5.0 with stratisd < 4.0.0)
%endif
# stratisd only available on certain arches
# Require the version of stratisd that supports a compatible D-Bus interface
Requires: (stratisd >= 3.6.0 with stratisd < 4.0.0)
# Exclude the same arches for stratis-cli as are excluded for stratisd
ExclusiveArch: %{rust_arches} noarch
%if 0%{?rhel} && !0%{?eln}
%if 0%{?rhel}
ExcludeArch: i686
%endif
BuildArch: noarch
@ -72,6 +75,14 @@ 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
* Tue May 16 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.2-1
- Update to version 3.5.2
- Resolves: rhbz#2167462

View File

@ -1,9 +0,0 @@
---
standard-inventory-qcow2:
qemu:
m: 10G
drive:
- size: 10737418240
- size: 10737418240
- size: 10737418240

View File

@ -1,20 +0,0 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: ./testing/
run: >
python stratis_cli_cert.py -v
StratisCliVersionCertify
StratisCliManPageCertify
required_packages:
- util-linux
- python3-psutil
repositories:
- repo: "https://github.com/stratis-storage/testing.git"
dest: "testing"
version: "v3.5.2"