packaging: Add xterm as a core-gui dependency.
This commit is contained in:
parent
f16f11c272
commit
57145930be
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ Description: Emulate virtual networks in a box.
|
||||||
|
|
||||||
Package: core-gui
|
Package: core-gui
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: bash (>=3.0), tcl (>= 8.5), tk (>= 8.5)
|
Depends: bash (>=3.0), tcl (>= 8.5), tk (>= 8.5), xterm
|
||||||
Recommends: libtk-img
|
Recommends: libtk-img
|
||||||
Description: Emulate virtual networks in a box.
|
Description: Emulate virtual networks in a box.
|
||||||
The Common Open Research Emulator provides Python modules for building virtual
|
The Common Open Research Emulator provides Python modules for building virtual
|
||||||
|
|
|
@ -47,7 +47,7 @@ networks using Linux network namespace containers and bridging.
|
||||||
%package gui
|
%package gui
|
||||||
Summary: Common Open Research Emulator GUI front-end
|
Summary: Common Open Research Emulator GUI front-end
|
||||||
Group: System Tools
|
Group: System Tools
|
||||||
Requires: tcl tk
|
Requires: tcl tk xterm
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: make automake autoconf
|
BuildRequires: make automake autoconf
|
||||||
Provides: core-gui
|
Provides: core-gui
|
||||||
|
|
Loading…
Reference in a new issue