Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 8db26f7

Browse files
committed
Update spec file description and Provides
1 parent 4b7ca51 commit 8db26f7

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

python-virtinst.spec.in

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,21 @@ Group: Development/Libraries
2626
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2727
BuildArch: noarch
2828
Url: http://virt-manager.et.redhat.com
29+
Provides: virt-install
30+
Provides: virt-clone
31+
Provides: virt-image
32+
Provides: virt-pack
33+
Provides: virt-convert
2934
Requires: libvirt-python >= 0.2.0
3035
Requires: urlgrabber
3136
Requires: libxml2-python
3237
BuildRequires: python-devel
3338

3439
%description
35-
virtinst is a module to help in starting installations of Fedora/Red
36-
Hat Enterprise Linux related distributions inside of virtual machines. It
37-
supports both paravirt guests (for which only FC and RHEL guests are
38-
currently supported) as well as fully virtualized guests. It uses
39-
libvirt (http://www.libvirt.org) for starting things.
40-
41-
Also contained is a simple script virt-install which uses
42-
virtinst in a command line mode.
40+
virtinst is a module that helps build and install libvirt based virtual
41+
machines. Currently supports KVM, QEmu and Xen virtual machines. Package
42+
includes several command line utilities, including virt-install (build
43+
and install new VMs) and virt-clone (clone an existing virtual machine).
4344

4445
%prep
4546
%setup -q -n %{appname}-%{version}

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,10 @@ def run(self):
114114
setup(name='virtinst',
115115
version='0.300.3',
116116
description='Virtual machine installation',
117-
author='Jeremy Katz',
118-
author_email='katzj@redhat.com',
117+
author='Jeremy Katz, Daniel Berrange, Cole Robinson',
118+
author_email='crobinso@redhat.com',
119119
license='GPL',
120+
url='http://virt-manager.et.redhat.com',
120121
package_dir={'virtinst': 'virtinst'},
121122
scripts = ["virt-install","virt-clone", "virt-image", "virt-pack",
122123
"virt-convert"],

0 commit comments

Comments
 (0)