diff --git a/stratisd.spec b/stratisd.spec index 365c53a..322096f 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -7,7 +7,7 @@ Name: stratisd Version: 2.4.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Daemon that manages block devices to create filesystems License: MPLv2.0 @@ -44,6 +44,7 @@ Summary: Dracut modules for use with stratisd ExclusiveArch: ${rust_arches} +Requires: stratisd Requires: dracut >= 049-136 Requires: plymouth @@ -143,6 +144,10 @@ ln -fv %{buildroot}%{udevdir}/stratis-str-cmp %{buildroot}%{_systemdgeneratordir %{_systemdgeneratordir}/stratis-setup-generator %changelog +* Fri Aug 20 2021 Bryan Gurney - 2.4.2-3 +- Add stratisd to requires for stratisd-dracut +- Resolves: rhbz#1996104 + * Tue Aug 10 2021 Mohan Boddu - 2.4.2-2 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688