Update to 1.0.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-09-27 22:54:33 +02:00
parent 54674b8012
commit 6f85b60216
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/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 /stratisd-0.9.0.tar.gz
/stratisd-1.0.0.tar.gz

View File

@ -1 +1 @@
SHA512 (stratisd-0.9.0.tar.gz) = e0ceb8209af5f820ef51580f8f401a9d01a4a704969e197834fff13819892a4aa6e85995dc1d3d95b684c5491b9628361768e04bd5b3b76587bf09b174c783a5 SHA512 (stratisd-1.0.0.tar.gz) = b1f70a3476da283199b6689f3dc0b295662155c56bc3cf853e7a977a533cf7100118a5daafe303918ced9c592d069c21c6a0048c2216ce3a5dc42fe4febaeaa0

View File

@ -1,3 +1,4 @@
# Generated by rust2rpm
%bcond_without check %bcond_without check
# Not interested in packaging lib # Not interested in packaging lib
@ -5,8 +6,8 @@
%global __cargo_is_lib() false %global __cargo_is_lib() false
Name: stratisd Name: stratisd
Version: 0.9.0 Version: 1.0.0
Release: 4%{?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 +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(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.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(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)
@ -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(tempfile) >= 3.0.1 with crate(tempfile) < 4.0.0)
BuildRequires: (crate(timerfd) >= 1.0.0 with crate(timerfd) < 2.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))
BuildRequires: (crate(walkdir) >= 2.2.5 with crate(walkdir) < 3.0.0)
%if %{with check} %if %{with check}
# [dev-dependencies] # [dev-dependencies]
BuildRequires: (crate(either) >= 1.1.0 with crate(either) < 2.0.0) 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 %{_unitdir}/stratisd.service
%changelog %changelog
* Thu Sep 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.0-1
- Update to 1.0.0
* Wed Sep 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-4 * Wed Sep 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-4
- Add missing systemd scriptlets - Add missing systemd scriptlets