Update to 0.9.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-09-01 11:32:46 +02:00
parent 48a5797add
commit 6ad92b9f37
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/stratisd-0.5.3.tar.gz /stratisd-0.5.3.tar.gz
/stratisd-0.5.4.tar.gz /stratisd-0.5.4.tar.gz
/stratisd-0.5.5.tar.gz /stratisd-0.5.5.tar.gz
/stratisd-0.9.0.tar.gz

View File

@ -1 +1 @@
SHA512 (stratisd-0.5.5.tar.gz) = b0569ca74d3ce57e0275546e2706151dc0b439af521b230b6331210163417c787f17b3216c6241f8146529db367c6dafe6e536b0fc731a00d5563c99782aa7f6 SHA512 (stratisd-0.9.0.tar.gz) = e0ceb8209af5f820ef51580f8f401a9d01a4a704969e197834fff13819892a4aa6e85995dc1d3d95b684c5491b9628361768e04bd5b3b76587bf09b174c783a5

View File

@ -5,8 +5,8 @@
%global __cargo_is_lib() false %global __cargo_is_lib() false
Name: stratisd Name: stratisd
Version: 0.5.5 Version: 0.9.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Daemon that manages block devices to create filesystems Summary: Daemon that manages block devices to create filesystems
License: MPLv2.0 License: MPLv2.0
@ -22,7 +22,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(clap) >= 2.0.0 with crate(clap) < 3.0.0)
BuildRequires: (crate(crc) >= 1.0.0 with crate(crc) < 2.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(dbus) >= 0.6.1 with crate(dbus) < 0.7.0)
BuildRequires: (crate(devicemapper) >= 0.23.0 with crate(devicemapper) < 0.24.0) BuildRequires: (crate(devicemapper) >= 0.24.0 with crate(devicemapper) < 0.25.0)
BuildRequires: (crate(env_logger) >= 0.5.0 with crate(env_logger) < 0.6.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(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) BuildRequires: (crate(lazy_static) >= 1.0.0 with crate(lazy_static) < 2.0.0)
@ -37,6 +37,7 @@ BuildRequires: (crate(serde) >= 1.0.0 with crate(serde) < 2.0.0)
BuildRequires: (crate(serde_derive) >= 1.0.0 with crate(serde_derive) < 2.0.0) BuildRequires: (crate(serde_derive) >= 1.0.0 with crate(serde_derive) < 2.0.0)
BuildRequires: (crate(serde_json) >= 1.0.0 with crate(serde_json) < 2.0.0) BuildRequires: (crate(serde_json) >= 1.0.0 with crate(serde_json) < 2.0.0)
BuildRequires: (crate(tempfile) >= 3.0.1 with crate(tempfile) < 4.0.0) BuildRequires: (crate(tempfile) >= 3.0.1 with crate(tempfile) < 4.0.0)
BuildRequires: (crate(timerfd) >= 1.0.0 with crate(timerfd) < 2.0.0)
BuildRequires: ((crate(uuid) >= 0.6.0 with crate(uuid) < 0.7.0) with crate(uuid/serde) with crate(uuid/v4)) BuildRequires: ((crate(uuid) >= 0.6.0 with crate(uuid) < 0.7.0) with crate(uuid/serde) with crate(uuid/v4))
%if %{with check} %if %{with check}
# [dev-dependencies] # [dev-dependencies]
@ -92,6 +93,9 @@ mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_sbindir}/stratisd-init
%{_mandir}/man8/stratisd.8* %{_mandir}/man8/stratisd.8*
%changelog %changelog
* Sat Sep 01 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-1
- Update to 0.9.0
* Fri Aug 3 2018 Andy Grover <agrover@redhat.com> - 0.5.5-2 * Fri Aug 3 2018 Andy Grover <agrover@redhat.com> - 0.5.5-2
- Disable a failing but noncritical test - Disable a failing but noncritical test