virtinst: remove long_desc.
This commit is contained in:
parent
490267d2e0
commit
0dbec742d2
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'virtinst'
|
||||
pkgname=virtinst
|
||||
version=0.600.3
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
makedepends="python libvirt-python urlgrabber"
|
||||
hostmakedepends="python"
|
||||
makedepends="python-devel libvirt-python urlgrabber"
|
||||
depends="${makedepends}"
|
||||
noarch="yes"
|
||||
pycompile_module="virtinst virtconv"
|
||||
short_desc="Virtual Machine Installation module"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -14,9 +14,3 @@ homepage="http://virt-manager.et.redhat.com"
|
|||
license="GPL-2"
|
||||
distfiles="http://virt-manager.et.redhat.com/download/sources/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=e41efad3e3c798129af0cec92c1abd6c7e209b5dd4d311acdef0fc1a2daf5006
|
||||
long_desc="
|
||||
virtinst is a module to help in starting installations of Fedora/Red
|
||||
Hat Enterprise Linux related distributions inside of virtual
|
||||
machines. It supports both paravirt guests (for which only FC and
|
||||
RHEL guests are currently supported) as well as fully virtualized
|
||||
guests. It uses libvirt (http://www.libvirt.org) for starting things."
|
||||
|
|
Loading…
Reference in New Issue