From c07b4a36b4f6903893199d85217ef0d668f71733 Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Tue, 5 Dec 2023 09:50:02 +0100 Subject: [PATCH] Add dependency on systemd version Boom requires systemd version handling systemd.mount-extra boot option. Related: RHEL-16813 --- boom-boot.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boom-boot.spec b/boom-boot.spec index 8314387..f7c1b82 100644 --- a/boom-boot.spec +++ b/boom-boot.spec @@ -3,7 +3,7 @@ Name: boom-boot Version: 1.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{summary} License: GPL-2.0-only @@ -24,6 +24,7 @@ BuildRequires: systemd-rpm-macros Requires: python3-boom = %{version}-%{release} Requires: %{name}-conf = %{version}-%{release} +Requires: systemd >= 252-18 Obsoletes: boom-boot-grub2 <= 1.3 # boom-grub2 was not an official name of subpackage in fedora, but was used upstream: