init
This commit is contained in:
parent
377734b961
commit
0e19e2b478
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 29.24.7
|
Version: 29.24.7
|
||||||
Release: 16
|
Release: 17
|
||||||
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
|
||||||
@ -211,6 +211,12 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_datadir}/gtk-doc
|
%{_datadir}/gtk-doc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 30 2019 openEuler Buildteam <buildteam@openeuler.org> - 29.24.7-17
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:bugfix in setup
|
||||||
|
|
||||||
* Mon Dec 30 2019 openEuler Buildteam <buildteam@openeuler.org> - 29.24.7-16
|
* Mon Dec 30 2019 openEuler Buildteam <buildteam@openeuler.org> - 29.24.7-16
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
@ -1,12 +1,14 @@
|
|||||||
diff -uNrp a/pyanaconda/ui/gui/spokes/network.py b/pyanaconda/ui/gui/spokes/network.py
|
diff -urNp a/pyanaconda/ui/gui/spokes/network.py b/pyanaconda/ui/gui/spokes/network.py
|
||||||
--- a/pyanaconda/ui/gui/spokes/network.py 2018-07-25 21:58:20.000000000 +0800
|
--- a/pyanaconda/ui/gui/spokes/network.py 2018-07-25 21:58:20.000000000 +0800
|
||||||
+++ b/pyanaconda/ui/gui/spokes/network.py 2019-12-30 11:17:45.001615749 +0800
|
+++ b/pyanaconda/ui/gui/spokes/network.py 2019-12-30 16:58:36.337887175 +0800
|
||||||
@@ -878,8 +878,7 @@ class NetworkControlBox(GObject.GObject)
|
@@ -877,9 +877,8 @@ class NetworkControlBox(GObject.GObject)
|
||||||
|
unplugged)
|
||||||
|
|
||||||
if dev_cfg.device:
|
if dev_cfg.device:
|
||||||
title += '\n<span size="small">%s %s</span>' % \
|
- title += '\n<span size="small">%s %s</span>' % \
|
||||||
- (escape_markup(dev_cfg.device.get_vendor() or ""),
|
- (escape_markup(dev_cfg.device.get_vendor() or ""),
|
||||||
- escape_markup(dev_cfg.device.get_product() or ""))
|
- escape_markup(dev_cfg.device.get_product() or ""))
|
||||||
|
+ title += '\n<span size="small">%s</span>' % \
|
||||||
+ (escape_markup(dev_cfg.device.get_product() or ""))
|
+ (escape_markup(dev_cfg.device.get_product() or ""))
|
||||||
return title
|
return title
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user