From 00b3bdeb299ec2db9584e955a6d69a2dbc752a3a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: May 07 2019 06:16:55 +0000 Subject: Update to 1.0.4 Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index d105f18..767cc2b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /stratisd-1.0.1.tar.gz /stratisd-1.0.2.tar.gz /stratisd-1.0.3.tar.gz +/stratisd-1.0.4.tar.gz diff --git a/sources b/sources index 7e8dbb0..5a029dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratisd-1.0.3.tar.gz) = 761c780db0973a4c844d08ac6ce755bc41886224f7f04ae4121f360fa5b00e7dbd251910ceb6d17ca6db8a5b74e4c3374fa98fc5db2ebab99f0b87b018f90425 +SHA512 (stratisd-1.0.4.tar.gz) = 67428c827f2ae02af0a821c8330254ee6b00f9c918146ea495b2c2b970b686a1b89d0fc7828db60ad99dfcf3fbd24d41c9d19ee58786825d64912113859ad85d diff --git a/stratisd.spec b/stratisd.spec index a641a17..7e4a2d9 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -1,12 +1,13 @@ # Generated by rust2rpm -%bcond_without check +# XXX: https://github.com/stratis-storage/stratisd/issues/1496 +%bcond_with check # Not interested in packaging lib # stratisd is supposed to be daemon used through dbus %global __cargo_is_lib() false Name: stratisd -Version: 1.0.3 +Version: 1.0.4 Release: 1%{?dist} Summary: Daemon that manages block devices to create filesystems @@ -22,11 +23,10 @@ BuildRequires: (crate(chrono/default) >= 0.4.0 with crate(chrono/default) < 0.5 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.4 with crate(dbus/default) < 0.7.0) -BuildRequires: (crate(devicemapper/default) >= 0.26.0 with crate(devicemapper/default) < 0.27.0) +BuildRequires: (crate(devicemapper/default) >= 0.27.0 with crate(devicemapper/default) < 0.28.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(libc/default) >= 0.2.47 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) @@ -42,6 +42,7 @@ BuildRequires: (crate(uuid/serde) >= 0.7.0 with crate(uuid/serde) < 0.8.0) BuildRequires: (crate(uuid/v4) >= 0.7.0 with crate(uuid/v4) < 0.8.0) %if %{with check} BuildRequires: (crate(either/default) >= 1.1.0 with crate(either/default) < 2.0.0) +BuildRequires: (crate(error-chain/default) >= 0.12.0 with crate(error-chain/default) < 0.13.0) BuildRequires: (crate(loopdev/default) >= 0.2.0 with crate(loopdev/default) < 0.3.0) BuildRequires: (crate(matches/default) >= 0.1.8 with crate(matches/default) < 0.2.0) BuildRequires: (crate(proptest/default) >= 0.8.0 with crate(proptest/default) < 0.9.0) @@ -58,7 +59,6 @@ Requires: device-mapper-persistent-data %prep %autosetup -p1 -sed -i -e 's/nix = "0.11"/nix = "0.13"/' Cargo.toml %cargo_prep %build @@ -106,6 +106,9 @@ mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_sbindir}/stratisd-init %{_unitdir}/stratisd.service %changelog +* Tue May 07 08:16:24 CEST 2019 Igor Gnatenko - 1.0.4-1 +- Update to 1.0.4 + * Wed Mar 06 2019 Igor Gnatenko - 1.0.3-1 - Update to 1.0.3