From b138699fc69eca1605d1b4efb45e10c570f354f1 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Mon, 25 Sep 2023 10:03:13 -0400 Subject: [PATCH 1/2] stratisd.spec: remove Requires for plymouth Signed-off-by: Bryan Gurney --- mockbuild_test/stratisd.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/mockbuild_test/stratisd.spec b/mockbuild_test/stratisd.spec index 6038c4e..524552c 100644 --- a/mockbuild_test/stratisd.spec +++ b/mockbuild_test/stratisd.spec @@ -65,7 +65,6 @@ ExcludeArch: i686 Requires: stratisd Requires: dracut >= 051 -Requires: plymouth %description dracut %{summary}. This package should not be used in production. From 2f95e19ef5cb85571d0ed75274cfd87a05fae20b Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Mon, 25 Sep 2023 11:07:40 -0400 Subject: [PATCH 2/2] stratisd.spec: add Requires for systemd The previous requirement in stratisd for plymouth-start.service has been replaced with systemd-ask-password-console.service, which is provided by the systemd package. Signed-off-by: Bryan Gurney --- mockbuild_test/stratisd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mockbuild_test/stratisd.spec b/mockbuild_test/stratisd.spec index 524552c..25df1df 100644 --- a/mockbuild_test/stratisd.spec +++ b/mockbuild_test/stratisd.spec @@ -65,6 +65,7 @@ ExcludeArch: i686 Requires: stratisd Requires: dracut >= 051 +Requires: systemd %description dracut %{summary}. This package should not be used in production.