mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
IPv6 support v2: update rpm spec file
1. remove Requires: python-IPy 2. add Requires: python-ipaddr . Signed-off-by: Gene Czarcinski <gene@czarc.net>
This commit is contained in:
parent
ee748e19c7
commit
6baad232fe
@ -105,7 +105,7 @@ Requires: spice-gtk3
|
|||||||
%if %{with_guestfs}
|
%if %{with_guestfs}
|
||||||
Requires: python-libguestfs
|
Requires: python-libguestfs
|
||||||
%endif
|
%endif
|
||||||
Requires: python-IPy
|
Requires: python-ipaddr
|
||||||
|
|
||||||
%if %{with_tui} == 0
|
%if %{with_tui} == 0
|
||||||
Obsoletes: virt-manager-common <= %{verrel}
|
Obsoletes: virt-manager-common <= %{verrel}
|
||||||
@ -175,7 +175,7 @@ Group: Applications/Emulators
|
|||||||
Requires: virt-manager-common = %{verrel}
|
Requires: virt-manager-common = %{verrel}
|
||||||
Requires: python-newt_syrup >= 0.1.2
|
Requires: python-newt_syrup >= 0.1.2
|
||||||
Requires: libuser-python
|
Requires: libuser-python
|
||||||
Requires: python-IPy
|
Requires: python-ipaddr
|
||||||
|
|
||||||
%description tui
|
%description tui
|
||||||
An interactive text user interface for Virtual Machine Manager.
|
An interactive text user interface for Virtual Machine Manager.
|
||||||
|
Loading…
Reference in New Issue
Block a user