Update to 2.0.0
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
92c23b60cb
commit
a872721d96
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/stratisd-1.0.3.tar.gz
|
||||
/stratisd-1.0.4.tar.gz
|
||||
/stratisd-1.0.5.tar.gz
|
||||
/stratisd-2.0.0.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (stratisd-1.0.5.tar.gz) = 619f10fe6f2998980e42284469d64f1c39bf622679362748ab5938b2f9422d71713ea2bf45a4f1db96cae510c3bdc10cca39509b13115fe2d9ca9c4d17d21425
|
||||
SHA512 (stratisd-2.0.0.tar.gz) = e404dce0d4e24b578aaa4aa712bf4ac419f0b53f8960a430dedbb09e3a3e810074b46d94b7426370608109a23f57fafc5c67d91823924ba4d0850ec203a1562a
|
||||
|
@ -1,6 +1,5 @@
|
||||
# Generated by rust2rpm
|
||||
# XXX: https://github.com/stratis-storage/stratisd/issues/1496
|
||||
%bcond_with check
|
||||
%bcond_without check
|
||||
%global __cargo_skip_build 0
|
||||
|
||||
# Not interested in packaging lib
|
||||
@ -8,9 +7,9 @@
|
||||
%global __cargo_is_lib() false
|
||||
|
||||
Name: stratisd
|
||||
Version: 1.0.5
|
||||
Version: 2.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Daemon that manages block devices to create filesystems
|
||||
Summary: Daemon that manages a pool of block devices to create flexible filesystems
|
||||
|
||||
License: MPLv2.0
|
||||
URL: https://github.com/stratis-storage/stratisd
|
||||
@ -52,9 +51,9 @@ mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_libexecdir}/stratisd
|
||||
mkdir -p %{buildroot}%{_sbindir}
|
||||
mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_sbindir}/stratisd-init
|
||||
|
||||
%{__install} -Dpm0644 -t %{buildroot}%{_datadir}/dbus-1/system.d stratisd.conf
|
||||
%{__install} -Dpm0644 -t %{buildroot}%{_mandir}/man8 docs/stratisd.8
|
||||
%{__install} -Dpm0644 -t %{buildroot}%{_unitdir} stratisd.service
|
||||
install -Dpm0644 -t %{buildroot}%{_datadir}/dbus-1/system.d stratisd.conf
|
||||
install -Dpm0644 -t %{buildroot}%{_mandir}/man8 docs/stratisd.8
|
||||
install -Dpm0644 -t %{buildroot}%{_unitdir} stratisd.service
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
@ -81,6 +80,9 @@ mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_sbindir}/stratisd-init
|
||||
%{_unitdir}/stratisd.service
|
||||
|
||||
%changelog
|
||||
* Thu Nov 07 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.0-1
|
||||
- Update to 2.0.0
|
||||
|
||||
* Fri Sep 06 20:52:06 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.5-1
|
||||
- Update to 1.0.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user