diff --git a/.gitignore b/.gitignore index d759ba4..60839ab 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /stratisd-0.5.3.tar.gz /stratisd-0.5.4.tar.gz /stratisd-0.5.5.tar.gz +/stratisd-0.9.0.tar.gz diff --git a/sources b/sources index 57817c8..de21f3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratisd-0.5.5.tar.gz) = b0569ca74d3ce57e0275546e2706151dc0b439af521b230b6331210163417c787f17b3216c6241f8146529db367c6dafe6e536b0fc731a00d5563c99782aa7f6 +SHA512 (stratisd-0.9.0.tar.gz) = e0ceb8209af5f820ef51580f8f401a9d01a4a704969e197834fff13819892a4aa6e85995dc1d3d95b684c5491b9628361768e04bd5b3b76587bf09b174c783a5 diff --git a/stratisd.spec b/stratisd.spec index 438e474..ba80145 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -5,8 +5,8 @@ %global __cargo_is_lib() false Name: stratisd -Version: 0.5.5 -Release: 2%{?dist} +Version: 0.9.0 +Release: 1%{?dist} Summary: Daemon that manages block devices to create filesystems 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(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.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(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) @@ -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_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(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)) %if %{with check} # [dev-dependencies] @@ -92,6 +93,9 @@ mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_sbindir}/stratisd-init %{_mandir}/man8/stratisd.8* %changelog +* Sat Sep 01 2018 Igor Gnatenko - 0.9.0-1 +- Update to 0.9.0 + * Fri Aug 3 2018 Andy Grover - 0.5.5-2 - Disable a failing but noncritical test