Update to 3.5.0
Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
parent
f1aac62f1a
commit
1307319f60
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
||||
/stratis-cli-3.3.0.tar.gz
|
||||
/stratis-cli-3.4.0.tar.gz
|
||||
/stratis-cli-3.4.1.tar.gz
|
||||
/stratis-cli-3.5.0.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (stratis-cli-3.4.1.tar.gz) = 2ba948bd957da35cfdd7516d6d72152db74f287430dff10c8b9eba0e211212769cfe08d8328b35fa38e55da3af4d1ac1c460e5fe427cb80b7458d5833142faf5
|
||||
SHA512 (stratis-cli-3.5.0.tar.gz) = e67b8531c662c9a01aff4633d73c492d48ad2409f9a4d7c68aaf12549dbdc4bdcefae2c74265a6c535fca5bc8ee1d0c8de78b67ed57404686bd35e1474bae65b
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: stratis-cli
|
||||
Version: 3.4.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Command-line tool for interacting with the Stratis daemon
|
||||
|
||||
License: ASL 2.0
|
||||
@ -11,7 +11,7 @@ BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: %{_bindir}/a2x
|
||||
# It runs without, but totally useless
|
||||
Requires: (stratisd >= 3.4.0 with stratisd < 4.0.0)
|
||||
Requires: (stratisd >= 3.5.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 Jan 24 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.0-1
|
||||
- Update to 3.5.0
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
@ -15,4 +15,4 @@
|
||||
repositories:
|
||||
- repo: "https://github.com/stratis-storage/testing.git"
|
||||
dest: "testing"
|
||||
version: "v3.4.0"
|
||||
version: "v3.5.0"
|
||||
|
Loading…
Reference in New Issue
Block a user