!11 modify openeuler in welcome to lowercase
Merge pull request !11 from orange-snn/master
This commit is contained in:
commit
b3fb4cdbb8
24
anaconda-modify-openeuler-in-welcome-to-lowercase.patch
Normal file
24
anaconda-modify-openeuler-in-welcome-to-lowercase.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
From 2c35b2f3ff077a2a43c64e908e89b26dde852091 Mon Sep 17 00:00:00 2001
|
||||||
|
Date: Thu, 16 Jan 2020 15:11:50 +0800
|
||||||
|
Subject: [PATCH] modify openeuler in welcome to lowercase
|
||||||
|
|
||||||
|
---
|
||||||
|
anaconda-29.24.7/pyanaconda/ui/gui/spokes/welcome.py | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/pyanaconda/ui/gui/spokes/welcome.py b/pyanaconda/ui/gui/spokes/welcome.py
|
||||||
|
index 2c60a6a..70213ec 100644
|
||||||
|
--- a/pyanaconda/ui/gui/spokes/welcome.py
|
||||||
|
+++ b/pyanaconda/ui/gui/spokes/welcome.py
|
||||||
|
@@ -248,7 +248,7 @@ class WelcomeLanguageSpoke(LangLocaleHandler, StandaloneSpoke):
|
||||||
|
languageEntry.set_placeholder_text(_(self._origStrings[languageEntry]))
|
||||||
|
|
||||||
|
# And of course, don't forget the underlying window.
|
||||||
|
- self.window.set_property("distribution", distributionText().upper())
|
||||||
|
+ self.window.set_property("distribution", distributionText())
|
||||||
|
self.window.retranslate()
|
||||||
|
|
||||||
|
# Retranslate the window title text
|
||||||
|
--
|
||||||
|
1.8.3.1
|
||||||
|
|
||||||
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 29.24.7
|
Version: 29.24.7
|
||||||
Release: 22
|
Release: 23
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: https://fedoraproject.org/wiki/Anaconda
|
URL: https://fedoraproject.org/wiki/Anaconda
|
||||||
@ -44,6 +44,7 @@ Patch9026: bugfix-modify-arguments-parsing.patch
|
|||||||
Patch9027: anaconda-add-boot-options-for-raid-3408.patch
|
Patch9027: anaconda-add-boot-options-for-raid-3408.patch
|
||||||
Patch9028: anaconda-add-kdump-parameter-into-kernel-cmdline.patch
|
Patch9028: anaconda-add-kdump-parameter-into-kernel-cmdline.patch
|
||||||
Patch9029: anaconda-skip-checks-if-no-username-is-set.patch
|
Patch9029: anaconda-skip-checks-if-no-username-is-set.patch
|
||||||
|
Patch9030: anaconda-modify-openeuler-in-welcome-to-lowercase.patch
|
||||||
|
|
||||||
BuildRequires: audit-libs-devel libtool gettext-devel >= 0.19.8 gtk3-devel >= 3.22.17
|
BuildRequires: audit-libs-devel libtool gettext-devel >= 0.19.8 gtk3-devel >= 3.22.17
|
||||||
BuildRequires: gtk-doc gtk3-devel-docs >= 3.22.17 glib2-doc gobject-introspection-devel
|
BuildRequires: gtk-doc gtk3-devel-docs >= 3.22.17 glib2-doc gobject-introspection-devel
|
||||||
@ -216,6 +217,12 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_datadir}/gtk-doc
|
%{_datadir}/gtk-doc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 16 2020 openEuler Buildteam <buildteam@openeuler.org> - 29.24.7-23
|
||||||
|
- Type:enhancement
|
||||||
|
- Id:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:modify openeuler in welcome to lowercase
|
||||||
|
|
||||||
* Thu Jan 16 2020 openEuler Buildteam <buildteam@openeuler.org> - 29.24.7-22
|
* Thu Jan 16 2020 openEuler Buildteam <buildteam@openeuler.org> - 29.24.7-22
|
||||||
- optimization the patch
|
- optimization the patch
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user