Remove a dependency on systemd-resolved in RHEL
Resolves: RHEL-26320 Signed-off-by: Brian Stinson <bstinson@redhat.com>
This commit is contained in:
parent
1c40849d33
commit
72e484d887
@ -1,7 +1,7 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 40.21
|
Version: 40.21
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
|
|
||||||
@ -127,7 +127,9 @@ Requires: NetworkManager-team
|
|||||||
Requires: kbd
|
Requires: kbd
|
||||||
Requires: chrony
|
Requires: chrony
|
||||||
Requires: systemd
|
Requires: systemd
|
||||||
|
%if ! 0%{?rhel}
|
||||||
Requires: systemd-resolved
|
Requires: systemd-resolved
|
||||||
|
%endif
|
||||||
Requires: python3-pid
|
Requires: python3-pid
|
||||||
|
|
||||||
# Required by the systemd service anaconda-fips.
|
# Required by the systemd service anaconda-fips.
|
||||||
@ -470,6 +472,10 @@ rm -rf \
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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)
|
- Backport PR #5460 to fix ostree btrfs installs with new util-linux (#2262892)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user