diff --git a/.gitignore b/.gitignore index 60839ab..89b1ccc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /stratisd-0.5.4.tar.gz /stratisd-0.5.5.tar.gz /stratisd-0.9.0.tar.gz +/stratisd-1.0.0.tar.gz diff --git a/sources b/sources index de21f3d..b4bd0c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratisd-0.9.0.tar.gz) = e0ceb8209af5f820ef51580f8f401a9d01a4a704969e197834fff13819892a4aa6e85995dc1d3d95b684c5491b9628361768e04bd5b3b76587bf09b174c783a5 +SHA512 (stratisd-1.0.0.tar.gz) = b1f70a3476da283199b6689f3dc0b295662155c56bc3cf853e7a977a533cf7100118a5daafe303918ced9c592d069c21c6a0048c2216ce3a5dc42fe4febaeaa0 diff --git a/stratisd.spec b/stratisd.spec index aba3b02..d8623db 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -1,3 +1,4 @@ +# Generated by rust2rpm %bcond_without check # Not interested in packaging lib @@ -5,8 +6,8 @@ %global __cargo_is_lib() false Name: stratisd -Version: 0.9.0 -Release: 4%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Daemon that manages block devices to create filesystems License: MPLv2.0 @@ -22,7 +23,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.24.0 with crate(devicemapper) < 0.25.0) +BuildRequires: (crate(devicemapper) >= 0.26.0 with crate(devicemapper) < 0.27.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) @@ -39,6 +40,7 @@ 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)) +BuildRequires: (crate(walkdir) >= 2.2.5 with crate(walkdir) < 3.0.0) %if %{with check} # [dev-dependencies] BuildRequires: (crate(either) >= 1.1.0 with crate(either) < 2.0.0) @@ -104,6 +106,9 @@ mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_sbindir}/stratisd-init %{_unitdir}/stratisd.service %changelog +* Thu Sep 27 2018 Igor Gnatenko - 1.0.0-1 +- Update to 1.0.0 + * Wed Sep 19 2018 Igor Gnatenko - 0.9.0-4 - Add missing systemd scriptlets