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)