virt-manager:ver.bump

This commit is contained in:
Rmys
2019-03-18 20:30:14 +03:00
parent 243911cc48
commit 08a52addad
2 changed files with 22 additions and 5 deletions
@@ -6,11 +6,14 @@
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import pythonmodules from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
def setup(): def setup():
pythonmodules.configure() shelltools.system("sed -i 's|python2|python2.7|g' {setup.py,virt-convert,virt-clone,virt-install,virt-manager,virt-xml}")
pythonmodules.compile()
pythonmodules.configure()
pythonmodules.compile()
def install(): def install():
pythonmodules.install() pythonmodules.install()
pisitools.dodoc("COPYING", "NEWS", "README*", "PKG-INFO") #pisitools.dodoc("COPYING", "NEWS", "README*", "PKG-INFO")
+16 -2
View File
@@ -13,10 +13,14 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>Graphical tool for administering virtual machines for KVM, Xen, and QEmu</Summary> <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> <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> <BuildDependencies>
<Dependency>intltool</Dependency> <Dependency>intltool</Dependency>
<Dependency>vte-devel</Dependency>
<Dependency>gtk2-devel</Dependency> <Dependency>gtk2-devel</Dependency>
<Dependency>libosinfo-devel</Dependency>
<Dependency>libvirt-glib-devel</Dependency>
<Dependency>python-cairo-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<!-- <Patch level="1">fix-python-name.patch</Patch> --> <!-- <Patch level="1">fix-python-name.patch</Patch> -->
@@ -26,7 +30,10 @@
<Package> <Package>
<Name>virt-manager</Name> <Name>virt-manager</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>gtk2</Dependency> <Dependency>ipaddr</Dependency>
<Dependency>libosinfo</Dependency>
<Dependency>libvirt-glib</Dependency>
<Dependency>libvirt-python</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
@@ -44,6 +51,13 @@
</Package> </Package>
<History> <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"> <Update release="3">
<Date>2017-01-29</Date> <Date>2017-01-29</Date>
<Version>1.4.0</Version> <Version>1.4.0</Version>