Remove a dependency on systemd-resolved in RHEL

Resolves: RHEL-26320

Signed-off-by: Brian Stinson <bstinson@redhat.com>
This commit is contained in:
Brian Stinson 2024-02-22 12:27:53 -06:00
parent 1c40849d33
commit 72e484d887

View File

@ -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 <bstinson@redhat.com> - 40.21-3
- Do not require systemd-resolved in the installer environment
Resolves: RHEL-26320
* Tue Feb 06 2024 Adam Williamson <awilliam@redhat.com> - 40.21-2
- Backport PR #5460 to fix ostree btrfs installs with new util-linux (#2262892)