mirror of
https://src.fedoraproject.org/rpms/virt-manager.git
synced 2025-07-16 17:14:53 +00:00
Fix a spelling error in virt descriptions Fix gnome-python2-gnome requires
regression (bz 474521)
This commit is contained in:
@@ -6,7 +6,7 @@ diff -rup virt-manager-0.6.0/src/vmm-create.glade new/src/vmm-create.glade
|
|||||||
<widget class="GtkLabel" id="label296">
|
<widget class="GtkLabel" id="label296">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
- <property name="label" translatable="yes">Lightweight method of virtualizing machines. Limits operating system choices because the OS must be specially modified to support paravirtualization. Better performance than fully virtualized systems.</property>
|
- <property name="label" translatable="yes">Lightweight method of virtualizing machines. Limits operating system choices because the OS must be specially modified to support paravirtualization. Better performance than fully virtualized systems.</property>
|
||||||
+ <property name="label" translatable="yes">Lightweight method of virtualizing machines. Limits operating system choices because the OS must be specially modified to support paravirtualization, but yeilds better performance than fully virtualized systems.</property>
|
+ <property name="label" translatable="yes">Lightweight method of virtualizing machines. Limits operating system choices because the OS must be specially modified to support paravirtualization, but yields better performance than fully virtualized systems.</property>
|
||||||
<property name="use_underline">False</property>
|
<property name="use_underline">False</property>
|
||||||
<property name="use_markup">True</property>
|
<property name="use_markup">True</property>
|
||||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||||
|
@@ -44,7 +44,7 @@ Requires: gnome-keyring >= 0.4.9
|
|||||||
# disabled
|
# disabled
|
||||||
Requires: gnome-python2-gnomekeyring >= 2.15.4
|
Requires: gnome-python2-gnomekeyring >= 2.15.4
|
||||||
Requires: gnome-python2-gnomevfs >= 2.15.4
|
Requires: gnome-python2-gnomevfs >= 2.15.4
|
||||||
%if "%{fedora}" <= "9"
|
%if 0%{?fedora} <= 9
|
||||||
Requires: gnome-python2
|
Requires: gnome-python2
|
||||||
%else
|
%else
|
||||||
Requires: gnome-python2-gnome
|
Requires: gnome-python2-gnome
|
||||||
|
Reference in New Issue
Block a user