Update to 2.0.1
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
92cc5eab75
commit
fbd34f4bf0
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/stratis-cli-1.0.2.tar.gz
|
/stratis-cli-1.0.2.tar.gz
|
||||||
/stratis-cli-1.0.4.tar.gz
|
/stratis-cli-1.0.4.tar.gz
|
||||||
/stratis-cli-2.0.0.tar.gz
|
/stratis-cli-2.0.0.tar.gz
|
||||||
|
/stratis-cli-2.0.1.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (stratis-cli-2.0.0.tar.gz) = 96ea380d279db4f1bde7dc640f097a15fc2744db329765adc26a8e59af3b4eab6d53808f03fe94edce34d533a5a0eb59863cff1bb002e3d7d7f7228875c8fcc3
|
SHA512 (stratis-cli-2.0.1.tar.gz) = 0eca58aa81e85f764d03cd0aee55f22720c01c450205028517f2fde0499f87637d7c868197b0f1d8d0b4c61611d3abe2a739c47e3746cb0f5574814e06ae2162
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: stratis-cli
|
Name: stratis-cli
|
||||||
Version: 2.0.0
|
Version: 2.0.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?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
|
||||||
@ -9,7 +9,7 @@ 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: /usr/bin/a2x
|
||||||
# It runs without, but totally useless
|
# It runs without, but totally useless
|
||||||
Requires: (stratisd >= 2.0.0 with stratisd < 3.0.0)
|
Requires: (stratisd >= 2.0.0 with stratisd < 3.0.0)
|
||||||
|
|
||||||
@ -31,11 +31,11 @@ a2x -f manpage docs/stratis.txt
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
%{__install} -Dpm0644 -t %{buildroot}%{_datadir}/bash-completion/completions \
|
install -Dpm0644 -t %{buildroot}%{_datadir}/bash-completion/completions \
|
||||||
shell-completion/bash/stratis
|
shell-completion/bash/stratis
|
||||||
%{__install} -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \
|
install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \
|
||||||
shell-completion/zsh/_stratis
|
shell-completion/zsh/_stratis
|
||||||
%{__install} -Dpm0644 -t %{buildroot}%{_mandir}/man8 docs/stratis.8
|
install -Dpm0644 -t %{buildroot}%{_mandir}/man8 docs/stratis.8
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -52,6 +52,9 @@ a2x -f manpage docs/stratis.txt
|
|||||||
%{python3_sitelib}/stratis_cli-*.egg-info/
|
%{python3_sitelib}/stratis_cli-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 19 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.0.1-1
|
||||||
|
- Update to 2.0.1
|
||||||
|
|
||||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user