This commit is contained in:
Rmys
2018-08-31 23:36:36 +03:00
parent 981b056b80
commit 7498d44109
2 changed files with 17 additions and 8 deletions
+6 -7
View File
@@ -10,12 +10,12 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
for f in ["src/Makefile.am", "src/Makefile.in", "daemon/Makefile.am", "daemon/Makefile.in"]:
pisitools.dosed(f, "\$\(localstatedir\)(\/run\/libvirt)", "\\1")
for f in ["daemon/libvirtd.c", "daemon/libvirtd.conf", "daemon/test_libvirtd.aug.in"]:
pisitools.dosed(f, "\/var(\/run\/libvirt)", "\\1")
for f in ["src/locking/virtlockd.pod", "src/virtlockd.8.in", "daemon/libvirtd.8.in", "daemon/libvirtd.pod", ]:
pisitools.dosed(f, "LOCALSTATEDIR(\/run\/libvirt)", "\\1")
#for f in ["src/Makefile.am", "src/Makefile.in", "daemon/Makefile.am", "daemon/Makefile.in"]:
#pisitools.dosed(f, "\$\(localstatedir\)(\/run\/libvirt)", "\\1")
#for f in ["daemon/libvirtd.c", "daemon/libvirtd.conf", "daemon/test_libvirtd.aug.in"]:
#pisitools.dosed(f, "\/var(\/run\/libvirt)", "\\1")
#for f in ["src/locking/virtlockd.pod", "src/virtlockd.8.in", "daemon/libvirtd.8.in", "daemon/libvirtd.pod", ]:
#pisitools.dosed(f, "LOCALSTATEDIR(\/run\/libvirt)", "\\1")
autotools.configure("--with-init-script=none \
--with-remote-pid-file=/run/libvirtd.pid \
--with-qemu-user=qemu \
@@ -26,7 +26,6 @@ def setup():
--with-sasl \
--with-audit \
--with-numactl \
--with-yajl \
--with-avahi \
--with-netcf \
--with-libssh2=/usr/lib \
+11 -1
View File
@@ -12,9 +12,11 @@
<IsA>app:console</IsA>
<Summary>Library providing a simple API to several virtualization systems</Summary>
<Description>libvirt is a toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). libvirt supports Xen hypervisor, QEMU emulator, KVM hypervisor, LXC Linux container system, OpenVZ Linux container system, User Mode Linux paravirtualized kernel and VirtualBox hypervisor together with remote management possibilities.</Description>
<Archive sha1sum="8a38fd5a0538a8ac05c8e4722bc4015c51237be0" type="tarxz">http://libvirt.org/sources/libvirt-3.0.0.tar.xz</Archive>
<Archive sha1sum="b12262a9e6870f3c6b424e9e83033ccf97e0a078" type="tarxz">http://libvirt.org/sources/libvirt-4.6.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>qemu</Dependency>
<Dependency>glibc-devel</Dependency>
<Dependency>jansson-devel</Dependency>
<Dependency>lvm2-devel</Dependency>
<Dependency>attr-devel</Dependency>
<Dependency>audit-devel</Dependency>
@@ -49,6 +51,7 @@
<Dependency>eudev</Dependency>
<Dependency>libnl</Dependency>
<Dependency>netcf</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>gnutls</Dependency>
<Dependency>parted</Dependency>
<Dependency>libcap</Dependency>
@@ -102,6 +105,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-08-31</Date>
<Version>4.6.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-29</Date>
<Version>3.0.0</Version>