From 0b2e7ffcc023ac07844833c369e9151e971fe1e2 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Fri, 11 Jun 2021 16:50:56 -0400 Subject: [PATCH] Update to 2.4.1 - Update to 2.4.1 - Resolves: rhbz#1914316 Signed-off-by: Bryan Gurney --- .gitignore | 1 + sources | 2 +- stratis-cli.spec | 29 ++++++++++++++++++++++------- 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index f9c3476..0dca2bf 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /stratis-cli-2.1.1.tar.gz /stratis-cli-2.2.1.tar.gz /stratis-cli-2.3.0.tar.gz +/stratis-cli-2.4.1.tar.gz diff --git a/sources b/sources index 286b006..fbe7f8c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratis-cli-2.3.0.tar.gz) = 55b3234070c876df8da1eca6584d013e467e4f9d2c7558316436ee2098d671a02c23ed78fcbab4d262e663448505afd122a4584476689e3676a05e1b16dae5ed +SHA512 (stratis-cli-2.4.1.tar.gz) = 1d318fb244ad1ef48882e686cace0166237ead7261e26c9197e3b98517128013c1c9b9978ad894e9f0e7d90bd312d98246b39a80f90e3d0fd7a88618110137e7 diff --git a/stratis-cli.spec b/stratis-cli.spec index 097cfda..2cad0a8 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -1,6 +1,6 @@ Name: stratis-cli -Version: 2.3.0 -Release: 3%{?dist} +Version: 2.4.1 +Release: 1%{?dist} Summary: Command-line tool for interacting with the Stratis daemon License: ASL 2.0 @@ -9,12 +9,23 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: /usr/bin/a2x +BuildRequires: %{_bindir}/a2x + +Requires: platform-python +Requires: python3-dateutil +Requires: python3-psutil +Requires: python3-dbus-client-gen >= 0.4 +Requires: python3-dbus-python-client-gen >= 0.7 +Requires: python3-justbytes >= 0.14 +Requires: python3-semantic_version +Requires: keyutils >= 1.5 + # It runs without, but totally useless -Requires: (stratisd >= 2.3.0 with stratisd < 3.0.0) +Requires: stratisd >= 2.4 # stratisd only available on certain arches ExclusiveArch: %{rust_arches} noarch +ExcludeArch: i686 BuildArch: noarch %description @@ -31,11 +42,11 @@ a2x -f manpage docs/stratis.txt %install %py3_install -install -Dpm0644 -t %{buildroot}%{_datadir}/bash-completion/completions \ +%{__install} -Dpm0644 -t %{buildroot}%{_datadir}/bash-completion/completions \ shell-completion/bash/stratis -install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \ +%{__install} -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \ shell-completion/zsh/_stratis -install -Dpm0644 -t %{buildroot}%{_mandir}/man8 docs/stratis.8 +%{__install} -Dpm0644 -t %{buildroot}%{_mandir}/man8 docs/stratis.8 %files %license LICENSE @@ -52,6 +63,10 @@ install -Dpm0644 -t %{buildroot}%{_mandir}/man8 docs/stratis.8 %{python3_sitelib}/stratis_cli-*.egg-info/ %changelog +* Fri Jun 11 2021 Bryan Gurney - 2.4.1-1 +- Update to 2.4.1 +- Resolves: rhbz#1914316 + * Fri Apr 16 2021 Mohan Boddu - 2.3.0-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937