Update to 3.4.0
Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
parent
3568e53d29
commit
b28a39b260
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/stratis-cli-3.1.0.tar.gz
|
||||
/stratis-cli-3.2.0.tar.gz
|
||||
/stratis-cli-3.3.0.tar.gz
|
||||
/stratis-cli-3.4.0.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (stratis-cli-3.3.0.tar.gz) = c5280fc629ea8e63c252359556c23aced21251bbe597e1dedd0411a125c0dd42774686b0e470383ef12a6a07a5fd6f460edf083f1f423cad28dcfd1514b1245c
|
||||
SHA512 (stratis-cli-3.4.0.tar.gz) = b7b27b6c0116f16763b27b3f7b4e3bd70cc9ae0759e37fd02c24baf89e470ad826dfcb0ba45f586faa4e82b06feab20b56a1b1d8529a5248042380ad9e6515f6
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: stratis-cli
|
||||
Version: 3.3.0
|
||||
Version: 3.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Command-line tool for interacting with the Stratis daemon
|
||||
|
||||
@ -11,7 +11,7 @@ BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: %{_bindir}/a2x
|
||||
# It runs without, but totally useless
|
||||
Requires: (stratisd >= 3.3.0 with stratisd < 4.0.0)
|
||||
Requires: (stratisd >= 3.4.0 with stratisd < 4.0.0)
|
||||
|
||||
# stratisd only available on certain arches
|
||||
ExclusiveArch: %{rust_arches} noarch
|
||||
@ -62,6 +62,9 @@ a2x -f manpage docs/stratis.txt
|
||||
%{python3_sitelib}/stratis_cli-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Tue Nov 29 2022 Bryan Gurney <bgurney@redhat.com> - 3.4.0-1
|
||||
- Update to 3.4.0
|
||||
|
||||
* Tue Oct 18 2022 Bryan Gurney <bgurney@redhat.com> - 3.3.0-1
|
||||
- Update to 3.3.0
|
||||
|
||||
|
@ -15,4 +15,4 @@
|
||||
repositories:
|
||||
- repo: "https://github.com/stratis-storage/testing.git"
|
||||
dest: "testing"
|
||||
version: "v3.3.0"
|
||||
version: "v3.4.0"
|
||||
|
Loading…
Reference in New Issue
Block a user