virt-manager:ver.bump
This commit is contained in:
@@ -6,11 +6,14 @@
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
pythonmodules.configure()
|
||||
pythonmodules.compile()
|
||||
shelltools.system("sed -i 's|python2|python2.7|g' {setup.py,virt-convert,virt-clone,virt-install,virt-manager,virt-xml}")
|
||||
|
||||
pythonmodules.configure()
|
||||
pythonmodules.compile()
|
||||
|
||||
def install():
|
||||
pythonmodules.install()
|
||||
pisitools.dodoc("COPYING", "NEWS", "README*", "PKG-INFO")
|
||||
#pisitools.dodoc("COPYING", "NEWS", "README*", "PKG-INFO")
|
||||
|
||||
@@ -13,10 +13,14 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Graphical tool for administering virtual machines for KVM, Xen, and QEmu</Summary>
|
||||
<Description>Virtual Machine Manager provides a graphical tool for administering virtual machines for KVM, Xen, and QEmu. Start, stop, add or remove virtual devices, connect to a graphical or serial console, and see resource usage statistics for existing VMs on local or remote machines. Uses libvirt as the backend management API.</Description>
|
||||
<Archive sha1sum="6d67dbb9750c88f30d116eb7bb8ebdc8e5e513d6" type="targz">https://releases.pagure.org/virt-manager/virt-manager-1.4.0.tar.gz</Archive>
|
||||
<Archive sha1sum="f715a3a4dbd9b90bebccc421085d6106c4a64630" type="targz">https://releases.pagure.org/virt-manager/virt-manager-1.5.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>vte-devel</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency>libosinfo-devel</Dependency>
|
||||
<Dependency>libvirt-glib-devel</Dependency>
|
||||
<Dependency>python-cairo-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">fix-python-name.patch</Patch> -->
|
||||
@@ -26,7 +30,10 @@
|
||||
<Package>
|
||||
<Name>virt-manager</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>ipaddr</Dependency>
|
||||
<Dependency>libosinfo</Dependency>
|
||||
<Dependency>libvirt-glib</Dependency>
|
||||
<Dependency>libvirt-python</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -44,6 +51,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2019-03-18</Date>
|
||||
<Version>1.5.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-01-29</Date>
|
||||
<Version>1.4.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user