forked from rpms/stratis-cli
import stratis-cli-1.0.4-2.el8
This commit is contained in:
parent
ccd229fa24
commit
1fc1602f72
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/stratis-cli-1.0.2.tar.gz
|
SOURCES/stratis-cli-1.0.4.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
5593f594955fca00f6a5ae2c63a15120e7f8b181 SOURCES/stratis-cli-1.0.2.tar.gz
|
73162caf4f6cf0b5072c7dc8bdb0d2f46b01cb04 SOURCES/stratis-cli-1.0.4.tar.gz
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
%{?python_enable_dependency_generator}
|
|
||||||
|
|
||||||
Name: stratis-cli
|
Name: stratis-cli
|
||||||
Version: 1.0.2
|
Version: 1.0.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Command-line tool for interacting with the Stratis daemon
|
Summary: Command-line tool for interacting with the Stratis daemon
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -12,9 +10,17 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: %{_bindir}/a2x
|
BuildRequires: %{_bindir}/a2x
|
||||||
|
|
||||||
|
Requires: platform-python
|
||||||
|
Requires: python3-dateutil
|
||||||
|
Requires: python3-dbus-client-gen
|
||||||
|
Requires: python3-dbus-python-client-gen
|
||||||
|
Requires: python3-justbytes
|
||||||
|
|
||||||
# It runs without, but totally useless
|
# It runs without, but totally useless
|
||||||
Requires: (stratisd >= 1.0 with stratisd < 1.1)
|
Requires: (stratisd >= 1.0 with stratisd < 1.1)
|
||||||
|
|
||||||
|
|
||||||
# stratisd only available on certain arches
|
# stratisd only available on certain arches
|
||||||
ExclusiveArch: %{rust_arches} noarch
|
ExclusiveArch: %{rust_arches} noarch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -56,6 +62,9 @@ a2x -f manpage docs/stratis.txt
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 3 2019 Dennis Keefe <dkeefe@redhat.com> - 1.0.4-2
|
||||||
|
- Update to 1.0.4
|
||||||
|
|
||||||
* Tue Dec 11 2018 Andy Grover <agrover@redhat.com> - 1.0.2-1
|
* Tue Dec 11 2018 Andy Grover <agrover@redhat.com> - 1.0.2-1
|
||||||
- Update to 1.0.2
|
- Update to 1.0.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user