diff --git a/.gitignore b/.gitignore index e2ddbf8..b5e5b7f 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /stratisd-1.0.5.tar.gz /stratisd-2.0.0.tar.gz /stratisd-2.0.1.tar.gz +/stratisd-2.1.0.tar.gz diff --git a/sources b/sources index 2cc064f..8f221cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratisd-2.0.1.tar.gz) = 1ce0ed64cd6cd2fefdfa30487fdc8023fddff8fd7671d0945483f6bd4292ad28a9e0ac8bfd3eca60774433419e7b5e8170a359f47d9c55cc1a239720142537ad +SHA512 (stratisd-2.1.0.tar.gz) = 59730374aa42d829090e4cb28bef5281a3c0e30fc5250bea472c716d9a7172d5aea3b25588b519d7a657f2dd6f092eb3f4951e12c41328b47ad032564478b5ff diff --git a/stratisd.spec b/stratisd.spec index fd5a673..24e8962 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -7,8 +7,8 @@ %global __cargo_is_lib() false Name: stratisd -Version: 2.0.1 -Release: 2%{?dist} +Version: 2.1.0 +Release: 1%{?dist} Summary: Daemon that manages a pool of block devices to create flexible filesystems # Install all deps (without check), grab their licenses and make it simple @@ -27,6 +27,7 @@ ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging BuildRequires: systemd +BuildRequires: libblkid-devel >= 2.32 %{?systemd_requires} Requires: xfsprogs @@ -88,6 +89,9 @@ install -Dpm0644 -t %{buildroot}%{_unitdir} stratisd.service %{_unitdir}/stratisd.service %changelog +* Tue Jul 07 2020 John Baublitz - 2.1.0-1 +- Update to 2.1.0 + * Wed Feb 19 2020 Igor Raits - 2.0.1-2 - Fixup license