Update to 0.5.0
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
c32e5a50ac
commit
57b279ec22
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/stratisd-0.1.4.tar.gz
|
/stratisd-0.1.4.tar.gz
|
||||||
/stratisd-0.1.5.tar.gz
|
/stratisd-0.1.5.tar.gz
|
||||||
|
/stratisd-0.5.0.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (stratisd-0.1.5.tar.gz) = 832e8cefc73866baa76817d60426581b289064598e2adf5dd9fd00cc8c78dba3d612e8c8d89015cb64e559207e34ed03af48c13918e550adcb76fc2e01306fa5
|
SHA512 (stratisd-0.5.0.tar.gz) = f5e29a61be6d4de5b81c80d251e71f10acd376861ed04cd9d9d273ff80c806367aa6c9772c563a4511f4ac879df15fb4ca4b631a548efbabc58b13d7a5111aa6
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
%global __cargo_common_opts %{__cargo_common_opts} --features dbus_enabled
|
%global __cargo_common_opts %{__cargo_common_opts} --features dbus_enabled
|
||||||
|
|
||||||
Name: stratisd
|
Name: stratisd
|
||||||
Version: 0.1.5
|
Version: 0.5.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
|
||||||
@ -25,15 +25,15 @@ 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.16.0 with crate(devicemapper) < 0.17.0)
|
BuildRequires: (crate(devicemapper) >= 0.19.0 with crate(devicemapper) < 0.20.0)
|
||||||
BuildRequires: (crate(env_logger) >= 0.4.0 with crate(env_logger) < 0.5.0)
|
BuildRequires: (crate(env_logger) >= 0.4.0 with crate(env_logger) < 0.5.0)
|
||||||
BuildRequires: (crate(error-chain) >= 0.11.0 with crate(error-chain) < 0.12.0)
|
BuildRequires: (crate(error-chain) >= 0.11.0 with crate(error-chain) < 0.12.0)
|
||||||
BuildRequires: (crate(libc) >= 0.2.0 with crate(libc) < 0.3.0)
|
BuildRequires: (crate(libc) >= 0.2.36 with crate(libc) < 0.3.0)
|
||||||
BuildRequires: (crate(libudev) >= 0.2.0 with crate(libudev) < 0.3.0)
|
BuildRequires: (crate(libudev) >= 0.2.0 with crate(libudev) < 0.3.0)
|
||||||
BuildRequires: (crate(log) >= 0.3.0 with crate(log) < 0.4.0)
|
BuildRequires: (crate(log) >= 0.3.0 with crate(log) < 0.4.0)
|
||||||
BuildRequires: (crate(macro-attr) >= 0.2.0 with crate(macro-attr) < 0.3.0)
|
BuildRequires: (crate(macro-attr) >= 0.2.0 with crate(macro-attr) < 0.3.0)
|
||||||
BuildRequires: (crate(mnt) >= 0.3.1 with crate(mnt) < 0.4.0)
|
BuildRequires: (crate(mnt) >= 0.3.1 with crate(mnt) < 0.4.0)
|
||||||
BuildRequires: (crate(nix) >= 0.9.0 with crate(nix) < 0.10.0)
|
BuildRequires: (crate(nix) >= 0.10.0 with crate(nix) < 0.11.0)
|
||||||
BuildRequires: (crate(rand) >= 0.4.0 with crate(rand) < 0.5.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) >= 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)
|
||||||
@ -46,7 +46,8 @@ 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(quickcheck) >= 0.6.0 with crate(quickcheck) < 0.7.0)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: xfsprogs device-mapper-persistent-data
|
Requires: xfsprogs
|
||||||
|
Requires: device-mapper-persistent-data
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -81,6 +82,9 @@ mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_libexecdir}/stratisd
|
|||||||
%{_datadir}/dbus-1/system-services/org.storage.stratis1.service
|
%{_datadir}/dbus-1/system-services/org.storage.stratis1.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-1
|
||||||
|
- Update to 0.5.0
|
||||||
|
|
||||||
* Thu Feb 15 2018 Andy Grover <agrover@redhat.com> - 0.1.5-2
|
* Thu Feb 15 2018 Andy Grover <agrover@redhat.com> - 0.1.5-2
|
||||||
- Require packages that contain binaries that we exec: xfsprogs and
|
- Require packages that contain binaries that we exec: xfsprogs and
|
||||||
device-mapper-persistent-data
|
device-mapper-persistent-data
|
||||||
|
Loading…
Reference in New Issue
Block a user