From 72e484d887bf8a397c54594168c825b4aad679f5 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Thu, 22 Feb 2024 12:27:53 -0600 Subject: [PATCH] Remove a dependency on systemd-resolved in RHEL Resolves: RHEL-26320 Signed-off-by: Brian Stinson --- anaconda.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 6f60f46..3aebbe4 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 40.21 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -127,7 +127,9 @@ Requires: NetworkManager-team Requires: kbd Requires: chrony Requires: systemd +%if ! 0%{?rhel} Requires: systemd-resolved +%endif Requires: python3-pid # Required by the systemd service anaconda-fips. @@ -470,6 +472,10 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Feb 22 2024 Brian Stinson - 40.21-3 +- Do not require systemd-resolved in the installer environment + Resolves: RHEL-26320 + * Tue Feb 06 2024 Adam Williamson - 40.21-2 - Backport PR #5460 to fix ostree btrfs installs with new util-linux (#2262892)