diff --git a/.gitignore b/.gitignore index a9494a6..4bd32c1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /stratisd-0.9.0.tar.gz /stratisd-1.0.0.tar.gz /stratisd-1.0.1.tar.gz +/stratisd-1.0.2.tar.gz diff --git a/sources b/sources index f9f7884..f20cde2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratisd-1.0.1.tar.gz) = 88a996c2216fd72fd786cd02dc115961ddf7e0195bf26b0c2a40bbf54736545b69c5a67d76c0316b887e793c4c3409221c27c99a67c4f6e57585256081429ce1 +SHA512 (stratisd-1.0.2.tar.gz) = 26bfc7407b83e43d6fc88c9bc3b2e6146122bb360c51886982effe5142935a14ce357d3067bf26163e2015ba1174fc5f973bb077ec85e4a91efb7a948a058269 diff --git a/stratisd.spec b/stratisd.spec index 3bebceb..6ef2a4a 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -6,7 +6,7 @@ %global __cargo_is_lib() false Name: stratisd -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: Daemon that manages block devices to create filesystems @@ -30,7 +30,6 @@ 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) @@ -45,7 +44,8 @@ BuildRequires: (crate(walkdir/default) >= 2.2.5 with crate(walkdir/default) < 3 %if %{with check} 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) +BuildRequires: (crate(matches/default) >= 0.1.8 with crate(matches/default) < 0.2.0) +BuildRequires: (crate(proptest/default) >= 0.7.2 with crate(proptest/default) < 0.8.0) %endif BuildRequires: %{_bindir}/a2x BuildRequires: systemd @@ -106,6 +106,9 @@ mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_sbindir}/stratisd-init %{_unitdir}/stratisd.service %changelog +* Wed Dec 12 2018 Igor Gnatenko - 1.0.2-1 +- Update to 1.0.2 + * Fri Nov 02 2018 Igor Gnatenko - 1.0.1-1 - Update to 1.0.1