diff --git a/SPECS/stratisd.spec b/SPECS/stratisd.spec index 05f02e8..a7e916c 100644 --- a/SPECS/stratisd.spec +++ b/SPECS/stratisd.spec @@ -7,7 +7,7 @@ Name: stratisd Version: 2.4.2 -Release: 1%{?dist} +Release: 2%{?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 %{buildroot}%{udevdir}/stratis-str-cmp %{buildroot}%{_systemdgeneratordir}/st %{_systemdgeneratordir}/stratis-setup-generator %changelog +* Fri Aug 20 2021 Bryan Gurney - 2.4.2-2 +- Add stratisd to requires for stratisd-dracut +- Resolves: rhbz#1995916 + * Wed Jun 02 2021 Bryan Gurney - 2.4.2-1 - Update to 2.4.2 - Resolves: rhbz#1931671