Update to 0.5.5

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-08-03 11:39:18 +02:00
parent fdbba2c34c
commit 67cd222845
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/stratisd-0.5.2.tar.gz
/stratisd-0.5.3.tar.gz
/stratisd-0.5.4.tar.gz
/stratisd-0.5.5.tar.gz

View File

@ -1 +1 @@
SHA512 (stratisd-0.5.4.tar.gz) = ee3d1088317ced5d8c71a7775278a53e7f017e86d76ef834b5edb847e967f14d3e94f0d7f4b1f9a2043b16de35e6d55ef33bf3d11d99e4bc017d9a33db2af18b
SHA512 (stratisd-0.5.5.tar.gz) = b0569ca74d3ce57e0275546e2706151dc0b439af521b230b6331210163417c787f17b3216c6241f8146529db367c6dafe6e536b0fc731a00d5563c99782aa7f6

View File

@ -5,8 +5,8 @@
%global __cargo_is_lib() false
Name: stratisd
Version: 0.5.4
Release: 3%{?dist}
Version: 0.5.5
Release: 1%{?dist}
Summary: Daemon that manages block devices to create filesystems
License: MPLv2.0
@ -25,7 +25,7 @@ BuildRequires: (crate(chrono) >= 0.4.0 with crate(chrono) < 0.5.0)
BuildRequires: (crate(clap) >= 2.0.0 with crate(clap) < 3.0.0)
BuildRequires: (crate(crc) >= 1.0.0 with crate(crc) < 2.0.0)
BuildRequires: (crate(dbus) >= 0.6.1 with crate(dbus) < 0.7.0)
BuildRequires: (crate(devicemapper) >= 0.22.0 with crate(devicemapper) < 0.23.0)
BuildRequires: (crate(devicemapper) >= 0.23.0 with crate(devicemapper) < 0.24.0)
BuildRequires: (crate(env_logger) >= 0.5.0 with crate(env_logger) < 0.6.0)
BuildRequires: (crate(error-chain) >= 0.12.0 with crate(error-chain) < 0.13.0)
BuildRequires: (crate(lazy_static) >= 1.0.0 with crate(lazy_static) < 2.0.0)
@ -95,6 +95,9 @@ mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_sbindir}/stratisd-init
%{_mandir}/man8/stratisd.8*
%changelog
* Fri Aug 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.5-1
- Update to 0.5.5
* Thu Jul 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.4-3
- Upgrade dependencies