diff --git a/anaconda.spec b/anaconda.spec index 8c6fad06bc69eec4191593585970fa4df8ec4c22..91545d4d34e269699221c53b520d030f9e82c29e 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define _empty_manifest_terminate_build 0 Name: anaconda Version: 33.19 -Release: 17 +Release: 18 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -55,6 +55,7 @@ Patch6018: ntp-servers-improve-009-Use-the-structure-for-time-sources-in-GUI. Patch6019: ntp-servers-improve-010-Add-support-for-the-timesource-kickstart-command.patch Patch9024: Change-length-limit-of-hostname-from-255-to-64.patch +Patch9025: fix-topbar-display-issue.patch %define dbusver 1.2.3 %define dnfver 3.6.0 @@ -268,6 +269,13 @@ update-desktop-database &> /dev/null || : %{_datadir}/gtk-doc %changelog +* Fri Mar 12 2021 Liu Gang - 33.19-18 +- Typy:bugfix +- ID:NA +- SUG:NA +- DESC:fix anaconda topbar display issue + + * Mon Jan 25 2021 liuxin - 33.19-17 - Type:bugfix - ID:NA diff --git a/fix-topbar-display-issue.patch b/fix-topbar-display-issue.patch new file mode 100644 index 0000000000000000000000000000000000000000..fc9ed236a71acc3499e61d04b013e2429494dda5 --- /dev/null +++ b/fix-topbar-display-issue.patch @@ -0,0 +1,24 @@ +From 8d765d3e6e0b56a8e02b6f9aea8738593de8245c Mon Sep 17 00:00:00 2001 +From: weidong +Date: Fri, 12 Mar 2021 18:07:02 +0800 +Subject: [PATCH] fix topbar display-issue + +--- + data/anaconda-gtk.css | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/data/anaconda-gtk.css b/data/anaconda-gtk.css +index 7b7166b..1f6ac3e 100644 +--- a/data/anaconda-gtk.css ++++ b/data/anaconda-gtk.css +@@ -127,6 +127,7 @@ infobar.error { + AnacondaSpokeWindow #nav-box { + background-color: @product_bg_color; + background-image: url('/usr/share/anaconda/pixmaps/topbar-bg.png'); ++ background-size: 100% 100%; + background-repeat: repeat; + color: white; + } +-- +2.27.0 +