Update to 1.0.1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
ebc536d509
commit
9446f8ee23
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/stratisd-0.5.5.tar.gz
|
||||
/stratisd-0.9.0.tar.gz
|
||||
/stratisd-1.0.0.tar.gz
|
||||
/stratisd-1.0.1.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (stratisd-1.0.0.tar.gz) = b1f70a3476da283199b6689f3dc0b295662155c56bc3cf853e7a977a533cf7100118a5daafe303918ced9c592d069c21c6a0048c2216ce3a5dc42fe4febaeaa0
|
||||
SHA512 (stratisd-1.0.1.tar.gz) = 88a996c2216fd72fd786cd02dc115961ddf7e0195bf26b0c2a40bbf54736545b69c5a67d76c0316b887e793c4c3409221c27c99a67c4f6e57585256081429ce1
|
||||
|
@ -6,7 +6,7 @@
|
||||
%global __cargo_is_lib() false
|
||||
|
||||
Name: stratisd
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Daemon that manages block devices to create filesystems
|
||||
|
||||
@ -17,35 +17,35 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
ExclusiveArch: %{rust_arches}
|
||||
|
||||
BuildRequires: rust-packaging
|
||||
# [dependencies]
|
||||
BuildRequires: (crate(byteorder) >= 1.0.0 with crate(byteorder) < 2.0.0)
|
||||
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.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)
|
||||
BuildRequires: (crate(libc) >= 0.2.36 with crate(libc) < 0.3.0)
|
||||
BuildRequires: (crate(libmount) >= 0.1.10 with crate(libmount) < 0.2.0)
|
||||
BuildRequires: (crate(libudev) >= 0.2.0 with crate(libudev) < 0.3.0)
|
||||
BuildRequires: (crate(log) >= 0.4.0 with crate(log) < 0.5.0)
|
||||
BuildRequires: (crate(macro-attr) >= 0.2.0 with crate(macro-attr) < 0.3.0)
|
||||
BuildRequires: (crate(nix) >= 0.11.0 with crate(nix) < 0.12.0)
|
||||
BuildRequires: (crate(rand) >= 0.4.0 with crate(rand) < 0.5.0)
|
||||
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))
|
||||
BuildRequires: (crate(walkdir) >= 2.2.5 with crate(walkdir) < 3.0.0)
|
||||
BuildRequires: (crate(byteorder/default) >= 1.0.0 with crate(byteorder/default) < 2.0.0)
|
||||
BuildRequires: (crate(chrono/default) >= 0.4.0 with crate(chrono/default) < 0.5.0)
|
||||
BuildRequires: (crate(clap/default) >= 2.0.0 with crate(clap/default) < 3.0.0)
|
||||
BuildRequires: (crate(crc/default) >= 1.0.0 with crate(crc/default) < 2.0.0)
|
||||
BuildRequires: (crate(dbus/default) >= 0.6.1 with crate(dbus/default) < 0.7.0)
|
||||
BuildRequires: (crate(devicemapper/default) >= 0.26.0 with crate(devicemapper/default) < 0.27.0)
|
||||
BuildRequires: (crate(env_logger/default) >= 0.5.0 with crate(env_logger/default) < 0.6.0)
|
||||
BuildRequires: (crate(error-chain/default) >= 0.12.0 with crate(error-chain/default) < 0.13.0)
|
||||
BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0)
|
||||
BuildRequires: (crate(libc/default) >= 0.2.36 with crate(libc/default) < 0.3.0)
|
||||
BuildRequires: (crate(libmount/default) >= 0.1.10 with crate(libmount/default) < 0.2.0)
|
||||
BuildRequires: (crate(libudev/default) >= 0.2.0 with crate(libudev/default) < 0.3.0)
|
||||
BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0)
|
||||
BuildRequires: (crate(macro-attr/default) >= 0.2.0 with crate(macro-attr/default) < 0.3.0)
|
||||
BuildRequires: (crate(nix/default) >= 0.11.0 with crate(nix/default) < 0.12.0)
|
||||
BuildRequires: (crate(rand/default) >= 0.4.0 with crate(rand/default) < 0.5.0)
|
||||
BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0)
|
||||
BuildRequires: (crate(serde_derive/default) >= 1.0.0 with crate(serde_derive/default) < 2.0.0)
|
||||
BuildRequires: (crate(serde_json/default) >= 1.0.0 with crate(serde_json/default) < 2.0.0)
|
||||
BuildRequires: (crate(tempfile/default) >= 3.0.1 with crate(tempfile/default) < 4.0.0)
|
||||
BuildRequires: (crate(timerfd/default) >= 1.0.0 with crate(timerfd/default) < 2.0.0)
|
||||
BuildRequires: (crate(uuid/default) >= 0.6.0 with crate(uuid/default) < 0.7.0)
|
||||
BuildRequires: (crate(uuid/serde) >= 0.6.0 with crate(uuid/serde) < 0.7.0)
|
||||
BuildRequires: (crate(uuid/v4) >= 0.6.0 with crate(uuid/v4) < 0.7.0)
|
||||
BuildRequires: (crate(walkdir/default) >= 2.2.5 with crate(walkdir/default) < 3.0.0)
|
||||
%if %{with check}
|
||||
# [dev-dependencies]
|
||||
BuildRequires: (crate(either) >= 1.1.0 with crate(either) < 2.0.0)
|
||||
BuildRequires: (crate(loopdev) >= 0.2.0 with crate(loopdev) < 0.3.0)
|
||||
BuildRequires: (crate(quickcheck) >= 0.6.0 with crate(quickcheck) < 0.7.0)
|
||||
BuildRequires: (crate(either/default) >= 1.1.0 with crate(either/default) < 2.0.0)
|
||||
BuildRequires: (crate(loopdev/default) >= 0.2.0 with crate(loopdev/default) < 0.3.0)
|
||||
BuildRequires: (crate(quickcheck/default) >= 0.6.0 with crate(quickcheck/default) < 0.7.0)
|
||||
%endif
|
||||
BuildRequires: %{_bindir}/a2x
|
||||
BuildRequires: systemd
|
||||
@ -106,6 +106,9 @@ mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_sbindir}/stratisd-init
|
||||
%{_unitdir}/stratisd.service
|
||||
|
||||
%changelog
|
||||
* Fri Nov 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-1
|
||||
- Update to 1.0.1
|
||||
|
||||
* Thu Sep 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.0-1
|
||||
- Update to 1.0.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user