diff --git a/.gitignore b/.gitignore index 06114b0..fed7653 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /stratisd-2.1.0.tar.gz /stratisd-2.2.0.tar.gz /stratisd-2.2.1.tar.gz +/stratisd-2.3.0.tar.gz diff --git a/sources b/sources index 4bb6d09..3754d78 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratisd-2.2.1.tar.gz) = cb7cca95a9e754672fb446baf8434f35da155fe34a6cacaee731a173d3d8dbd13c4b15afcc3a017ca7d1650668b72e98a266b6991e5af76a177b7ea794997185 +SHA512 (stratisd-2.3.0.tar.gz) = ec16c30394a40c091efbb90a85818a230e93ab615a7f9728cc873d7ca02e16579e7c696bb12295a9778ee6a5e6b95f4cf152853716d7f40985f124e3898977fc diff --git a/stratisd.spec b/stratisd.spec index ee1c9c6..f94a5ae 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -8,8 +8,8 @@ %global __cargo_is_lib() false Name: stratisd -Version: 2.2.1 -Release: 3%{?dist} +Version: 2.3.0 +Release: 1%{?dist} Summary: Daemon that manages a pool of block devices to create flexible filesystems # 0BSD or MIT or ASL 2.0 @@ -33,6 +33,7 @@ BuildRequires: systemd %{?systemd_requires} Requires: xfsprogs Requires: device-mapper-persistent-data +Requires: clevis-luks >= 15 %description %{summary}. @@ -97,6 +98,9 @@ install -Dpm0644 -t %{buildroot}%{_bindir} developer_tools/stratis_migrate_symli %{_udevrulesdir}/11-stratisd.rules %changelog +* Tue Jan 12 2021 mulhern - 2.3.0-1 +- Update to 2.3.0 + * Mon Dec 28 13:34:26 CET 2020 Igor Raits - 2.2.1-3 - Rebuild