From 7793517a386c4e2599aaead7a8c94312bf36ce27 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 30 Jul 2025 16:48:57 +0800 Subject: [PATCH] add xrdb and xrand into requirement of core because display is running them --- anaconda.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 5ab3537..3944d1a 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Name: anaconda Version: 36.16.5 -Release: 49 +Release: 50 Summary: Graphical system installer License: GPL-2.0-or-later and MIT URL: https://fedoraproject.org/wiki/Anaconda @@ -139,6 +139,7 @@ Requires: python3-langtable >= %{langtablever} util-linux >= %{utillinuxver} pyt Requires: python3-dbus python3-pwquality python3-systemd python3-dasbus >= %{dasbusver} Requires: cracklib-dicts python3-pytz teamd NetworkManager >= %{nmver} NetworkManager-libnm >= %{nmver} Requires: kbd chrony systemd python3-pid +Requires: xrdb xrandr Requires: python3-ordered-set >= 2.0.0 glibc-langpack-en dbus-daemon Recommends: python3-packaging NetworkManager-team systemd-resolved # Required by the systemd service anaconda-fips. @@ -328,6 +329,12 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Jul 30 2025 Funda Wang - 36.16.5-50 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: add xrdb and xrand into requirement of core because display is running them + * Fri Jul 25 2025 Funda Wang - 36.16.5-49 - Type:bugfix - ID:NA -- Gitee