From e22076897a0b699bc6418b86e8bc9219ae873dd385be1d84772e7303167de469 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 19 Jul 2022 08:42:28 +0000 Subject: [PATCH] - Do not use "xrdb" for setting the "Xft.dpi" value, use a specific YaST tool from the yast2-x11 package (bsc#1201532) (xrdb depends on the C pre-processor increasing the dependencies about of 22MB) - Install yast2-x11 only when GUI (libyui-qt) is installed, avoid installing the dependent X libraries in minimal (text mode) installation - 4.5.4 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1174 --- yast2-installation-4.5.3.tar.bz2 | 3 --- yast2-installation-4.5.4.tar.bz2 | 3 +++ yast2-installation.changes | 12 ++++++++++++ yast2-installation.spec | 6 +++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 yast2-installation-4.5.3.tar.bz2 create mode 100644 yast2-installation-4.5.4.tar.bz2 diff --git a/yast2-installation-4.5.3.tar.bz2 b/yast2-installation-4.5.3.tar.bz2 deleted file mode 100644 index 3ad0b10..0000000 --- a/yast2-installation-4.5.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:590a0dca20c1d2b82b635a7b25090383a55a0b9d353886f563a4e2e26688ef4d -size 1482762 diff --git a/yast2-installation-4.5.4.tar.bz2 b/yast2-installation-4.5.4.tar.bz2 new file mode 100644 index 0000000..e440a04 --- /dev/null +++ b/yast2-installation-4.5.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf27c704c4237f3dec1ba4d4767dc982b097d58c710e3751f7408dbc53390f0 +size 1482365 diff --git a/yast2-installation.changes b/yast2-installation.changes index b0c0934..e990c17 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jul 18 16:05:26 UTC 2022 - Ladislav Slezák + +- Do not use "xrdb" for setting the "Xft.dpi" value, use a specific + YaST tool from the yast2-x11 package (bsc#1201532) + (xrdb depends on the C pre-processor increasing the dependencies + about of 22MB) +- Install yast2-x11 only when GUI (libyui-qt) is installed, + avoid installing the dependent X libraries in minimal (text mode) + installation +- 4.5.4 + ------------------------------------------------------------------- Wed Jun 15 11:28:30 UTC 2022 - Knut Anderssen diff --git a/yast2-installation.spec b/yast2-installation.spec index daf2293..edee51e 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.5.3 +Version: 4.5.4 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only @@ -70,8 +70,8 @@ Requires: iproute2 Requires: pciutils # tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103) Requires: tar -# xrdb is used to set Xft.dpi in YaST2.call -Requires: xrdb +# /usr/lib/YaST2/bin/xftdpi, install only when the GUI is installed +Requires: (yast2-x11 >= 4.5.1 if libyui-qt) # Y2Packager::NewRepositorySetup Requires: yast2 >= 4.4.42 # CIOIgnore